Action Buttons on Top of Page
It's convenient to have a copy of the "Save Changes" and "Cancel" button on the top of the page if you have a long form.
Can we do this?
5 Replies
yes, have you tried?
Thanks Dan! I did it by overriding the render method and copying the edit-record and adding another form actions above the form.
and in my
EditRecord
class
Let me know if that's the easiest way.I wouldn’t over ride the view. You can use the getPageActions() method to add actions to the top of the page. Pretty sure it’s in the docs.
getActions()
Yea. What Dan said.