Sencha Ext JS is a JavaScript framework for building Rich Internet Applications (RIAs) that run in web browsers.

learn more… | top users | synonyms (2)

0
votes
0answers
5 views

Why is data within a memory proxy marked as dirty?

I've a store that is using a memory proxy. The store get it's data by calling the loadRawData method. I now make some changes to this data using roweditor & rowaction which result in dirty records ...
0
votes
0answers
7 views

Extjs chart labels truncated on flex layout

Our application needs to have several charts side-by side for a variable screen size. I have a test case here: http://jsfiddle.net/XWVaD/ Ext.onReady(function(){ var store = ...
0
votes
1answer
12 views

Extjs Grid with data from json object with sorting

I am trying to display a grid. In this sorting is not working. Here is my code. <div id="grid-sample"></div> <script type="text/javascript"> ...
0
votes
0answers
6 views

How to create a project with Sencha Cmd 3 with different name and namespace

is it possible to generate a project with different name and namespace? E.g. name should be "Over-The-Air" and namespace should be "OTA". If it's not possible, which files do I have to change in ...
0
votes
0answers
8 views

Scrolling in EXTjs

i want to put a scroll bar in my web in EXTjs but the problem is that with autoscroll = true it is not work because if i minimize the window the scroll dissapear... I think that my problem i s that ...
0
votes
1answer
15 views

Ext js 4.2.1 editable radiogroup

When I update extjs 4.2 to 4.2.1 I have some problems with editable radiogroup. So, here is my code: this.dashboardRadioGroup = Ext.create('Ext.form.RadioGroup', { items: [{ ...
2
votes
0answers
12 views

Layout run failed when adding `locked:true` to `actionColumn`

I need a action column to be locked in postion and size. Therefore I thought is the locked property but as soon as I add it I get the [E] Layout run failed error for each row to render. What do ...
3
votes
1answer
24 views

Creating Carousel View same as apple app Store in Sencha touch

I am working with sencha Touch application. i have used ext.carousel component for different views. actually, i want to show part of my previous and next item card inside the carousel. same as apple ...
2
votes
1answer
15 views

ExtJS with TinyMCE - unknown dependency error

I am using TinyMCE plugin with ExtJS 4.2. When i try to create an EXTJS application build, i am getting the following error: com.sencha.exceptions.ExNotFound: Unknown definition for dependency : ...
0
votes
0answers
9 views

extjs 3.3 remote textfield search?

I have a server side search url like this.. ..getapplicationlist.xml?productrecid=VALUEFROMALINKEDCOMBO&searchstring=SEARCHSTRING I'd like to pass the value of a text input to an ajax call which ...
-2
votes
0answers
13 views

unable to find setRootNode errormessage in extjs?

Error message being displayed while binding the data store to the TreeList Panel/ and tree Panel is added to the view store, but the execution was getting fialed because of the reason " unCaught ...
1
vote
2answers
42 views

ExtJS store, cannot load data to grid

Console is clear. Grid is empty (only column titles are shown). How can I check if data is correctly loaded to the store? It seems to me that the store's autoLoad method is not triggered somehow. Here ...
0
votes
0answers
5 views

EXTJS 3.4 XTemplate reading Dynamic JSON child nodes

I have a JSON response that is dynamic in nature. I would like to configure my XTemplate to walk through the JSON and apply the template. The issue is that the data node names are dynamic. The node ...
0
votes
1answer
17 views

ExtJS - beforeedit on a Ext.grid.Panel not in API

This is not a problem, but rather a question that came into my mind. Me along with my friend were trying to disable RowEditing when a user doubleclicks a record/cell in the Ext.panel.Grid ( depending ...
0
votes
1answer
8 views

Extjs Treepanel: CSS to change default icons (node and leaf)

I have a tree panel like http://jsfiddle.net/bmbMy/ I try to change default icons (node and leaf) by using css. But that not working. .x-grid-row .x-grid-tree-node-expanded { background: ...

1 2 3 4 5 758
15 30 50 per page