Hello,
i created a ExtJS formpanel with 2 hidden buttons. How can i change the hidden value from true to false?
Thanks for your Help!!Code:buttons:[{
text:'speichern',
id:'create',
hidden:true,
handler:function(){
myContacts.getForm().submit({
method:'POST',
params:{'event':'createContact'},
success:function(r){
win.hide()
}
})
}
}]
Frank
