-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
* ]); | ||
* ~~~ | ||
* | ||
* @see http://www.getuikit.com/docs/breadcrumb.html | ||
* @see https://getuikit.com/docs/breadcrumb | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* 'options' => ['class' => 'uk-button-primary'], | ||
* ]); | ||
* ``` | ||
* @see http://www.getuikit.com/docs/button.html | ||
* @see https://getuikit.com/docs/button | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ | |
* ], | ||
* ]); | ||
* ``` | ||
* @see http://www.getuikit.com/docs/button.html | ||
* @see http://www.getuikit.com/docs/dropdown.html | ||
* @see https://getuikit.com/docs/button | ||
* @see https://getuikit.com/docs/dropdown | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
* ] | ||
* ]); | ||
* ``` | ||
* @see http://www.getuikit.com/docs/button.html | ||
* @see https://getuikit.com/docs/button | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
* Dropdown::end(); | ||
* ``` | ||
* | ||
* @see http://www.getuikit.com/docs/dropdown.html | ||
* @see https://getuikit.com/docs/dropdown | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* echo Icon::widget(['name' => 'fast-backward']); | ||
* ]); | ||
* ``` | ||
* @see http://www.getuikit.com/docs/icon.html | ||
* @see https://getuikit.com/docs/icon | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* Modal::end(); | ||
* ~~~ | ||
* | ||
* @see http://www.getuikit.com/docs/modal.html | ||
* @see https://getuikit.com/docs/modal | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
@@ -46,7 +46,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://www.getuikit.com/docs/modal.html) | ||
* Please refer to the [Modal plugin help](https://getuikit.com/docs/modal) | ||
* for the supported HTML attributes. | ||
*/ | ||
public $closeButton = []; | ||
|
@@ -61,7 +61,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://www.getuikit.com/docs/modal.html) | ||
* Please refer to the [Modal plugin help](https://getuikit.com/docs/modal) | ||
* for the supported HTML attributes. | ||
*/ | ||
public $toggleButton; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
* | ||
* Note: Multilevel dropdowns beyond Level 1 are not supported. | ||
* | ||
* @see http://www.getuikit.com/docs/nav.html | ||
* @see https://getuikit.com/docs/nav | ||
* | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* NavBar::end(); | ||
* ``` | ||
* | ||
* @see http://www.getuikit.com/docs/navbar.html | ||
* @see https://getuikit.com/docs/navbar | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
* ]); | ||
* | ||
* ``` | ||
* @see http://www.getuikit.com/docs/progress.html | ||
* @see https://getuikit.com/docs/progress | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
/** | ||
* @link http://www.yiiframework.com/ | ||
* @link https://www.yiiframework.com/ | ||
* @copyright Copyright (c) 2008 Yii Software LLC | ||
* @license http://www.yiiframework.com/license/ | ||
* @license https://www.yiiframework.com/license/ | ||
*/ | ||
|
||
namespace pjkui\uikit; | ||
|
@@ -49,7 +49,7 @@ | |
* ]); | ||
* ``` | ||
* | ||
* @see http://www.getuikit.com/docs/tab.html | ||
* @see https://getuikit.com/docs/tab | ||
* @author Quinn Pan <[email protected]> | ||
* @since 3.0 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters