C
|
cgphp 8/21/2013 |
In the "Javascript onload" event you can trigger the click on every details link. |
F
|
Francesco_5000 author 8/21/2013 |
In the "Javascript onload" event you can trigger the click on every details link.
|
C
|
cgphp 8/21/2013 |
Add the following code to the "Javascript onload" event: $("a[id^='yourtablename_preview']").click();
$("a[id^='test_preview']").click(); |
F
|
Francesco_5000 author 8/21/2013 |
Add the following code to the "Javascript onload" event: $("a[id^='yourtablename_preview']").click();
$("a[id^='test_preview']").click();
|