示例#1
0
 public function renderHtml()
 {
     parent::renderHtml();
     if (!empty($this->_params['group']['group_name']) and strpos($this->_params['group']['group_name'], 'WidgetFramework') === 0) {
         ksort($this->_params['scalars']);
     }
 }
示例#2
0
文件: List.php 项目: Sywooch/forums
 public function renderHtml()
 {
     parent::renderHtml();
     if (!empty($this->_params['group']['group_name']) and $this->_params['group']['group_name'] === 'widget_framework') {
         ksort($this->_params['scalars']);
     }
 }