PDA

View Full Version : addbutton and classes



Dumbledore
5 Jun 2007, 11:00 PM
Hi there,

how can i set different classes to buttons on dynamic forms? I need special designs for the submit and reset button.

I try:
[CODE]
formCustomer.addButton({
text: 'Ok & Weiter',
disabled:false,
addClass: 'btn_submit',
handler: function(){
formCustomer.submit();
}
});

But this won

Dumbledore
6 Jun 2007, 5:19 AM
:"> i found it... it