Tagged Questions
0
votes
1answer
144 views
How to add a SaveandContinueEdit Button to my form?
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.
...
0
votes
1answer
99 views
Accessing Object of Magento Admin Grid via Java-Script
I would like to access the JavaScript Object of the Magento Adminhtml Grid.
I want to reload the Grid after my Dialog is closed an the Ajax-Request to the Controller has finished.
If i modify the ...