![]() |
Sergey Kornilov admin 7/11/2013 |
Here is how you can implement 'Save and back to List' button.
pageObj.on('beforeSave', function(formObj, fieldControlsArr, pageObj){
if($_REQUEST["golist"])
|
S
|
swanside author 7/11/2013 |
Here is how you can implement 'Save and back to List' button. We will use the idea described in this article for inspiration: http://xlinesoft.com/phprunner/docs/add_custom_field_to_form.htm
pageObj.on('beforeSave', function(formObj, fieldControlsArr, pageObj){
if($_REQUEST["golist"])
|