J
|
Jane 1/20/2009 |
Hi, |
![]() |
hichem author 1/20/2009 |
Hi, both these tasks require a lot of custom JavaScript code. In general you need to edit pages on the Visual Editor tab manually, add List page: Before processevents and edit generated files (for advanced search). Unfortunately we don't have a ready to go solution for this.
|
J
|
Jane 1/21/2009 |
Hi, $editlink ="editid1=".htmlspecialchars(rawurlencode($data["RecordID"])); $record["viewlink_attrs"]=" target=_blank href=\"TableName_view.php?".$editlink."\" ";
|
![]() |
hichem author 1/21/2009 |
Hi, to open view page in the new window (not Ajax popup) add List page: After record processed event on the Events tab. Here is a sample: Also you can open Advanced search in the new window but you'll need to check search parameters, pass it to the main page and close new window with search page manually.
|
J
|
Jane 1/22/2009 |
It's difficult to tell you what's happening without seeing actual files. |