Alexander Makarov
|
3f3f85acc5
|
Merge pull request #1164 from cebe/1163-gridview-no-empty-class
[ci skip] fixes #1163 CGridview does not create empty class attribute anymore
|
2012-08-10 12:19:46 -07:00 |
|
CeBe
|
634d1603b9
|
fixed empty css class attribute for CGridColumn
fixes #1163
|
2012-08-08 12:23:34 +02:00 |
|
mdomba (mdlap)
|
3fd13f9f91
|
remove second parameter on calls
|
2012-08-08 01:40:19 +02:00 |
|
CeBe
|
74289854ce
|
CGridview does not create empty class attribute
fixes #1163 where rowCssClassExpression or rowCssClass could be empty
for certain rows.
|
2012-08-07 22:28:20 +02:00 |
|
mdomba (mdlap)
|
5973d891e0
|
refactored CJavascriptExpression->_construct to get cleaner code
|
2012-08-07 18:35:06 +02:00 |
|
mdomba (mdlap)
|
b3dc167db0
|
proper CJavascriptExpression check
|
2012-08-07 18:14:46 +02:00 |
|
mdomba (mdwork)
|
c89f31f886
|
Unify CJavascriptExpression usage
|
2012-08-07 16:01:39 +02:00 |
|
mdomba (mdwork)
|
524475f60c
|
change strncmp with strpos
|
2012-08-07 15:13:44 +02:00 |
|
mdomba (mdwork)
|
ead2377d1a
|
doc fix
|
2012-08-03 08:36:33 +02:00 |
|
Alexander Makarov
|
ec2ba0581f
|
Merge pull request #1030 from samdark/551-safer-way-of-using-cjavascript-encode-bc
Enh #551: Added $safe parameter to CJavaScript::encode. If set to true, 'js:' will not be allowed
|
2012-07-27 15:12:44 -07:00 |
|
Alexander Makarov
|
ada1cedc7d
|
added CJavaScriptExpression while keeping BC
|
2012-07-27 01:54:19 +04:00 |
|
mdomba (mdwork)
|
5f372b7e91
|
Fixes #510 replaced live() with on()
|
2012-07-26 14:53:31 +02:00 |
|
mdomba (mdwork)
|
a629624229
|
proper page token
|
2012-07-25 13:57:19 +02:00 |
|
mdomba (mdwork)
|
8d1af51c95
|
Fixes #215 added tokens to CGridView::updateSelector
|
2012-07-25 13:54:57 +02:00 |
|
mdomba (mdwork)
|
c00f9c0e69
|
fixed spaces to TABs
|
2012-07-25 12:41:20 +02:00 |
|
mdomba (mdwork)
|
1b2a5016e2
|
Fixes #282 added CCheckBox::headerTemplate to allow custom header
|
2012-07-24 15:53:28 +02:00 |
|
mdomba (mdlap)
|
871cd7d6d5
|
doc fix
|
2012-07-15 12:44:21 +02:00 |
|
resurtm
|
89be0cb01c
|
Fixes #803.
|
2012-07-06 10:02:02 +06:00 |
|
mdomba (mdlap)
|
ff0d417267
|
(Fixes issue #238) prevent selecting empty row if there is no data in CGridView
|
2012-05-21 23:41:16 +02:00 |
|
Alban Jubert
|
f3fb4482ef
|
Added filterHtmlOptions property to the CGridColumn component
|
2012-04-29 17:58:47 +02:00 |
|
Steven Wexler
|
ab8bcaeb94
|
Fixed doc comments for enableHistory
|
2012-03-18 23:48:12 -04:00 |
|
Steven Wexler
|
72ff8a8bc4
|
Added limitation in enableHistory property docs
|
2012-03-13 00:36:57 -04:00 |
|
Qiang Xue
|
244b627924
|
Merge pull request #490 from steaks/482
#482 Made a persistState option to enable/disable HTML5 history
|
2012-03-11 15:20:23 -07:00 |
|
Steven Wexler
|
380dde3e60
|
#482 Renamed persistState property to enableHistory property in CListView and CGridView and changed property description a bit.
|
2012-03-11 16:11:38 -04:00 |
|
Steven Wexler
|
2eee01a9f3
|
#482 Made a persistState option to enable/disable HTML5 history
|
2012-03-11 15:25:30 -04:00 |
|
mdomba (mdlap)
|
5d8bc19fe8
|
doc fix
|
2012-03-11 20:00:45 +01:00 |
|
Mário Franco
|
d393486975
|
Added html5 history support on ajax requests on CGridView and CListView
|
2012-03-03 17:53:20 +00:00 |
|
mdomba
|
710a941076
|
doc fix
|
2012-02-02 12:45:25 +00:00 |
|
mdomba
|
ea56651975
|
more informative description for the CDataColumn->name
|
2011-11-18 10:21:42 +00:00 |
|
mdomba
|
b10e82f79e
|
jQuery fix: used prop() instead of attr() for the 'checked attribute'
|
2011-11-07 15:03:58 +00:00 |
|
alexander.makarow
|
646cbb2b9a
|
Documented component accessors with @property for significantly better IDE autocomplete
|
2011-10-25 00:01:09 +00:00 |
|
mdomba
|
fe3a175e91
|
(fixes issue 2840) fixed CDataColumn::filter description
|
2011-10-24 20:32:36 +00:00 |
|
mdomba
|
90d6aaca2f
|
(fixes issue 2892) reverted revision 3402 regarding issue 2824
|
2011-10-24 20:13:19 +00:00 |
|
mdomba
|
8f2b9bdfc1
|
(fixes issue 2824) fixed inconsistency in parameter order in CGridView components
|
2011-09-23 07:16:17 +00:00 |
|
qiang.xue
|
11d76191dd
|
(Fixes issue 2483)
|
2011-06-16 17:34:34 +00:00 |
|
qiang.xue
|
6c14cb71e5
|
(Fixes issue 2001)
|
2011-06-15 19:24:38 +00:00 |
|
mdomba
|
18e972c530
|
(fixes issue 2500 ) now a custom click handler for CButtonColumn default delete button can be used
|
2011-06-14 19:41:37 +00:00 |
|
mdomba
|
925b0cbf74
|
added CDataColumn::filter doc
|
2011-06-10 07:38:47 +00:00 |
|
alexander.makarow
|
381368d8cc
|
|
2011-04-17 09:36:55 +00:00 |
|
alexander.makarow
|
fd6183fb96
|
XHR is now passed to CButtonColumn error JavaScript callback as a first argument
|
2011-04-16 22:40:04 +00:00 |
|
mdomba
|
05d1955de2
|
(Fixes issue 2275) ajax error handler not called
|
2011-04-01 10:34:37 +00:00 |
|
qiang.xue
|
b1a68beea3
|
(Fixes issue 1782)
|
2011-03-14 18:09:55 +00:00 |
|
qiang.xue
|
c9c1bf1ae8
|
(Fixes issue 2034)
|
2011-03-13 01:30:36 +00:00 |
|
qiang.xue
|
2dcc6667ae
|
(Fixes issue 2093)
|
2011-03-12 03:19:21 +00:00 |
|
qiang.xue
|
ca5ac069ff
|
(Fixes issue 2108)
|
2011-03-11 20:29:55 +00:00 |
|
qiang.xue
|
f58d72f433
|
(Fixes issue 2185)
|
2011-03-08 16:18:51 +00:00 |
|
mdomba
|
445e98690d
|
Enchanced CButtonColumn->afterDelete to get the data returned from the server
|
2011-02-22 11:44:50 +00:00 |
|
mdomba
|
8692420d5a
|
|
2011-02-15 18:24:19 +00:00 |
|
mdomba
|
f1dc6c36f3
|
(Fixes issue #2105) added CButtonColumn->afterDelete
|
2011-02-15 15:03:27 +00:00 |
|
mdomba
|
558df157e8
|
revert r2945
|
2011-02-08 13:39:22 +00:00 |
|