1 Attachment(s)
Change Background image of toolbar using sencha touch
Dear All,
I am new in sencha touch and i am making one application which contains one image which is small in size .I want to set that image as a toolbar image and also i want to set no-repetation of image and width should be 99% style property.But i don't have any ideaAttachment 28819
I wants this type of toolbar.
please anybody suggest me how to solve that problem.
Thanks & Regards
Pradeep
Customized Image in TabPanel
Hi I have rectified the issue by giving as below in the CSS as
.dashboard
{
background: url(../Images/reports.png) !important;
background-size: 100% 100%;
background-position:center center;
background-repeat:no-repeat;
}
Later we have to call in the TabPanel in the .Js file as
IconClass: 'dashboard'