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
e918d719
Commit
e918d719
authored
Jun 13, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git://github.com/yiisoft/yii2
parents
6b799d39
fbdad145
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletion
+31
-1
README.md
docs/guide/README.md
+1
-1
jui-widgets.md
docs/guide/jui-widgets.md
+30
-0
No files found.
docs/guide/README.md
View file @
e918d719
...
...
@@ -193,7 +193,7 @@ Widgets
*
LinkPager: link to demo page
*
LinkSorter: link to demo page
*
[
Bootstrap Widgets
](
bootstrap-widgets.md
)
*
**TBD**
[
Jquery UI Widgets
](
jui-widgets.md
)
*
[
Jquery UI Widgets
](
jui-widgets.md
)
Helpers
...
...
docs/guide/jui-widgets.md
0 → 100644
View file @
e918d719
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
]
]
\ No newline at end of file
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