extjs4 - ExtJS 4 / Sencha Touch Container, Component, Element and Panel -



extjs4 - ExtJS 4 / Sencha Touch Container, Component, Element and Panel -

what relations or differences between container, component, element , panel?

please help.

if briefly...

element wrapper dom element.

component basic class widgets.

container subclass of component. can have "items" (i.e. container can contain other components).

panel subclass of container. can have header, footer, toolbars, , other docked items.

you can find more info in layouts & containers , components

sencha-touch extjs4 extjs

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -