C
|
cgphp 2/24/2012 |
Post your code. |
W
|
wildwally author 2/24/2012 |
|
W
|
wildwally author 3/2/2012 |
|
T
|
Tricause 3/2/2012 |
I have a similar issue. I can easily verify if all the values are selected with some dynamically loaded, comma delimited values. However, when I try to set the value of this control to this comma delimited set, it will only purge any selection. In other words, the getValues method properly returns the values in a comma delimited form whilst the setValues will not allow the setting of said comma delimited values. |
C
|
cgphp 3/3/2012 |
ctrlBFoverall.on('change', function(e){ |
S
|
smith 3/4/2012 |
Hi Cristian Gilè ctrlBFoverall.on('change', function(e){ |
C
|
cgphp 3/4/2012 |
The solution in this page should work: ctrlBFoverall.on('change', function(e){ |
S
|
smith 3/4/2012 |
Dear Cristian Gilè The solution in this page should work: ctrlBFoverall.on('change', function(e){ |
C
|
cgphp 3/4/2012 |
There's already a "check all" box on the list page. |
S
|
smith 3/5/2012 |
Dear Cristian Gilè |
S
|
smith 3/5/2012 |
Dear Cristian Gilè function Check(chk)
function select_all(name,value){
t type="checkbox" name="Check_ctr" value="yes"
|
S
|
smith 3/6/2012 |
Dear Cristian Gilè / Jane / Admin Dear Cristian Gilè I mean how to implement this for a checkbox field in the list/ inline edit page function Check(chk)
function select_all(name,value){
t type="checkbox" name="Check_ctr" value="yes"
|
C
|
cgphp 3/7/2012 |
Check this article for inspiration: http://iknowkungfoo.com/blog/index.cfm/2008/7/9/Check-All-Checkboxes-with-JQuery |
S
|
smith 3/7/2012 |
Thank you for the link, <INPUT $('#checkAllAuto').click(
Check this article for inspiration: http://iknowkungfoo.com/blog/index.cfm/2008/7/9/Check-All-Checkboxes-with-JQuery |