Provide miscellaneous methods that are used by the data configuration array.
Наследование: extends Backend
Пример #1
0
 public function toggleIcons($arrRow, $href, $label, $title, $icon, $attributes, $strTable, $arrRootIds, $arrChildRecordIds, $blnCircularReference, $strPrevious, $strNext)
 {
     if ($arrRow['type'] != 'formcolpart' && $arrRow['type'] != 'formcolend') {
         return parent::toggleIcon($arrRow, $href, $label, $title, $icon, $attributes);
     }
 }
 public function listFormFields($arrRow)
 {
     $return = parent::listFormFields($arrRow);
     $return = GridClass::addClassesToLabels($arrRow, $return);
     return $return;
 }