コード例 #1
0
ファイル: Checkbox.php プロジェクト: alfhan/plugin_bootstrap
 protected function renderLabelAttributes()
 {
     if ($this->blnInline) {
         $this->getCheckLabelStyler()->AddCssClass(Bootstrap::CheckboxInline);
     }
     return parent::renderLabelAttributes();
 }