Ext JS 4 is a major advancement in JavaScript framework. With expanded functionality, faster performance, and improved efficiency, you can create incredible web apps for every browser. The framework has become the final release since April 26th 2011. Links for Starters: Introduction to Ext JS 4 ...
13
votes
1answer
3k views
extjs 4 event handling tutorial
I've recently started learning ExtJS, I'm looking for a good ExtJS 4 event handling tutorial. I have no experience of any previous versions of ExtJS.
From reading various manuals, guides and ...
9
votes
4answers
170 views
ExtJS 4 Naming Conventions
I was discussing with my colleagues the correct naming conventions for classes, variables and objects etc within ExtJS 4, but we all had differing views.
Is there an "official" stance on this?
8
votes
3answers
1k views
ExtJS 4 - Mark a red asterisk on an required field
I have this problem where I need to add a red asterisk beside a fieldLabel when a field is marked as "required" (or allowBlank: false)
In ExtJS3, we can have this hack easily by overriding ...
8
votes
2answers
1k views
extjs 4 same component multiple tabs
i m working with extjs 4 & rails 3. i am having toolbar & tab panel. i want to use same toolbar in all the tab panel & want buttons on the toolbar to work according to tab that is active. ...
8
votes
1answer
1k views
Extjs syncing a store gives me a url is undefined error under specific conditions
I have 4 grids that have the drag and drop plugin enabled. Their initial grid is dependent on a value from the db called state_id.
When I drop the selected row into a new grid, I update the state_id ...
8
votes
3answers
2k views
Learning ExtJS4
I'd like to use ExtJS4 for my next project. However, I'm new to Ext and not that well versed in Javascript's finer points either.
There are a couple good books about ExtJS3 available. Should I learn ...
8
votes
3answers
2k views
ExtJs 4, How to prevent xtype: 'combo' from collapsing when already selected item clicked?
I have ComboBox. When I click on item from expanded list, ComboBox select this item and collapse. If I click on already selected item it also collapsing.
Is there a way to "stop" ComboBox collapsing ...
8
votes
1answer
4k views
How to access nested models from store in ExtJs 4
I just downloaded the final version of ExtJs 4 and I'm trying to implement some things using new Model approach.
For instance I have a model named SetupModel, it has 2 nested models Users, Reports.
...
7
votes
2answers
623 views
Faster ExtJs 4 learning methodology
How can a JQuery Ninja cross over to ExtJS as fast as possible? Given that ExtJS 3.x is now obsolete, how can one quickly grip concepts in Ext JS 4. Hardly can one find a book on Ext JS 4 online. The ...
7
votes
1answer
3k views
Advice, help needed with ExtJS 4: grid: cell editing: auto edit feature
I searched ExtJS related questions and didn't found any reference, but if I missed it sorry in advance to making duplicate question.
I would like to ask some assistance on how to make ExtJS 4 grid: ...
7
votes
2answers
613 views
extjs Combobox typeahead / auto selection for single charactor
I am using extjs combobox for a sex field. It have two value "M" and "F". I want to make it usable with keyboard:
[
xtype: 'combo',
typeAhead: true,
...
7
votes
4answers
3k views
Create an extension with an xtype in ExtJS 4
I am used to ExtJS 3.X, but am struggling with ExtJS 4.
I want to create an extension of a grid and be able to use an instance of the grid with the xtype. As far as im aware, I have to set the alias ...
7
votes
3answers
3k views
Dynamic Model with ExtJS 4
With ExtJS 3.x, I was able to use the "fields" property of a Store, but it seems with ExtJS 4 I have to absolutely use a Model. It's fine, but in my case, it's not a static Model, and I need to define ...
7
votes
1answer
14k views
Ext.loader not enabled Missing required?
I have some problems with Extjs4 librairie.
I want to use treeEditor component.
Firebug error :
Erreur : uncaught exception:
Ext.Loader is not enabled, so
dependencies cannot be resolved
...
6
votes
1answer
236 views
Single-sign-on in Extjs 4
How can we implement Single-sign-on in Extjs4 where there are two different domains
domain1.com
domain2.com.
6
votes
1answer
1k views
extjs 4 rendering tooltip on grid on tabpanel
i am working with Extjs 4 & using Designer 1.2.0
i am facing problems with grid's renderer function that i am using to display tooltip. The grid is placed in tab panel. Everything works fine for ...
6
votes
3answers
451 views
Best Practices concerning initComponent() in Ext.define()
I'm writing all my components in ExtJS's new MVC fashion using Ext.define().
I struggle a bit whether define properties inside of initComponent() or by simply setting them like property: 42,.
Are ...
6
votes
1answer
2k views
Ext.ux.form.field.DateTime questions
I create a Ext.ux.form.field.DateTime plugin, but here is some questions:
if i don't set width/height, then DateTime in toolbar is missing
cant show correct width in RowEditing plugin
...
6
votes
1answer
1k views
How to update data with TreeStore or TreeEditor component?
I use tree.Panel and TreeStore component. I use JSON file to store my datas but i would like know, how to upgrade my data with a TreeStore ?!
I explain my problem : I have 2 components on my page :
...
5
votes
2answers
324 views
ExtJS Infinite Scroll Grid with remote Filters and Sort
In ExtJS 4.1 beta 2 I managed to implement an infinite scroll grid with a remote store. I basically took an existing (fully operational) paging grid (with remote store, filtering and sorting) and then ...
5
votes
1answer
237 views
ExtJS extend grid RowEditor plugin (to edit array)
I've been using the ExtJS grid row editing plugin pretty liberally for CRUD operations in web applications. Now, I have a requirement to allow a database record to be edited along with a related ...
5
votes
2answers
573 views
Is there any event handler in EXTJS Paging Toolbar's Buttons?
I am new with EXTJS 4 and this forum. Sorry if it's already discussed in another thread, but I didn't found it.
My question is, I want my Grid Panel with Pagination to update it's store every 10 ...
5
votes
2answers
67 views
How to check whether one class is inhereted of another class?
I'm using Ext4...
How to check whether one class is inherited of another class?
for example:
Ext.define("A", {});
Ext.define("B", { extend: "A" });
Ext.define("C", { extend: "B" });
var a = ...
5
votes
1answer
336 views
Custom proxies on Stores and Models seems inconsistent (and does not work on Models)
Am using Extjs 4, and have created a custom Rest Proxy to handle communication with my Zend backend api.
(See post http://techfrere.blogspot.com/2011/08/linking-extjs4-to-zend-using-rest.html)
When ...
5
votes
1answer
519 views
ColorField for ExtJS 4.0
Do you know any ColorField implementation for ExtJS 4.x?
I try to create my own (looking DateField source code) but the picker background is transparent and I can't fix it :(
This is how I create ...
5
votes
3answers
1k views
Is it possible to add title to charts?
I want to add a title to a chart, like in the gauge example or a pie chart. I want to display a title under or on top of the chart. Is this possible? I've been looking and can't find anything about ...
5
votes
1answer
147 views
Pin tabs in a tab panel
i couldn't find a better title,
but i would like to build a tab panel with two tabs that are always present
and a undefined number of other tabs that are generated dynamically by the user.
I would ...
5
votes
6answers
7k views
Extjs 4 combobox default value
I'm migrating my application from ExtJs 3 to 4 version.
I have several comboboxes at my formPanel, and previously I've used hiddenName
and all that stuff to submit valueField instead of displayField.
...
5
votes
1answer
614 views
ExtJS - Stacked Bar Chart Conditional Coloring
EXTJS 4 - I am trying to customize the renderer function for the 'series' in StackedBarChart. I want to conditionally color the bars.
renderer: function(sprite, record, curAttr, index, store) {
...
4
votes
2answers
150 views
ExtJS TreeStore update event fire instead of create
I am using tree.Panel with TreeStore when I call
sel_node.parentNode.appendChild(node);
tree.getSampleStore().sync();
ExtJS fire event called sample store proxy: update url instead of create url ...
4
votes
2answers
127 views
Mock of Ext JS 4 documentation
I have been researching for various type of documentation options for our products. I thought it would be cool to have Ext JS 4 Docs type of look&feel rather than Twiki.
But I am having tough ...
4
votes
1answer
60 views
Scrollable ExtJS driven layout
I'm working on project with heavy usage of ExtJS lib and so far as i'm not really good in pure CSS crossbrowser layout developing, i decide to use ExtJS layouts for robust markup prototyping. There is ...
4
votes
1answer
688 views
Fail to Render Line Chart in EXTJS 4 if Using Ext.data.Store with Proxy
I have problem rendering Line Chart in EXTJS 4. I have Viewport that contain accordion Layout. In that layout, I create very simple Chart.
Here is my code:
var chartBox = ...
4
votes
3answers
148 views
How to make openInfoWindowHtml work in Google Maps 2
I'm setting up a extjs panel with a GMap2 embedded. Here's the setup:
map = new GMap2(document.getElementById("gmappanel"));
map.setCenter(new GLatLng(58.019257, -115.572402), 3);
...
4
votes
2answers
194 views
ExtJS3 Virtual Keyboard plugin throws a exception in ExtJS4
I had used virtual keyboard plugin available here in Ext JS 3 :
It does not seem to be working with Ext JS 4 . I have changed VirtualKeyboard.js file & it looks as follwing, problem is BackSpace ...
4
votes
1answer
308 views
ExtJS4 Displaying Nested Model in Grid with Grouped Header
I have two models:
Order
Ext.define('app.model.Order', {
extend: 'Ext.data.Model',
fields: [
'name',
'plannedStartDate',
],
hasMany: {
model: 'Task',
name: ...
4
votes
3answers
448 views
Extjs 4.0.2a breaks grid column hiding?
I have just updated my program to use Ext JS 4.0.2a, from the previous 4.0.0. Some parts of my program break after the upgrade, and one of them is that the show/hide column option for the grid doesn't ...
4
votes
1answer
1k views
How to get Child element in Extjs 4
How to get All the child elements or id of a Panel in Extjs 4?
Thanks,
Kunal
4
votes
4answers
679 views
problem with extjs fields layout
i have the problem with displaying fields on form
var test = Ext.create('Ext.form.Panel', {
renderTo: 'test',
title: '1. zzzz',
width: 800,
bodyPadding: 5,
...
4
votes
4answers
4k views
How to call an action of controller from grids action column
I have an action column in my grid wich is needed to perform lots of non-trivial operations after click on it. I don't want to use the handler method only to avoid duplicity in my code. I want to ...
4
votes
2answers
4k views
how to use ext.define in extjs4?
im new to extjs4 and need some help understanding how the ext.define works please
in fact what i want to do is something similar to the portlets in the portal example, in my application i will need ...
4
votes
2answers
1k views
Symfony2 MVC and ExtJS4 MVC
Could someone please explain to me the correct file structure of a Symfony2 MVC and ExtJS4 MVC project? (When used together!)
4
votes
1answer
1k views
extjs4: How to add custom listener & tooltip to a chart?
I am creating a radar chart to display data and it works just fine. However, the title(s) that appear in the legend can be extremely long. Right now I have it showing a shortened version of the title ...
4
votes
1answer
566 views
What's the best way to bind ExtJs 4 Grid filter info to asp.net mvc action parameters?
What's the best way to bind ExtJs 4 Grid filter info to asp.net mvc action parameters?
I wrote these helper classes:
public class ExtFilterInfo
{
public string Field { get; set; }
public ...
4
votes
2answers
3k views
ExtJS4 grid won't update remote database
For some reason, this configuration of an ExtJS4 grid won't update. When you click on a cell, change a value, it hits the create URL, not the update URL, as defined in the proxy and observed with ...
4
votes
2answers
769 views
How to prevent extjs grid from scrolling when clicking on a cell?
I am currently using the grid component with Extjs 4 based on the editable grid example. I would like to have a link associated with each cell so that when I click on a cell it takes me to another ...
4
votes
3answers
2k views
How can I access class variables in an ExtJS event handler?
this.getUrl = 'test';
this.items.add(
new Ext.form.Checkbox(
{
listeners: {
check: function(checkbox, checked) {
alert(this.getUrl);
...
4
votes
1answer
2k views
Extjs4: TreeStore with method POST
I have a Ext.tree.Panel and define in it I have a store. I want to be able to update the store via ajax along with POST params.
Here is my tree definition:
var mytree = Ext.create('Ext.tree.Panel',{
...
4
votes
1answer
711 views
Converting ExtJs3 to ExtJs4? [closed]
This leads on from my previous question here.
I have been developing with ExtJs 3.x for about a year now and I want to migrate to ExtJs4.
I am used to coding my extJs files like below:
ReportsPanel ...
4
votes
1answer
4k views
Trouble with TreeStore in ExtJS 4.0 MVC application
The new release of ExtJS can make your chrome unstable (Or is it my code?)! Let me explain my situation.
I am working on the new MVC architecture of ExtJS 4.0. I have a tree panel displaying my ...