ExtJS is one of the best client-side JavaScript widget frameworks which come with hundreds of build-in components and it’s also very easy to extend or customized those components. One of the most useful components is ComboBox. We can use combobox to populate groups of items on it, select one or multiple items and can...
Thought I am a hardcore java/j2ee developer by compassion but I always explore other programming languages. One of My favorite Web scripting language is PHP and I like PHP because of its simplicity and its many OpenSource MVC frameworks. So I have decided to use ExtJS, Code Igniter and MySQL today to demonstrate how...
ExtJS panel has ability to collapsed and expand by clicking on icon. To collapse/expand any panel user has to click on right corner icon which is many times very irritating. How could we collapse/expand panel by clicking anywhere in panel header? Following code demonstrate it. Online Demo Download Source