⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Form with buttons in bottom and top page



vnt

vnt
  • profile picture
  • Member

Posted 15 March 2012 - 17:16 PM

Suggestion for the next version:

in the form there are buttons for the actions and are at the bottom of the page. Is it possible to have buttons also at the top of the form?

Thanks,
D.

web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 15 March 2012 - 22:12 PM

Actually the new version is now live :) . I was thinking to have this functionality but not to the next version as I have already many things to do. Perhaps I will add it for two versions later let's say 1.2.2. It is a good idea and I wanted to add this functionality for the top of the forms. It will be not only the actions buttons but also the add and the delete to the edit form ;) .

Enjoy the new version (without the upload for images sorry) as it has a great new interface for forms.

vnt

vnt
  • profile picture
  • Member

Posted 16 March 2012 - 15:56 PM

Ok Johnny,
thanks for your work!

KaBaDaBrA

KaBaDaBrA
  • profile picture
  • Member

Posted 18 March 2012 - 18:40 PM

Until the awesome web-johnny gets to that - u can use jQuery - for example


$('.pDiv').clone().insertBefore(".mDiv");


Will clone the bottom "save/cancel" to the top :)