mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Added info about local encode
param which overrides global
This commit is contained in:
@ -58,7 +58,8 @@ class Tabs extends Widget
|
||||
* tab with the following structure:
|
||||
*
|
||||
* - label: string, required, the tab header label.
|
||||
* - encode: boolean, optional, whether this label should be HTML-encoded.
|
||||
* - encode: boolean, optional, whether this label should be HTML-encoded. This param will override
|
||||
* global `$this->encodeLabels` param.
|
||||
* - headerOptions: array, optional, the HTML attributes of the tab header.
|
||||
* - linkOptions: array, optional, the HTML attributes of the tab header link tags.
|
||||
* - content: string, required if `items` is not set. The content (HTML) of the tab pane.
|
||||
|
Reference in New Issue
Block a user