-
Buttons in the Form Panel
Buttons in the Form Panel
I want to create buttons in the form panel. I could not find a way in the designer. Can someone help me.
Without designer I was able to add the following code.
buttons: [
{
text: 'Save' ,
handler : function ( button , event )
{
this.saveRecord (button , event);
}.createDelegate (this)
},
{
text: 'Cancel'
}
]
Vic
-
Sencha - Sencha Touch Dev Team
You can change buttons to fbar. The buttons configuration is being slated for deprecation.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us