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
c8df8e2a
Commit
c8df8e2a
authored
May 30, 2013
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc fix.
parent
60c351ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Tabs.php
framework/yii/bootstrap/Tabs.php
+2
-2
No files found.
framework/yii/bootstrap/Tabs.php
View file @
c8df8e2a
...
@@ -32,7 +32,7 @@ use yii\helpers\Html;
...
@@ -32,7 +32,7 @@ use yii\helpers\Html;
* ),
* ),
* array(
* array(
* 'label' => 'Dropdown',
* 'label' => 'Dropdown',
* '
dropdown
' => array(
* '
items
' => array(
* array(
* array(
* 'label' => 'DropdownA',
* 'label' => 'DropdownA',
* 'content' => 'DropdownA, Anim pariatur cliche...',
* 'content' => 'DropdownA, Anim pariatur cliche...',
...
@@ -63,7 +63,7 @@ class Tabs extends Widget
...
@@ -63,7 +63,7 @@ class Tabs extends Widget
* - 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.
Items can also hold two extra key
s:
* configuration array.
Each item can hold two extra keys, besides the above one
s:
* * 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