diff --git a/src/Accordion.php b/src/Accordion.php index 9428d6272..7210ec3eb 100644 --- a/src/Accordion.php +++ b/src/Accordion.php @@ -1,8 +1,8 @@ * @since 2.0 */ diff --git a/src/AutoComplete.php b/src/AutoComplete.php index 16bad9c89..85d01b647 100644 --- a/src/AutoComplete.php +++ b/src/AutoComplete.php @@ -1,8 +1,8 @@ * ``` * - * @see http://api.jqueryui.com/autocomplete/ + * @see https://api.jqueryui.com/autocomplete/ * @author Alexander Kochetov * @since 2.0 */ diff --git a/src/DatePicker.php b/src/DatePicker.php index ddcd2bb84..b1b64c6de 100644 --- a/src/DatePicker.php +++ b/src/DatePicker.php @@ -1,8 +1,8 @@ null], * ``` * - * @see http://api.jqueryui.com/datepicker/ + * @see https://api.jqueryui.com/datepicker/ * @author Alexander Kochetov * @author Carsten Brandt * @since 2.0 @@ -86,9 +86,9 @@ class DatePicker extends InputWidget * to populate the [[clientOptions|clientOption]] `dateFormat`. * The value can be one of "short", "medium", "long", or "full", which represents a preset format of different lengths. * - * It can also be a custom format as specified in the [ICU manual](http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax). + * It can also be a custom format as specified in the [ICU manual](https://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax). * Alternatively this can be a string prefixed with `php:` representing a format that can be recognized by the - * PHP [date()](http://php.net/manual/de/function.date.php)-function. + * PHP [date()](https://php.net/manual/de/function.date.php)-function. * * For example: * diff --git a/src/DatePickerLanguageAsset.php b/src/DatePickerLanguageAsset.php index 483696e75..38b141975 100644 --- a/src/DatePickerLanguageAsset.php +++ b/src/DatePickerLanguageAsset.php @@ -1,8 +1,8 @@ * @since 2.0 */ @@ -43,7 +43,7 @@ public function init() //Fix for closing icon (x) not showing up in dialog $this->getView()->registerJs(" if ($.fn.button) { - var bootstrapButton = $.fn.button.noConflict(); + var bootstrapButton = $.fn.button.noConflict(); $.fn.bootstrapBtn = bootstrapButton; }", \yii\web\View::POS_READY diff --git a/src/Draggable.php b/src/Draggable.php index d140ea36b..361b6a474 100644 --- a/src/Draggable.php +++ b/src/Draggable.php @@ -1,8 +1,8 @@ * @since 2.0 */ diff --git a/src/Droppable.php b/src/Droppable.php index c70939195..a76065aad 100644 --- a/src/Droppable.php +++ b/src/Droppable.php @@ -1,8 +1,8 @@ * @since 2.0 */ diff --git a/src/InputWidget.php b/src/InputWidget.php index b237bf4ae..2a80dc935 100644 --- a/src/InputWidget.php +++ b/src/InputWidget.php @@ -1,8 +1,8 @@ * @since 2.0 */ @@ -21,14 +21,14 @@ class Menu extends \yii\widgets\Menu /** * @var array the options for the underlying jQuery UI widget. * Please refer to the corresponding jQuery UI widget Web page for possible options. - * For example, [this page](http://api.jqueryui.com/accordion/) shows + * For example, [this page](https://api.jqueryui.com/accordion/) shows * how to use the "Accordion" widget and the supported options (e.g. "header"). */ public $clientOptions = []; /** * @var array the event handlers for the underlying jQuery UI widget. * Please refer to the corresponding jQuery UI widget Web page for possible events. - * For example, [this page](http://api.jqueryui.com/accordion/) shows + * For example, [this page](https://api.jqueryui.com/accordion/) shows * how to use the "Accordion" widget and the supported events (e.g. "create"). */ public $clientEvents = []; diff --git a/src/ProgressBar.php b/src/ProgressBar.php index f161ed3bb..b0f3c832d 100644 --- a/src/ProgressBar.php +++ b/src/ProgressBar.php @@ -1,8 +1,8 @@ * @since 2.0 */ diff --git a/src/Resizable.php b/src/Resizable.php index 31e29b1ac..ba0b05111 100644 --- a/src/Resizable.php +++ b/src/Resizable.php @@ -1,8 +1,8 @@ * @since 2.0 */ diff --git a/src/Selectable.php b/src/Selectable.php index 1ae7a4cdb..02b2e1eeb 100644 --- a/src/Selectable.php +++ b/src/Selectable.php @@ -1,8 +1,8 @@ * @since 2.0 */ @@ -129,7 +129,7 @@ public static function begin($config = []) { $config['mode'] = self::MODE_BEGIN; parent::begin($config); } - + /** * Initializes the widget. */ @@ -140,7 +140,7 @@ public function init() echo Html::beginTag('div', $this->options) . "\n"; } } - + /** * Renders the widget. */ @@ -155,10 +155,10 @@ public function run() echo $this->renderItems() . "\n"; echo Html::endTag($tag) . "\n"; } - + $this->registerWidget('selectable'); } - + /** * Renders selectable items as specified on [[items]]. * @return string the rendering result. diff --git a/src/Slider.php b/src/Slider.php index 869f8be32..cd0fec5cd 100644 --- a/src/Slider.php +++ b/src/Slider.php @@ -1,8 +1,8 @@ * @since 2.0 */ diff --git a/src/SliderInput.php b/src/SliderInput.php index 8814eb0c6..e70e0480b 100644 --- a/src/SliderInput.php +++ b/src/SliderInput.php @@ -1,8 +1,8 @@ * ``` * - * @see http://api.jqueryui.com/slider/ + * @see https://api.jqueryui.com/slider/ * @author Alexander Makarov * @since 2.0 */ diff --git a/src/Sortable.php b/src/Sortable.php index ce04186f8..8026e5dcf 100644 --- a/src/Sortable.php +++ b/src/Sortable.php @@ -1,8 +1,8 @@ * @since 2.0 */ diff --git a/src/Spinner.php b/src/Spinner.php index df464dd76..7f09ac2f7 100644 --- a/src/Spinner.php +++ b/src/Spinner.php @@ -1,8 +1,8 @@ * ``` * - * @see http://api.jqueryui.com/spinner/ + * @see https://api.jqueryui.com/spinner/ * @author Alexander Kochetov * @since 2.0 */ diff --git a/src/Tabs.php b/src/Tabs.php index 13810b1eb..1e2164aa0 100644 --- a/src/Tabs.php +++ b/src/Tabs.php @@ -1,8 +1,8 @@ * @since 2.0 */ diff --git a/src/Widget.php b/src/Widget.php index f717b7cfe..13e48531d 100644 --- a/src/Widget.php +++ b/src/Widget.php @@ -1,8 +1,8 @@