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

Android - Is It Possible To Fire A Native Intent From An Application Wrapped In Phonegap

I am developing an application on Sencha Touch 2.0.1 & PhoneGap. I need to catch and transfer a… Read more Android - Is It Possible To Fire A Native Intent From An Application Wrapped In Phonegap

How To Call This Onclick Javascript Function In My Architecture

I am using this article of architecture http://blog.extjs.eu/know-how/writing-a-big-application-in-… Read more How To Call This Onclick Javascript Function In My Architecture

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)

Http Delete Request Without Body

I am facing the same problem as mentioned here: I am trying to connect my ExtJS 4.1 store with REST… Read more Http Delete Request Without Body

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?

Combo Box Placed Next To The Textfield Using Extjs

My code: var mpanel = new Ext.Panel({ baseCls: 'x-plain', //layout: 'an… Read more Combo Box Placed Next To The Textfield Using Extjs