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
8ca7fa8d
Commit
8ca7fa8d
authored
Apr 16, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3122 from mikehaertl/update-bootstrap-guide
Add yii\bootstrap\ActiveForm to the bootstrap guide
parents
cb95efe8
50d4d93b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bootstrap-widgets.md
docs/guide/bootstrap-widgets.md
+2
-1
No files found.
docs/guide/bootstrap-widgets.md
View file @
8ca7fa8d
...
...
@@ -6,7 +6,7 @@ Out of the box, Yii includes support for the [Bootstrap 3](http://getbootstrap.c
The core of Bootstrap is represented by two parts:
-
CSS basics, such as a grid layout system, typography, helper classes, and responsive utilities.
-
Ready to use components, such as menus, pagination, modal boxes, tabs etc.
-
Ready to use components, such as
forms,
menus, pagination, modal boxes, tabs etc.
Basics
------
...
...
@@ -33,6 +33,7 @@ Yii widgets
Most complex bootstrap components are wrapped into Yii widgets to allow more robust syntax and integrate with
framework features. All widgets belong to
`\yii\bootstrap`
namespace:
-
[
[yii\bootstrap\ActiveForm|ActiveForm
]
]
-
[
[yii\bootstrap\Alert|Alert
]
]
-
[
[yii\bootstrap\Button|Button
]
]
-
[
[yii\bootstrap\ButtonDropdown|ButtonDropdown
]
]
...
...
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