mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 14:29:30 +08:00
Merge branch 'master' of git://github.com/yiisoft/yii2
This commit is contained in:
@@ -193,7 +193,7 @@ Widgets
|
|||||||
* LinkPager: link to demo page
|
* LinkPager: link to demo page
|
||||||
* LinkSorter: link to demo page
|
* LinkSorter: link to demo page
|
||||||
* [Bootstrap Widgets](bootstrap-widgets.md)
|
* [Bootstrap Widgets](bootstrap-widgets.md)
|
||||||
* **TBD** [Jquery UI Widgets](jui-widgets.md)
|
* [Jquery UI Widgets](jui-widgets.md)
|
||||||
|
|
||||||
|
|
||||||
Helpers
|
Helpers
|
||||||
|
|||||||
29
docs/guide/jui-widgets.md
Normal file
29
docs/guide/jui-widgets.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
Jquery UI Widgets
|
||||||
|
=================
|
||||||
|
|
||||||
|
> Note: This section is under development.
|
||||||
|
|
||||||
|
Out of the box, Yii includes support for the [jQuery UI](http://api.jqueryui.com/) library. jQuery UI is a curated set
|
||||||
|
of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
|
||||||
|
|
||||||
|
Yii widgets
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Most complex jQuery UI components are wrapped into Yii widgets to allow more robust syntax and integrate with
|
||||||
|
framework features. All widgets belong to `\yii\jui` namespace:
|
||||||
|
|
||||||
|
- [[yii\jui\Accordion|Accordion]]
|
||||||
|
- [[yii\jui\AutoComplete|AutoComplete]]
|
||||||
|
- [[yii\jui\DatePicker|DatePicker]]
|
||||||
|
- [[yii\jui\Dialog|Dialog]]
|
||||||
|
- [[yii\jui\Draggable|Draggable]]
|
||||||
|
- [[yii\jui\Droppable|Droppable]]
|
||||||
|
- [[yii\jui\Menu|Menu]]
|
||||||
|
- [[yii\jui\ProgressBar|ProgressBar]]
|
||||||
|
- [[yii\jui\Resizable|Resizable]]
|
||||||
|
- [[yii\jui\Selectable|Selectable]]
|
||||||
|
- [[yii\jui\Slider|Slider]]
|
||||||
|
- [[yii\jui\SliderInput|SliderInput]]
|
||||||
|
- [[yii\jui\Sortable|Sortable]]
|
||||||
|
- [[yii\jui\Spinner|Spinner]]
|
||||||
|
- [[yii\jui\Tabs|Tabs]]
|
||||||
Reference in New Issue
Block a user