Add class name to edit or cancel button in formButtons
Add class name to edit or cancel button in formButtons
Muhammad Izzat
Posts: 22Questions: 10Answers: 0
Hi everyone my question is as the title, how can I add class name to edit or cancel button in formButtons
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Just use the className option inside your button definition. I have an example http://jsbin.com/socitiy/edit?html,css,js,output that turns the "update row" button red.
Thank you @bindrid, it solve my problem