roymj88
30 Nov 2011, 12:58 AM
Hi,
Is it possible to change the design of the buttons like submit, back etc which are used in the docked toolbars.
For eg :-
I have used the following button,
{
xtype:'button',
class:'submitbutton',
text:'Submit',
handler:function(){
Test.Viewport.setActiveItem('second',{type:'slide', direction:'left'});
}
}
I had named it to a different class and gave style accordingly :
.submitbutton{
background-color:#FFF;
border-radius:7px;
color:#000;
padding:10%;
}
But the styles are having no effect. Please let me know how can i change the designs of the buttons.
Thanks
Roy M J
Is it possible to change the design of the buttons like submit, back etc which are used in the docked toolbars.
For eg :-
I have used the following button,
{
xtype:'button',
class:'submitbutton',
text:'Submit',
handler:function(){
Test.Viewport.setActiveItem('second',{type:'slide', direction:'left'});
}
}
I had named it to a different class and gave style accordingly :
.submitbutton{
background-color:#FFF;
border-radius:7px;
color:#000;
padding:10%;
}
But the styles are having no effect. Please let me know how can i change the designs of the buttons.
Thanks
Roy M J