Base class for all Ext components. All subclasses of Component can automatically participate in the standard Ext component lifecycle of creation, rendering and destruction. They also have automatic support for basic hide/show and enable/disable behavior. All visual widgets that require rendering into a layout should subclass PhpExt_Component (or BoxComponent if managed box model handling is required).
Every component has a specific xtype. This is the list of all valid xtypes:
Uses simple caching to consistently return the same object. Automatically fixes if an object was recreated with the same id via AJAX or DOM. To retrieve an element by Id use PhpExt_Element::getById
Uses simple caching to consistently return the same object. Automatically fixes if an object was recreated with the same id via AJAX or DOM. To retrieve an element by DOM Node use PhpExt_Element::getByDOM