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

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

Extjs4 - Ajax Request : Url Generation

I need to set an ajax request with a generated url. Ext.define('Cc.store.Absences', { e… Read more Extjs4 - Ajax Request : Url Generation

Extjs 4 Month And Year Picker

I wanted to add a Month and Year picker on my app. So, I found this Fiddle https://fiddle.sencha.co… Read more Extjs 4 Month And Year Picker

How To Get Data From Extjs 4 Store

Im stack with ext js 4 at the very beginning. Im trying to get the current user data when starting … Read more How To Get Data From Extjs 4 Store

Ext.window.messagebox Draggable False, Error Calling Hide Method

After creating an instance of MessageBox like this var msgBox = Ext.create('Ext.wi… Read more Ext.window.messagebox Draggable False, Error Calling Hide Method

How To Add Context Menu On Raphael Element?

I am working with ExtJS 4 framework and also using Raphael.js in my main application panel. First … Read more How To Add Context Menu On Raphael Element?

Downside To Extjs "iframe Architecture" (should I Refactor To Mvc Pattern?)

I have an existing intranet webapp (solely internal) built with ExtJS using an 'iframe architec… Read more Downside To Extjs "iframe Architecture" (should I Refactor To Mvc Pattern?)

Is There A Way To Only Show Parent Nodes In A Extjs Tree

I want to show only parent nodes of a tree in extjs. In my datastore there are leaf nodes as well. … Read more Is There A Way To Only Show Parent Nodes In A Extjs Tree