What makes your ExtJS application run so slow ?
By “slow” here I mean the slow run-time, not the load time of resources. In the past one year and...
By “slow” here I mean the slow run-time, not the load time of resources. In the past one year and...
In an ExtJS panel (Ext.Panel) where the content area is huge but the Panel size is limited, users usually use...
ExtJs has two well-known layouts called Accordion and Vbox. Basically, in a vertical list of panels, AccordionLayout manages multiple Panels...
Currently, ExtJS 3.1.1 doesn’t support Vertical TabPanel. Here is my simple custom Vertical TabPanel ux class. Currently, it supports the...
This is a quick solution to disabling browser default context menu when right-clicking in ExtJS.