voja Posted May 24, 2012 Posted May 24, 2012 Hi, I use ExtEvent to style components, for example this is code: function OnAfterrender(sender) { sender.body.applyStyles('background-image:url("files/images/background.jpg"); background-repeat:repeat-x; background-color:#f2f2f2;'); } My question is: How I call these style from custom css (external file)???? Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.