Hi,
I want to limit the number of cheked rows in an IR and I want to show the actual count of checked rows (Version: Apex 4.1.1).
This is my checkbox:
apex_item.checkbox(1,ID,'class="cb"') cb, --Checkbox
And I have an pageitem.
Now my way was if .cb clicked to setValue and increase the pageitem (if this works I can also decrease when unchecked).
This wont work, may cause of number / Character conversion.
Maybe some one of you has a solution.
Thanks!!
Greetings
Sebastian