Skip to content Skip to sidebar Skip to footer
Showing posts with the label Extjs4.1

How I'll Create A Model From Json File? (extjs)

This the model that I want to create using json file Ext.define('Users', { extend: '… Read more How I'll Create A Model From Json File? (extjs)

Extjs 4.1.3 Button That Sets Active Filters

I want to add a button to the toolbar that automatically sets a filter as active and then subsequen… Read more Extjs 4.1.3 Button That Sets Active Filters

Using Ext.grid.panel.reconfigure() Breaks The Grids Rowediting Plugin

I'm creating an extjs grid panel which has a user configurable set of columns. The Ext.grid.Pan… Read more Using Ext.grid.panel.reconfigure() Breaks The Grids Rowediting Plugin

Add Tip Text Dynamically To A Slider

In my project, I am trying to add the tip text (config) dynamically to a slider. How to do that? I… Read more Add Tip Text Dynamically To A Slider