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
1d04eb78
Commit
1d04eb78
authored
Jan 30, 2014
by
MarsuBoss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix URL Bootstrap
parent
f16dff0f
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
17 additions
and
17 deletions
+17
-17
Button.php
extensions/bootstrap/Button.php
+1
-1
ButtonDropdown.php
extensions/bootstrap/ButtonDropdown.php
+2
-2
ButtonGroup.php
extensions/bootstrap/ButtonGroup.php
+2
-2
Carousel.php
extensions/bootstrap/Carousel.php
+1
-1
Collapse.php
extensions/bootstrap/Collapse.php
+1
-1
Dropdown.php
extensions/bootstrap/Dropdown.php
+1
-1
Modal.php
extensions/bootstrap/Modal.php
+3
-3
Nav.php
extensions/bootstrap/Nav.php
+1
-1
NavBar.php
extensions/bootstrap/NavBar.php
+2
-2
Tabs.php
extensions/bootstrap/Tabs.php
+1
-1
Widget.php
extensions/bootstrap/Widget.php
+2
-2
No files found.
extensions/bootstrap/Button.php
View file @
1d04eb78
...
...
@@ -20,7 +20,7 @@ use yii\helpers\Html;
* 'options' => ['class' => 'btn-lg'],
* ]);
* ```
* @see http://
twitter.github.io/bootstrap/javascript.html
#buttons
* @see http://
getbootstrap.com/javascript/
#buttons
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @since 2.0
*/
...
...
extensions/bootstrap/ButtonDropdown.php
View file @
1d04eb78
...
...
@@ -26,8 +26,8 @@ use yii\helpers\Html;
* ],
* ]);
* ```
* @see http://
twitter.github.io/bootstrap/javascript.html
#buttons
* @see http://
twitter.github.io/bootstrap/components.html#buttonD
ropdowns
* @see http://
getbootstrap.com/javascript/
#buttons
* @see http://
getbootstrap.com/components/#btn-d
ropdowns
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @since 2.0
*/
...
...
extensions/bootstrap/ButtonGroup.php
View file @
1d04eb78
...
...
@@ -32,8 +32,8 @@ use yii\helpers\Html;
* ]
* ]);
* ```
* @see http://
twitter.github.io/bootstrap/javascript.html
#buttons
* @see http://
twitter.github.io/bootstrap/components.html#buttonG
roups
* @see http://
getbootstrap.com/javascript/
#buttons
* @see http://
getbootstrap.com/components/#btn-g
roups
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @since 2.0
*/
...
...
extensions/bootstrap/Carousel.php
View file @
1d04eb78
...
...
@@ -33,7 +33,7 @@ use yii\helpers\Html;
* ]);
* ```
*
* @see http://
twitter.github.io/bootstrap/javascript.html
#carousel
* @see http://
getbootstrap.com/javascript/
#carousel
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @since 2.0
*/
...
...
extensions/bootstrap/Collapse.php
View file @
1d04eb78
...
...
@@ -35,7 +35,7 @@ use yii\helpers\Html;
* ]);
* ```
*
* @see http://
twitter.github.io/bootstrap/javascript.html
#collapse
* @see http://
getbootstrap.com/javascript/
#collapse
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @since 2.0
*/
...
...
extensions/bootstrap/Dropdown.php
View file @
1d04eb78
...
...
@@ -14,7 +14,7 @@ use yii\helpers\Html;
/**
* Dropdown renders a Bootstrap dropdown menu component.
*
* @see http://
twitter.github.io/bootstrap/javascript.html
#dropdowns
* @see http://
getbootstrap.com/javascript/
#dropdowns
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @since 2.0
*/
...
...
extensions/bootstrap/Modal.php
View file @
1d04eb78
...
...
@@ -28,7 +28,7 @@ use yii\helpers\Html;
* Modal::end();
* ~~~
*
* @see http://
twitter.github.io/bootstrap/javascript.html
#modals
* @see http://
getbootstrap.com/javascript/
#modals
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
...
...
@@ -54,7 +54,7 @@ class Modal extends Widget
* - label: string, the label of the button. Defaults to '×'.
*
* The rest of the options will be rendered as the HTML attributes of the button tag.
* Please refer to the [Modal plugin help](http://
twitter.github.com/bootstrap/javascript.html
#modals)
* Please refer to the [Modal plugin help](http://
getbootstrap.com/javascript/
#modals)
* for the supported HTML attributes.
*/
public
$closeButton
=
[];
...
...
@@ -69,7 +69,7 @@ class Modal extends Widget
* - label: string, the label of the button. Defaults to 'Show'.
*
* The rest of the options will be rendered as the HTML attributes of the button tag.
* Please refer to the [Modal plugin help](http://
twitter.github.com/bootstrap/javascript.html
#modals)
* Please refer to the [Modal plugin help](http://
getbootstrap.com/javascript/
#modals)
* for the supported HTML attributes.
*/
public
$toggleButton
;
...
...
extensions/bootstrap/Nav.php
View file @
1d04eb78
...
...
@@ -40,7 +40,7 @@ use yii\helpers\Html;
*
* Note: Multilevel dropdowns beyond Level 1 are not supported in Bootstrap 3.
*
* @see http://getbootstrap.com/components
.html
#dropdowns
* @see http://getbootstrap.com/components
/
#dropdowns
* @see http://getbootstrap.com/components/#nav
*
* @author Antonio Ramirez <amigo.cobos@gmail.com>
...
...
extensions/bootstrap/NavBar.php
View file @
1d04eb78
...
...
@@ -30,7 +30,7 @@ use yii\helpers\Html;
* NavBar::end();
* ```
*
* @see http://
twitter.github.io/bootstrap/components.html
#navbar
* @see http://
getbootstrap.com/components/
#navbar
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @since 2.0
*/
...
...
@@ -38,7 +38,7 @@ class NavBar extends Widget
{
/**
* @var string the text of the brand. Note that this is not HTML-encoded.
* @see http://
twitter.github.io/bootstrap/components.html
#navbar
* @see http://
getbootstrap.com/components/
#navbar
*/
public
$brandLabel
;
/**
...
...
extensions/bootstrap/Tabs.php
View file @
1d04eb78
...
...
@@ -47,7 +47,7 @@ use yii\helpers\Html;
* ]);
* ```
*
* @see http://
twitter.github.io/bootstrap/javascript.html
#tabs
* @see http://
getbootstrap.com/javascript/
#tabs
* @author Antonio Ramirez <amigo.cobos@gmail.com>
* @since 2.0
*/
...
...
extensions/bootstrap/Widget.php
View file @
1d04eb78
...
...
@@ -26,14 +26,14 @@ class Widget extends \yii\base\Widget
/**
* @var array the options for the underlying Bootstrap JS plugin.
* Please refer to the corresponding Bootstrap plugin Web page for possible options.
* For example, [this page](http://
twitter.github.io/bootstrap/javascript.html
#modals) shows
* For example, [this page](http://
getbootstrap.com/javascript/
#modals) shows
* how to use the "Modal" plugin and the supported options (e.g. "remote").
*/
public
$clientOptions
=
[];
/**
* @var array the event handlers for the underlying Bootstrap JS plugin.
* Please refer to the corresponding Bootstrap plugin Web page for possible events.
* For example, [this page](http://
twitter.github.io/bootstrap/javascript.html
#modals) shows
* For example, [this page](http://
getbootstrap.com/javascript/
#modals) shows
* how to use the "Modal" plugin and the supported events (e.g. "shown").
*/
public
$clientEvents
=
[];
...
...
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