This topic is locked
[SOLVED]

 HOW TO SETUP EXPORT TICK BOX ON BY DEFAULT ?

5/13/2011 5:50:49 PM
PHPRunner General questions
C
ckapote author

hi
I need to export all records by default and I want to set the relevant export tick box always selected by default .
Any ideas ?
thanks

G
Grissom 5/14/2011

Check out this Demo. You always have 2 options exporting - "Export selected" and "Export results" (at the very top). When you click on the least, you can choose to either export only selected records or all of them.
Otherwise you'd have to tweak the HTML code of the List page in the PHPRunner editor and set the selection box to "selected" by default.
Chris