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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
c77d3193
Commit
c77d3193
authored
May 30, 2013
by
Alexander Kochetov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comments
parent
814a2595
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Tabs.php
framework/yii/jui/Tabs.php
+6
-5
No files found.
framework/yii/jui/Tabs.php
View file @
c77d3193
...
...
@@ -78,10 +78,11 @@ class Tabs extends Widget
* - label: string, required, specifies the header link label. When [[encodeLabels]] is true, the label
* will be HTML-encoded.
* - content: string, the content to show when corresponding tab is clicked. Can be omitted if url is specified.
* - url: mixed, @todo comment
* - template: string, optional, @todo comment
* - options: array, optional, @todo comment
* - headerOptions: array, optional, @todo comment
* - url: mixed, mixed, optional, the url to load tab contents via AJAX. It is required if no content is specified.
* - template: string, optional, the header link template to render the header link. If none specified
* [[linkTemplate]] will be used instead.
* - options: array, optional, the HTML attributes of the header.
* - headerOptions: array, optional, the HTML attributes for the header container tag.
*/
public
$items
=
array
();
/**
...
...
@@ -97,7 +98,7 @@ class Tabs extends Widget
*/
public
$headerOptions
=
array
();
/**
* @var string
@todo comment
* @var string
the default header template to render the link.
*/
public
$linkTemplate
=
'<a href="{url}">{label}</a>'
;
/**
...
...
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