Paul Klimov
f47f7ed713
Merge pull request #2891 from bijibox/2887-cformelement-__isset
...
#2887 Add __isset method for CFormElement
2013-10-01 05:11:32 -07:00
gureedo
41b6efa098
updated phpdoc and input types list in CFormInputElement
2013-09-23 13:29:07 +06:00
Nikita Starshinov
30c1f0ea9c
Fix indention from spaces to tabs in CFormElement
2013-09-22 16:33:24 +04:00
Nikita Starshinov
7ae1fb53d6
2887 Add __isset method for CFormElement
2013-09-20 19:41:36 +04:00
Carsten Brandt
1a5a166109
fixed code style
2013-09-18 14:19:42 +02:00
Charles Pick
ca7a21d6ea
Update CFormInputElement.php
2013-09-17 12:36:14 +01:00
Charles Pick
29d6485eba
Add new inputs to CFormInputElement, update CHANGELOG
2013-09-11 21:06:34 +01:00
Alexander Makarov
c8bbdf3a58
Merge pull request #2320 from resurtm/fixes-2254
...
Fixes #2254 : AJAX and client validation doesn't work with `errorSummary` set to true.
2013-06-24 08:51:43 -07:00
LastDragon-ru
8cb0800fc6
Fixed remarks from #2225
2013-05-05 15:09:24 +04:00
LastDragon-ru
1bfe6255f0
Fixed generation of the HTML class attribute for the data model * @see https://github.com/yiisoft/yii/issues/129 * @see https://github.com/yiisoft/yii/pull/1808
2013-05-05 14:58:22 +04:00
resurtm
0039fb390f
PHPDoc of CForm::$showErrors is now a bit less cryptic.
2013-04-15 21:06:11 +06:00
resurtm
b4a76d856b
Additional explanation of what CForm::$showErrors precisely does.
2013-04-15 18:59:28 +06:00
resurtm
044ca38675
PHPDoc fixes:
...
1. Additional `CForm` class note.
2. Better description of the `CForm::$showErrors`.
2013-04-10 08:44:00 +06:00
resurtm
3c3efee1e0
Fixes #2254 :
...
1. Fixes original issue: AJAX and client validation doesn't work with `errorSummary` set to true.
2. Added `CForm::$showErrors` which controls whether error elements of the each attribute should be rendered.
2013-04-09 22:30:25 +06:00
Abdul Malik Ikhsan
6247adaf26
change copyright symbol
2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a
update copyright year
...
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Alexander Kochetov
486723805e
else if => elseif
2012-10-03 10:20:14 +04:00
Alexander Makarov
d865a3bab8
Fixes #1057 Removed SVN ids
2012-09-09 22:23:45 +04:00
mdomba (mdwork)
c9c7c796b9
grammar fix
2012-08-10 12:28:49 +02:00
mdomba (mdwork)
dbf6636af8
doc fix
2012-03-20 10:08:25 +01:00
Greg Molnar
fb14914339
added comments
2012-02-16 13:14:57 +01:00
Greg Molnar
851b7579e8
added new fields to coreTypes
2012-02-16 12:53:15 +01:00
alexander.makarow
646cbb2b9a
Documented component accessors with @property for significantly better IDE autocomplete
2011-10-25 00:01:09 +00:00
qiang.xue
6b60345724
Added CFormInputElement::enableClientValidation
2011-03-26 12:21:13 +00:00
qiang.xue
51ebcf6269
2011-03-14 13:16:43 +00:00
qiang.xue
ce8b6e19fa
(Fixes issue 1795)
2011-03-14 00:48:20 +00:00
qiang.xue
b7990fcca9
2011-03-12 21:30:21 +00:00
qiang.xue
be99ed281e
fixed typo.
2011-03-12 03:54:46 +00:00
alexander.makarow
2ab981b454
reverted method chaining support
2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620
Chained calls are now possible for most framework class setters and methods not returning a value
2011-02-23 20:20:28 +00:00
mdomba
c51a7e9340
Rolledback r2803
2011-01-03 13:28:17 +00:00
mdomba
676bb4cf69
Fixed error in CFormInputElement->render()
2011-01-03 07:48:18 +00:00
qiang.xue
4be0af6917
changed copyright year.
2011-01-01 19:31:13 +00:00
mdomba
72b974560b
Updated PHPDoc @param parameter names
2010-09-23 13:28:52 +00:00
qiang.xue
38face790e
(Fixes issue 1526)
2010-09-01 20:21:57 +00:00
mdomba
3cad8cc1ce
Updated description in relation to issue 1472 and revision r2349
2010-08-28 21:44:26 +00:00
alexander.makarow
f41ed5c02c
CFormButtonElement syntax error fix
2010-08-09 14:28:17 +00:00
qiang.xue
be9eeecd65
(Fixes issue 1455)
2010-08-06 19:42:48 +00:00
qiang.xue
278002a6b5
doc fix.
2010-05-12 03:30:09 +00:00
alexander.makarow
42d862b45c
(Fixes issue 1043) CForm __construct now uses setModel() instead of assigning _model directly
2010-03-21 01:46:05 +00:00
qiang.xue
a85dbd8c46
2010-03-15 16:08:41 +00:00
qiang.xue
2334479c9a
(Fixes issue 1006)
2010-03-14 20:58:21 +00:00
qiang.xue
1c49f1abf6
(Fixes issue 1003)
2010-03-13 14:11:24 +00:00
alexander.makarow
243cd30188
(Fixes issue 967) CFormInputElement doesn't respect element-id if set
2010-03-12 00:40:01 +00:00
qiang.xue
5a4b811d6e
2010-03-01 15:57:53 +00:00
qiang.xue
33927ff4a5
CForm renders invalid 'name' and 'type' attributes when used to generate nested forms
2010-03-01 15:54:34 +00:00
qiang.xue
74118d612e
(Fixes issue 942)
2010-02-19 03:03:01 +00:00
qiang.xue
2d848f722c
renamed CFormElement::attributes to htmlOptions.
2010-01-25 16:26:21 +00:00
qiang.xue
eb54ba7407
modified copyright info.
2010-01-07 21:02:00 +00:00
qiang.xue
463ccbcf33
2009-12-26 00:15:53 +00:00