This topic is locked

Possibility to Add button in:

2/22/2008 11:36:27 AM
PHPRunner General questions
R
rafamarquez author

Is there a possibility for the developers of PHPRunner to add button in?? :
Add Record Page

Edit Record Page
the button will be
Save and Return to List
If theres an error will not go to list, if record added or edited with success go to list.
In the end will be three buttons

  1. Save
  2. Save and Return to List
  3. Reset
    Hugo

R
rafamarquez author 2/23/2008

Im waiting for your repply Jane
Thank you

Alexey admin 2/26/2008

Rafael,
sure, you can.

Add the "Save and Return" button in Visual Editor.

Here is the button HTML code:

<input class=button type=submit value="Save and Return to List" name=submit2>



Then add this code to After record added/updated event:

if($_REQUEST["submit2"])

header("..._list.php?a=return");


To get faster responses I recommend you to contact support team directly at support@xlinesoft.com