PDA

View Full Version : Ext2.0.2 CSS



ijb
12 Mar 2008, 12:22 PM
Guys, this is awesome work! I am using extjs for two weeks now and I am really happy with it (and no, it's not perfect).

On the other hand, I must be missing something really obvious! Can anyone point me to sample usages or even docs that explain/discuss ext-all.css (I am looking at the code ATM).

The other way to ask the same question is: How would I know that there are container and content divs and what they do unless I randomly encountered them in some sample??

dawesi
12 Mar 2008, 4:17 PM
well it really depends which widget / component you are using to which bit of the css is used.


How would I know that there are container and content divs

Get Firebug for firefox (Firefox: getfirefox.com + Firebug: getfirebug.com)

then everything is exposed there for you to see what's happening... scripts, transfers, styles etc...

NOTE: Firebug 1.1 beta is out for those using Firefox 3 or just want some extra functionality

ijb
12 Mar 2008, 10:04 PM
I got firebug already and thank you for suggestion. So what you are suggesting is that the only way is to look into a particular .css (NOT ext-all.css) for that info -- e.g. panel.css ?!?

Is there a preference within extjs core team to use pure javascript vs. div tags perhaps? I am just curious what is the best approach working with extjs.