Jump to content

Recommended Posts

Posted

Hi.

Tell me please? How can I change Theme on default?

I looked through the examples, but have not found how to change the default.

Help me please.

Posted

Hola Podria explicar como lo hizo, gracias

 

Hello Could you explain how he did it, thanks

 

Hi,

See the MainModule.Theme property.

  • 11 months later...
Posted

Has anyone tried to change theme at runtime?. How could be done?

TIA

 

Try approximately so:

 

Ext.util.CSS.swapStyleSheet(

'ext-3.4.0/resources/css/xtheme-gray.css',

'ext-3.4.0/resources/css/ext-all-notheme.css'

);

Posted

Try approximately so:

 

Ext.util.CSS.swapStyleSheet(

'ext-3.4.0/resources/css/xtheme-gray.css',

'ext-3.4.0/resources/css/ext-all-notheme.css'

);

It works!!!... Thanks a lot...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...