Browse Source

Added info about local `encode` param which overrides global

tags/2.0.0-rc
Dmitry Chernikov 10 years ago
parent
commit
8ddbdc5f22
  1. 3
      Tabs.php

3
Tabs.php

@ -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.

Loading…
Cancel
Save