C
|
copper21 11/28/2013 |
F
|
fantasmino author 11/28/2013 |
Thanks Brian |
C
|
copper21 11/28/2013 |
Yes, I too would like to know a way to do that instead of editing the file. |
![]() |
Sergey Kornilov admin 11/28/2013 |
Here is how this an be done (PHPRunner 7.0)
+ Runner.lang.constants.TEXT_PROCEED_TO + ' ' + Runner.pages.PageSettings.getTableData(this.tName, "strCaption", "")
+ ( !window.hideDetails ? (Runner.lang.constants.TEXT_PROCEED_TO + ' ' + Runner.pages.PageSettings.getTableData(this.tName, "strCaption", "")) : "" )
window.hideDetails=1;
|
F
|
fantasmino author 11/29/2013 |
Awesome that's wrork |