I am working on a new Magento extension, in my Adminhtml form I want to add the button "saveAndContinueEdit"
I've added this code to my Edit.php file.
$this->_addButton('saveandcontinue', array(
'label' => Mage::helper('adminhtml')->__('Save And Continue Edit'),
'onclick' => 'saveAndContinueEdit()',
'class' => 'save',
), -100);
But whene I click on it, I have this JavaScript error :
Erreur : ReferenceError: saveAndContinueEdit is not defined Fichier Source : http://X.X.X.X/magento/index.php/slider/adminhtml_config/new/key
Can you help me ?
Thanks
saveandcontinueandsaveAndContinueEdit()– Jamie Hutber Dec 19 '12 at 11:44