The April 2012 release of the popular JavaScript framework Ext JS.
0
votes
1answer
103 views
ExtJS Scrolling in grid when dragging
I have an Ext.Grid.Panel with 'gridviewdragdrop' plugin on. I was able to turn on auto-scrolling when using the 'containerScroll' property.
viewConfig: {
plugins: {
ptype: ...
0
votes
2answers
81 views
selectionChange or ItemClick
I am designing an extjs application where I have couple of panels. and one of them of has a grid. I know I can either do selectionChange on the grid listener or itemClick.
Which one should I use? Or ...
0
votes
2answers
486 views
Extjs XTemplate not rendering properly
Hi I am creating a flickr search using ExtJs and flickr API. After retrieving the json response when I am rendering the images in the panel using the XTemplate, the div is getting added to the div ...
0
votes
1answer
49 views
Setting a panel in an hbox layout to the parent height?
I had a panel with a child-panel with a fit layout.
Now I want to add a second childpanel on the right,
so I set the layout to hbox and added the second panel after the first.
But now the children ...
2
votes
1answer
452 views
ExtJS textfield with LabelAlign Top (CENTER)
Is there any config option to put the lavel on top with center align for a textfield.
{
xtype:'numberfield',
labelAlign:'top',
labelSeparator:'',
fieldLabel: 'Title',
flex:1
...
0
votes
0answers
58 views
Ext.Store Send multiple data at once
I am creating a one to many form in one transaction. I really need the record to be created entirely, or not at all. I have implemented a back code using java to rollback all operation should one of ...
1
vote
1answer
261 views
How to get element class attribute with ExtJS 4.1.1 in a cross browser way?
I just noticed that Ext.get('myElement').getAttribute('class') doesn't work with IE8-. Does anyone has an elegant alternative (ExtJS 4.1.1 native or patch prefered)? Maybe this feature is hidden ...
1
vote
1answer
73 views
RESTful Model, get rid of the id query param in the GET request
I'm a little bit stuck here. My model code is
Ext.define('MyFancyModel', {
extend: 'Ext.data.Model',
fields: [
{ name: 'id', type: 'string' },
{ name: 'name', type: 'string' ...
0
votes
1answer
68 views
How to Populate second combo depend on first combo value from json response in sencha
I am trying to populate secondcombo depend on the first combo from json response like displaying subcategory value in second combo using category value in first combo.My all values are coming from ...
0
votes
0answers
203 views
Pie Chart Legend Label Refresh
Can any one please help me to solve minor..But Big issue.
I m using Pie chart for one of my project. Chart getting refresh, when i change slider value.
But Legend label is not refreshing and display ...
0
votes
0answers
136 views
ExtJS 4.1.3 Inhibit focus event after blur
In ExtJS 4.1.3 I have forms with following problem:
when I move from a field to another one (by pressing TAB key or mouse-clicking in destination field) I should avoid focus moving to new field (i.e. ...
2
votes
1answer
86 views
Add Flex value dynamically to controller in extjs
I am giving some items (containers), in "View", a layout of hbox. Now I want to give flex value to each item through the "Controller". How can I do this?
I have gone through the docs but can't find ...
0
votes
0answers
103 views
Extjs form success fuction doesn't execute even if url returns {“success”:true}
Php Code
<?php
Class semester extends CI_Controller
{
public function index()
{
echo '{"success":true}';
}
}
?>
ExtJS Code
var ...
1
vote
2answers
81 views
Select a value from a variable
In Extjs, I am trying to select a value accrued from a variable Store.
I tried:
var newStore = Store.data.items[0].data.accrued;
The above one is not working. I am getting error:
Uncaught ...
0
votes
1answer
270 views
How to dynamically add a custom grid row in Ext.js?
I have a grid that looks something like this:
----------------------
Id | Customer | Total
----------------------
100| Foo, Inc.| $19.95
----------------------
200| Bar, LLC.| $23.50
...
0
votes
1answer
222 views
Inline array store data in ExtJS4?
I'm unable to load inline array data into a store. In particular, this fails.
Can someone explain why? I even tried adding a memory proxy with an array reader and still no dice.
...
1
vote
0answers
59 views
extjs4 combobox trunks value
I have a comboBox within a form, the valueField is the ObjectId field of a document in mongodb, it displays the proper value of the fields in the comboBox, but it returns just a part of the value ...
1
vote
2answers
702 views
ExtJs - keep grid row selected while edit
I change the value of the id column in my grid by listening to change of a textfield:
oTextfieldName.on( 'change', function( oField, strValue ) {
oStore.getAt( 0 ).setId( strValue );
}
However, ...
0
votes
0answers
115 views
Default display value in row editing combobox
I am facing a problem while using row editing plugin. In my project we are using gird panel to show the data from server and using plugin row editing with combo box to edit data. The code is:
editor: ...
1
vote
0answers
596 views
extjs 4 Ext.form.Panel using loadRecord and updateRecord date fields set to null
I have a grid and an action button that opens a form. THere is a date field in the grid and on the form that is not editable - however when I do updateRecord, the data field value is set to null in ...
0
votes
1answer
97 views
Ext JS: Why does a GridPanel within a ViewPort not have scrollbars?
In the simple example of a Panel within a ViewPort, the panel will not have scrollbars for the text overflow because the default for autoScroll is false for a panel.
Here is a working example: ...
0
votes
2answers
80 views
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 need to add it dynamically because I am generating the array of variables in a "Controller", which ...
1
vote
0answers
531 views
Extjs 4.1.3 Nested Grid using rowexpander plugin not working
Im trying to use the example from sencha and configure rowexpander. When the grid renders the expander is already opened for each row and with nothing inside. When i click on its icon the following ...
0
votes
1answer
68 views
action column in sencha touch
Is there xtype : actioncolumn in sencha touch like extjs 4.1 for column config ? if not, then what is there in sencha touch ?
3
votes
1answer
71 views
Bookmarking of tabs using Ext JS?
Need some help with bookmarking of tabs in Ext jS.
I have a tab panel containing multiple tabs and clicking individual tabs changes the URL. I'm currently using hash. However, I couldn't restore the ...
3
votes
1answer
82 views
How to use code in firefox console and get information about fired event in extjs4?
I am working in extjs4. Here I want to stuck at a point where I want to get information of event which is fired on a component of extjs4.i am using this link but I am not succeed.
...
0
votes
0answers
73 views
jScrollPane is not working in grid EXT js 4.1 when sortChange event occur
I'm using Ext js 4.1 grid, For fancy scroll bar I've used jScrollPane jquery plugin, it works fine when page loads but when i sort the grid using header scroll bar looses the focus.
Code:
...
2
votes
2answers
155 views
Catch toolbar item event in extjs4 mvc controller
I want to select Draw Polygon button from mapPanel toolbar in DistrictMap controller via refs for this purpose i use below selector in DistrictMap controller! but it doesn't work and i see undefined ...
2
votes
2answers
261 views
sencha cmd extjs build does not include MVC controllers
When I 'compile' my extjs MVC app (version 4.1.1a, CMD ver 3.0.2.288), an all-classes.js file gets created however none of my custom code (controllers, views etc) gets included. They get dynamically ...
1
vote
0answers
317 views
Ext.grid.Panel not loading data from Ext.data.Store
I am trying to populate an ExtJS grid Panel from a Store using the following code :
app.js
Ext.define('UC', {
extend: 'Ext.data.Model',
fields: ['PMNumber']
});
var ds = ...
1
vote
1answer
188 views
Manually/dynamically load data into a treepanel?
In ExtJs3, my team did the following to load data into a treestore.
What's the equivalent way of doing this in ExtJS4? When I do similar code using a NodeInterface, I get a "Cannot read property '0' ...
1
vote
1answer
242 views
How to center form fields and toolbar buttons?
I am working in extjs4. I am geting stuck at a point where I want to format items in a panel at a center position properly. But I don't know how.
Actually I want to display all items at middle ...
0
votes
1answer
407 views
ExtJS: Destroy window with config 'closeAction' set to 'hide'
I have a window with closeAction configured to 'hide' on instantiation:
var myWin = Ext.create('Ext.window.Window', {
...
closeAction:'hide',
...
});
Calling close() on myWin therefore ...
0
votes
0answers
55 views
Conditional loading of ExtJs/Jquery library
Our application need to generate some html page that use ExtJs library. The application will be run on the system where internet is not available. So I have planned to ship the ExtJs library along ...
2
votes
1answer
412 views
ExtJS store with ajax proxy doesn't load data
I am a beginner at ExtJS, and was studying the tutorials on sencha, and one just doesn't want to work (app tutorial).
I have a simple store for a grid, and when the store is using an AJAX proxy to ...
0
votes
1answer
104 views
Is it possible to draw non continuous line chart (Line breaking chart) in sencha Ext.js? [duplicate]
I am going design line chart in sencha Ext.js. Can anybody tell me, Is it possible to draw non continuous line chart (Line breaking chart) in sencha Ext.js ? for reference i have attached image. Thank ...
0
votes
1answer
379 views
How to parse nested array json response value in sencha
I am trying to parse childId value in below Response .I am unable to parse the value .I am new bee to the association and hasMany concepts? .I am giving alert childId value in app.js but its not ...
2
votes
1answer
89 views
How To design chart in Ext.js?
I have started work on charts using Ext.js. I am new for this Ext.js. i have attached both image chart1 and chart2. I need to design chart like chart1 but it is not coming. I have did chart but it is ...
0
votes
1answer
152 views
Is it possible to save Openstreets Map (leaflet) as an image
I am using leaflet with openstreetmaps to generate a map on Ext js panel.
As maps are coming as tiles in openstreet maps, I need to combine these tiles to create a single image in order to save as an ...
2
votes
2answers
149 views
select a one of the containers from panel in extjs
Extjs 4.1.1(a), In my project, there is a panel (with Id #monthCalendar) which has 42 containers inside it in a View. I am trying to create a controller for that view. Here the controllers action is ...
0
votes
0answers
39 views
How to save sencha Chart to SVG
How to save estjs 4.1 Chart to svg using image/svg+xml. Please give me example to do this
Thanks
Nguyen
1
vote
1answer
126 views
center drag and drop proxy on pointer
I am using ExtJS drag and drop and trying to center the drag proxy beneath my cursor (proxy: the semi-transparent filler that represents the element being dragged). I can center it physically like ...
0
votes
1answer
62 views
displayfield and textfield change
I have created a window which has a grid and a form that displays values in plain displayfields of the records in the grid when clicked on.
There is an "New" button for the form and once clicked by ...
0
votes
0answers
56 views
ExtJS 4 nested view not load in Chromium, works in FireFox
Iam working with ExtJS4 and in project i have smth like app/view/somesubview/File.js and when iam trying to require it in Viewport like: requires: 'app.view.somesubview.File' its not working in ...
2
votes
1answer
250 views
extjs parsing nested json in template
Trying (unsuccessfully) to display data from nested json.
JSON might look something like:
{
"contacts": [
{
"id": "1",
"client_id": "135468714603",
...
0
votes
2answers
113 views
ExtJs Form Rendering not happening at all
I am trying to create a Form using ExtJS . The files are placed properly but no rendering is happening :
index.html
<html>
<head>
<title>Hello Ext</title>
<link ...
0
votes
1answer
409 views
Uncaught TypeError: undefined is not a function in extjs4?
I am working in extjs4 MVC, where I have a problem when I am storing data using a local storage, and I am going to change the proxy type dynamically from ajax to localStorage.
After setting the data ...
0
votes
1answer
116 views
Object doesn't support property or method remove
I am using extjs and trying to remove a dom element dynamically like this-
if (Ext.getElementById('a'))
Ext.getElementById('a').remove();
This works fine in Chrome. I am running application on ...
0
votes
1answer
224 views
Different colors for column chart
I am using ExtJS to render charts, but my column chart is getting with the same color for all series. I need different colors for the series. Only happens with column, bar and area charts, the line ...
0
votes
0answers
151 views
How to hack Extjs 4.1 MVC to perform like sencha build
Since September 2012 Extjs 4.1 MVC used by me. Ext JS 4.1.x used with Java EE with Spring MVC 3.x. Entire Ext JS MVC merged into a single file. as usually I compress and obfuscate it by ...



