1. #1
    Ext JS Premium Member
    Join Date
    Feb 2008
    Posts
    51
    Vote Rating
    0
    noamway is on a distinguished road

      0  

    Default Unanswered: Different design for the Ext Window

    Unanswered: Different design for the Ext Window


    Hi,

    There is any option or maybe something ready that will let me design the Ext Window in different way.
    Maybe something like the jQuery dialog.

    I search over the web and all the Ext window look the same.

    Thanks,
    Noam

  2. #2
    Sencha User
    Join Date
    Jan 2010
    Posts
    293
    Vote Rating
    18
    Answers
    15
    existdissolve will become famous soon enough existdissolve will become famous soon enough

      0  

    Default


    You'll have to do some theming to get the window to look differently within whatever theme you are using (I assume you're using the default).

    Check out the theming guid - http://docs.sencha.com/ext-js/4-1/#!/guide/theming

    It's really quite easy to customize the appearance of ExtJS components, and the guide gives a good introduction to all the tools you'll need to do that.

    Good luck.