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
1bcf3b84
Commit
1bcf3b84
authored
May 05, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed wrong links [skip ci]
parent
1d39425e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ActiveField.php
extensions/bootstrap/ActiveField.php
+3
-3
ActiveForm.php
extensions/bootstrap/ActiveForm.php
+1
-1
No files found.
extensions/bootstrap/ActiveField.php
View file @
1bcf3b84
...
...
@@ -11,13 +11,13 @@ use yii\helpers\Html;
use
yii\helpers\ArrayHelper
;
/**
* A Bootstrap 3 enhanced version of [[yii\widgets\ActiveField]].
* A Bootstrap 3 enhanced version of [[
\
yii\widgets\ActiveField]].
*
* This class adds some useful features to [[yii\widgets\ActiveField|ActiveField]] to render all
* This class adds some useful features to [[
\
yii\widgets\ActiveField|ActiveField]] to render all
* sorts of Bootstrap 3 form fields in different form layouts:
*
* - [[inputTemplate]] is an optional template to render complex inputs, for example input groups
* - [[horizontalC
las
s]] defines the CSS grid classes to add to label, wrapper, error and hint
* - [[horizontalC
ssClasse
s]] defines the CSS grid classes to add to label, wrapper, error and hint
* in horizontal forms
* - [[inline]]/[[inline()]] is used to render inline [[checkboxList()]] and [[radioList()]]
* - [[enableError]] can be set to `false` to disable to the error
...
...
extensions/bootstrap/ActiveForm.php
View file @
1bcf3b84
...
...
@@ -12,7 +12,7 @@ use yii\helpers\Html;
use
yii\base\InvalidConfigException
;
/**
* A Bootstrap 3 enhanced version of [[yii\widgets\ActiveForm]].
* A Bootstrap 3 enhanced version of [[
\
yii\widgets\ActiveForm]].
*
* This class mainly adds the [[layout]] property to choose a Bootstrap 3 form layout.
* So for example to render a horizontal form you would:
...
...
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