Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
687770a8
Commit
687770a8
authored
Jun 23, 2014
by
Dmitry Chernikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phpDoc micro-fix
parent
1cb4036d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Tabs.php
extensions/bootstrap/Tabs.php
+2
-2
No files found.
extensions/bootstrap/Tabs.php
View file @
687770a8
...
@@ -60,11 +60,11 @@ class Tabs extends Widget
...
@@ -60,11 +60,11 @@ class Tabs extends Widget
* - label: string, required, the tab header label.
* - label: string, required, the tab header label.
* - headerOptions: array, optional, the HTML attributes of the tab header.
* - headerOptions: array, optional, the HTML attributes of the tab header.
* - linkOptions: array, optional, the HTML attributes of the tab header link tags.
* - linkOptions: array, optional, the HTML attributes of the tab header link tags.
* - content:
array
, required if `items` is not set. The content (HTML) of the tab pane.
* - content:
string
, required if `items` is not set. The content (HTML) of the tab pane.
* - options: array, optional, the HTML attributes of the tab pane container.
* - options: array, optional, the HTML attributes of the tab pane container.
* - active: boolean, optional, whether the item tab header and pane should be visible or not.
* - active: boolean, optional, whether the item tab header and pane should be visible or not.
* - items: array, optional, if not set then `content` will be required. The `items` specify a dropdown items
* - items: array, optional, if not set then `content` will be required. The `items` specify a dropdown items
* configuration array. Each item can hold t
wo
extra keys, besides the above ones:
* configuration array. Each item can hold t
hree
extra keys, besides the above ones:
* * active: boolean, optional, whether the item tab header and pane should be visible or not.
* * active: boolean, optional, whether the item tab header and pane should be visible or not.
* * content: string, required if `items` is not set. The content (HTML) of the tab pane.
* * content: string, required if `items` is not set. The content (HTML) of the tab pane.
* * contentOptions: optional, array, the HTML attributes of the tab content container.
* * contentOptions: optional, array, the HTML attributes of the tab content container.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment