프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$htmlOptionTypes | map the htmlOptions input type: not supported by YiiBooster yet | ||
$tbActiveFormMethods | Map element->type to TbActiveForm method | ||
$wrapBootstrapTags | boolean | Wrap control-group/controls tags around custom types (CInputWidget or CJuiInputWidget) |
메소드 | 설명 | |
---|---|---|
render ( ) | Render this element using the mapped method from $tbActiveFormMethods | |
renderControlLabel ( ) | Render the label with class="control-label" for custom types |
메소드 | 설명 | |
---|---|---|
getActiveFormWidget ( ) : boolean | Get the TbActiveForm instance | |
prepareHtmlOptions ( array $options ) : mixed | Prepare the htmlOptions before calling the TbActiveForm method |
protected getActiveFormWidget ( ) : boolean | ||
리턴 | boolean |
protected prepareHtmlOptions ( array $options ) : mixed | ||
$options | array | |
리턴 | mixed |
public render ( ) |
public renderControlLabel ( ) |
public static $htmlOptionTypes |
public static $tbActiveFormMethods |
public bool $wrapBootstrapTags | ||
리턴 | boolean |