Commit Graph

214 Commits

Author SHA1 Message Date
resurtm
3f3f520917 Added NULL check into CHtml::value(), $attribute. 2012-12-23 14:12:49 +06:00
resurtm
694dcb885c Second parameter of the CHtml::value() doesn't support functions created by "create_function" anymore. 2012-12-21 21:19:26 +06:00
resurtm
fd5672978e Fixes CHtml::value() bug. 2012-12-21 17:04:09 +06:00
resurtm
fd9fb10904 Reverted PHPDoc typenames and added extra space for better readability. 2012-12-19 20:41:33 +06:00
resurtm
a6d98dc7ed #1861: PHP 5.2 testing issues and forgot about create_function. 2012-12-19 20:12:42 +06:00
resurtm
321e812e24 Fixes #1861. CHtml::value() didn't worked properly with array-typed $model parameter and integer-typed $attribute parameter. 2012-12-19 19:37:39 +06:00
Carsten Brandt
22cc1ffd0e baseID in CHtml::checkBoxList and radioButtonList
is now customizeable via htmlOptions
fix #144
2012-11-28 22:44:55 +01:00
Maurizio Domba (mdlap)
1fb5f1fe07 Fixes issue #1723 activeDropDown unselectValue should be optional to keep BC 2012-11-27 23:19:55 +01:00
Maurizio Domba
e804dd8b91 Merge pull request #1502 from l-nagash/master
Fixed #1492 jQuery.noConflict() issue
[ci skip]
2012-11-14 06:58:44 -08:00
Maurizio Domba (mdwork)
2eeb765c93 Fixes #1676 - proper grouping when no group field is specified 2012-11-09 11:04:21 +01:00
Maurizio Domba (mdwork)
9a058dc3d2 Reverted PR #1467 (Issue #1465, fixes related issue #1661) 2012-11-08 14:26:32 +01:00
Maurizio Domba (mdwork)
35da2c384f Reverted PR #1662 2012-11-08 14:23:02 +01:00
Evgeny Blinov
93113e30e0 Better naming 2012-11-07 19:22:32 +04:00
Evgeny Blinov
65b9673ef5 Coding style fix 2012-11-06 12:15:07 +04:00
Evgeny Blinov
0c96543e40 Fixing bug #1661
CHtml::beginForm() generate incorrect input-set when using together with CUrlManager::GET_FORMAT path
2012-11-06 12:11:21 +04:00
Alexander Kochetov
e3fdc786e8 $unselectOptions => $hiddenOptions 2012-10-19 16:02:13 +04:00
Alexander Kochetov
7d87c0d373 Refactoring more++ 2012-10-19 15:48:23 +04:00
Alexander Kochetov
8085a8e802 Refactoring more 2012-10-19 15:06:39 +04:00
Alexander Kochetov
8815f980de Refactoring 2012-10-19 12:44:17 +04:00
Alexander Kochetov
b94776c199 Hidden field name fix 2012-10-19 10:56:51 +04:00
Alexander Kochetov
ac0aa1f19a Methods comments 2012-10-18 19:39:44 +04:00
Alexander Kochetov
6c42393d9e CHtml::dropDownList() $name fix 2012-10-18 19:33:36 +04:00
Alexander Kochetov
ed0a963c23 CHtml::activeDropDownList() 2012-10-18 19:29:48 +04:00
Alexander Kochetov
4e3dbc35cc CHtml::dropDownList() 2012-10-18 19:20:45 +04:00
Alexander Makarov
ea706bd0ff Merge branch 'html5-special-attributes' of git://github.com/creocoder/yii into creocoder-html5-special-attributes
Conflicts:
	CHANGELOG
2012-10-10 20:35:53 +04:00
Alexander Kochetov
a2c1b4408b CHtml::cssFile() url fix 2012-10-06 21:32:24 +04:00
Alexander Kochetov
2084bebbe3 A little refactoring 2012-10-06 17:59:26 +04:00
Alexander Kochetov
a3bead9551 CHtml::cssFile() fix 2012-10-06 17:42:07 +04:00
Leo R. Lundgren
5d30e12160 Document the 'submit' options in CHtml::clientChange() even better. 2012-10-05 22:55:10 +02:00
Leo R. Lundgren
400d8611af Document the 'submit' and 'csrf' options in CHtml::clientChange() even better. 2012-10-05 21:19:32 +02:00
Alexander Kochetov
a77c4006ae All HTML5 special attributes added 2012-10-05 20:35:34 +04:00
Alexander Kochetov
f9e459544e Sort order fix 2012-10-05 00:13:09 +04:00
Alexander Kochetov
dfc60c1776 HTML5 special attributes added 2012-10-05 00:09:45 +04:00
Leo R. Lundgren
f345cb433b Document the 'submit' option in CHtml::clientChange() better. 2012-10-04 14:41:00 +02:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Carsten Brandt
0955e63708 fixed doc grammar in CHtml 2012-10-02 23:09:03 +03:00
Alexander Kochetov
7e7aeeab3f CHtml comment fix 2012-10-02 22:22:55 +04:00
Alexander Kochetov
4c26d0144c Rename CHtml::$renderSpecAttrVal to CHtml::$renderSpecialAttributesValue 2012-10-02 21:14:37 +04:00
Alexander Kochetov
50d16f1307 @since 2012-10-02 21:08:18 +04:00
Alexander Kochetov
1487995cae CHtml::$closeSingleTags and CHtml::$renderSpecAttrVal added 2012-10-02 21:02:14 +04:00
Nagash
1b165448af Fixed 1492: jQuery.noConflict() issue 2012-09-30 20:35:37 +03:00
Maurizio Domba
7ee32ec0f5 Merge pull request #1467 from mdomba/1465-cactiveform-get-ajax
Fixes #1465 Fixed CHtml::beginForm() when CActiveForm with method GET and...
2012-09-27 03:31:29 -07:00
Carsten Brandt
ddd5cf8c9b Added @see link to CHtml after #1468 2012-09-26 18:59:47 +03:00
Alexander Kochetov
fb61db3e37 CHtml::error() custom container tag 2012-09-25 19:15:12 +04:00
Maurizio Domba (mdwork)
046910a072 DRY, we already have this value 2012-09-25 12:08:18 +02:00
Maurizio Domba (mdwork)
40e74183d8 Fixes #1465 Fixed CHtml::beginForm() when CActiveForm with method GET and ajaxButton is used 2012-09-25 12:02:04 +02:00
resurtm
87dfb29d18 Value of the CHtml::activeTextArea() can now be set through $htmlOptions['value']. 2012-09-21 13:58:38 +06:00
resurtm
d468853861 CHtml: copy'n'pase comment mistake. 2012-09-18 12:25:29 +06:00
resurtm
769e4100f7 CHtml::value(): Better detection of the callable. 2012-09-14 09:10:03 +06:00
resurtm
1750c794b6 Refinement to the extended version of CHtml::value(). [ci skip] 2012-09-14 00:21:20 +06:00