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

Is It Possible (and How) To Remove Unutilized Widgets From Ext Js Library?

Ext JS base and widgets together offer me the solution I've been looking for. The Ext JS librar… Read more Is It Possible (and How) To Remove Unutilized Widgets From Ext Js Library?

Reconfiguring Grid Columns In Extjs4 - Selmodel Disappears?

I am defining a grid which has a selModel. Each time the store loads, the grids columns are dynamic… Read more Reconfiguring Grid Columns In Extjs4 - Selmodel Disappears?

Sencha Touch Do Not Set Scale And Allow Scrolling And Resize On Iphone Or Ipad

I am playing around with Sencha Touch, especially with examples like http://dev.sencha.com/deploy/t… Read more Sencha Touch Do Not Set Scale And Allow Scrolling And Resize On Iphone Or Ipad

Extending Email Validation In Extjs

I am having the below user registration form built in 6.0.1.250 version of ExtJs. I have an email f… Read more Extending Email Validation In Extjs

Instruct Sencha Sdk Tools To Bundle Other Js Files Specified In App.json

My app.json file of a Sencha touch 2 application contain. 'js': [ { 'path&#… Read more Instruct Sencha Sdk Tools To Bundle Other Js Files Specified In App.json

Ext Js 4: Grid List Filter Is Not Updated

I am running a weird problem when I try to set Grid Filter list dynamically. Let me explain by my c… Read more Ext Js 4: Grid List Filter Is Not Updated

Trigger Synthetic Extjs Event From Jquery Or Vanilla Javascript Event

There exists a website implemented with ExtJS 3.1. I want to pre-fill some fields automatically. Th… Read more Trigger Synthetic Extjs Event From Jquery Or Vanilla Javascript Event

Ext Js Empty Itemselector When Loaded For The Second Time

i'm a newbie with ExtJS, i'm using ExtJS 4.0.7 and what they call MVC, just getting use to … Read more Ext Js Empty Itemselector When Loaded For The Second Time

Dynamic Model Manipulation

I was Googling around for best practices regarding model manipulation, and apparently, in 4.x, you … Read more Dynamic Model Manipulation

How To Tell Store What Page Was Loaded

I have a store that is binded to grid. When it is loaded it has n pages. Now I want to show the pag… Read more How To Tell Store What Page Was Loaded

How To Have Reference To An Accordin In Extjs?

I'm working with an accordion that has 10 grids inside of it. So basically I would like to acce… Read more How To Have Reference To An Accordin In Extjs?

How To Have The Slide Multiple Screens In Sench Touch

I am developing an application in which when submit button is clicked in the form, it should go to … Read more How To Have The Slide Multiple Screens In Sench Touch

How Implement Regex For A Textfield To Allow One Comma One Space At A Time In Extjs

I am working on a textfield to make it allow only numbers with max one comma and one space(max) at … Read more How Implement Regex For A Textfield To Allow One Comma One Space At A Time In Extjs

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?

Minifying Extjs And Tinymce

I am using the TinyMCE plugin. When I try to build a production app with Sencha CMD, I am getting … Read more Minifying Extjs And Tinymce

Parsing Simple Json Using Ext Gives Syntaxerror: Unexpected Token Illegal

i'm doing a simple parse of some JSON and it's giving me an error in chrome, what am i miss… Read more Parsing Simple Json Using Ext Gives Syntaxerror: Unexpected Token Illegal

Changing Images After Selecting Extjs

How can I preview images in ExtJs ? I mean, I am using FileUploadField and I want to select an imag… Read more Changing Images After Selecting Extjs

Button Click Event Ext Js

I have the simple form: myForm = new Ext.form.FormPanel({ width:'100%', fram… Read more Button Click Event Ext Js

Extjs 6 Access Messageproperty In Store Sync's Callback

I want to display a message from my server in the UI after synchronizing an ExtJS grid. Here's … Read more Extjs 6 Access Messageproperty In Store Sync's Callback

Sencha Build Error When Viewed In Browser

I have finally managed to create a production build of my sencha web app using Cmd 3.10.2.342 and t… Read more Sencha Build Error When Viewed In Browser