Separator/delimiter to string of primary keys Default: Separator used when posting checkbox values, eg. $_POST[$id.'__cbstr'].
So if the primary keys selected are 22,44,60 and the applet id is $id, then
$_POST[$id.'__cbstr'] = '22!#@44!#@60';
will be posted. Also see checkBoxes property. Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 4.1]
|