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
0d671ebf
Commit
0d671ebf
authored
Nov 26, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #6264: added installation instructions to jUI guide
parent
86d0d1b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
widget-jui.md
docs/guide/widget-jui.md
+21
-2
No files found.
docs/guide/widget-jui.md
View file @
0d671ebf
...
@@ -3,8 +3,27 @@ Jquery UI Widgets
...
@@ -3,8 +3,27 @@ Jquery UI Widgets
> Note: This section is under development.
> 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
Yii includes support for the
[
jQuery UI
](
http://api.jqueryui.com/
)
library in an officail extension. jQuery UI is
of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
Installation
------------
The preferred way to install the extension is through
[
composer
](
http://getcomposer.org/download/
)
.
Either run
```
php composer.phar require --prefer-dist yiisoft/yii2-jui "*"
```
or add
```
"yiisoft/yii2-jui": "*"
```
to the require section of your
`composer.json`
file.
Yii widgets
Yii widgets
-----------
-----------
...
...
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