Commit Graph

58 Commits

Author SHA1 Message Date
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)
dbf6636af8 doc fix 2012-03-20 10:08:25 +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
51ebcf6269 2011-03-14 13:16:43 +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
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
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
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
qiang.xue
7802d3fdbd Improved the default code generated by the yiic tool 2009-12-25 20:45:50 +00:00
qiang.xue
bef5750a7b Added form builder guide. 2009-12-18 19:33:34 +00:00
qiang.xue
6a4d5cbf91 (Fixes issue 668) 2009-12-11 15:41:11 +00:00
qiang.xue
e698c94ffb clean up of CForm. 2009-07-24 10:55:12 +00:00
qiang.xue
adaa80edbe refactored CForm.
allow disabling label rendering in CHtml.
2009-07-10 15:04:29 +00:00
qiang.xue
00594d45f3 2009-07-10 13:37:06 +00:00
qiang.xue
1d44d72d01 2009-07-10 13:31:11 +00:00
qiang.xue
18e6e22719 2009-07-10 02:17:01 +00:00
qiang.xue
cd873e48d1 2009-07-09 20:40:51 +00:00
qiang.xue
4f8c445409 2009-07-09 20:39:49 +00:00
qiang.xue
71f6b697d1 2009-07-09 20:38:56 +00:00
qiang.xue
36f5726482 2009-07-09 19:15:48 +00:00
qiang.xue
312fe613ff 2009-07-09 19:03:12 +00:00
qiang.xue
cb859d97c4 2009-07-09 18:54:11 +00:00
qiang.xue
206193ba65 added submitButton check for CForm::submitted() 2009-07-09 18:49:34 +00:00
qiang.xue
b1a3954e33 Use path alias to specify configuration file for forms. 2009-07-08 01:41:52 +00:00
qiang.xue
0ad7439d06 2009-07-06 21:50:29 +00:00
qiang.xue
048b9584d6 Swapped the order of constructor parameters for CForm and related classes. 2009-07-06 21:44:32 +00:00
qiang.xue
4e576aa8c7 2009-07-05 04:00:26 +00:00
qiang.xue
3242a0ed7d 2009-07-05 03:59:24 +00:00
qiang.xue
d62ea07e42 2009-07-05 03:33:36 +00:00