Свойство | Type | Description | |
---|---|---|---|
$containerOptions | the HTML attributes for the container tag. The following special options are recognized: - tag: string, defaults to "div", the name of the container tag. | ||
$dropdown | the configuration array for Dropdown. | ||
$dropdownClass | name of a class to use for rendering dropdowns withing this widget. Defaults to Dropdown. | ||
$encodeLabel | whether the label should be HTML-encoded. | ||
$label | the button label | ||
$options | the HTML attributes of the button. | ||
$split | whether to display a group of split-styled button group. | ||
$tagName | the tag to use to render the button |
Méthode | Description | |
---|---|---|
run ( ) | Renders the widget. |
Méthode | Description | |
---|---|---|
renderButton ( ) : string | Generates the button dropdown. | |
renderDropdown ( ) : string | Generates the dropdown menu. |
protected renderButton ( ) : string | ||
Résultat | string | the rendering result. |
protected renderDropdown ( ) : string | ||
Résultat | string | the rendering result. |
public $containerOptions |
public $dropdownClass |