Search Type: Posts; User: info@ferraresegroup.com
Search: Search took 0.02 seconds.
-
5 Mar 2013 9:42 AM
- Replies
- 1
- Views
- 159
Hi all,
in ajax standardSubmit, timeout is ignored.
What's wrong?
Thank,
Luca
panel.getForm().submit({
standardSubmit: true, -
22 Jan 2013 5:10 PM
- Replies
- 3
- Views
- 357
Hi all,
same problem for me in ExtJs 4.1.3.
---------- FireFox Console --------------------------------
TypeError: targetContext is undefined
chrome://firebug/content/blank.gif -
22 Nov 2012 10:20 AM
- Replies
- 1
- Views
- 195
Hi all,
in Ext.grid.Panel when i use features 'groupingsummary' option in header are display only in english.
Ex: Group by this field.
How can i change this option in other language?
Thanks.... -
16 Sep 2012 6:33 AM
- Replies
- 2
- Views
- 445
Thanks,
it work fine.
Luca F. -
15 Sep 2012 7:27 AM
- Replies
- 2
- Views
- 445
Hi all,
i'm looking for add column on gridPanel.
With add method no firebug error appear but layout don't change.
var grid = new Ext.create('Ext.grid.Panel', {
... -
11 Apr 2012 4:24 AM
- Replies
- 17
- Views
- 2,727
Wrong code:
var storeData = Ext.create('Ext.data.Store', {
id: 'storeData',
model: 'Modello_bacheca_1',
buffered: true,
proxy: {
type: 'ajax',... -
11 Apr 2012 3:54 AM
- Replies
- 17
- Views
- 2,727
From firebug console, if you run "myStore.load();" for simulate a refresh button, there is an error of store definition.
-
8 Apr 2012 1:01 PM
- Replies
- 17
- Views
- 2,727
The question is "why storeData.load();" don't work.
The above code work right on 4.0.7, why not in 4.1.0 RC2?
Value: json data returned from a database query,
When: not in autoload but only when... -
6 Apr 2012 6:30 AM
- Replies
- 17
- Views
- 2,727
The purpose is to load a value into the status field every time you call. Load ().
In the code above, do not forget that the first loading json correctly reads the data, but makes no changes on the... -
5 Apr 2012 12:43 AM
- Replies
- 17
- Views
- 2,727
Problem remain in ExtJs 4.1 RC2!
-
4 Apr 2012 3:38 PM
- Replies
- 17
- Views
- 2,727
Same result with this code...
// create the Data Store
var storeData = new Ext.create('Ext.data.Store', {
id: 'storeData',
model: 'Modello_bacheca_1',
buffered:... -
4 Apr 2012 6:57 AM
- Replies
- 17
- Views
- 2,727
For the test i created 2 files that i attach:
1) test.php contains the script ExtJS
2) data.php and contains the data.
Executing test.php layout appears correct, storeData go righe but not... -
3 Apr 2012 2:02 AM
- Replies
- 17
- Views
- 2,727
Here the screenshot of Firebug.
When data1.load() is called, json data return right without error.
33499
... -
3 Apr 2012 1:57 AM
- Replies
- 17
- Views
- 2,727
Here the code of store's definition.
Firebug confirm that the request on "load" are correct and without error.
This store, and his layout code, is on center region of a Viewport.
// create... -
2 Apr 2012 4:15 PM
- Replies
- 17
- Views
- 2,727
The follow code work fine in 4.0.7 not in 4.1 RC1.
data1 is a store but on load() do nothing.
Thank for your help.
Luca F.
data1.on('load', function dati() {
... -
9 Nov 2011 5:25 PM
- Replies
- 2
- Views
- 903
The problem is about column chart and for test it i have used an example but i think this should be a bug.
Every channel you prefer for best discussion and solution.
Thanks
Luca F. -
7 Nov 2011 10:34 AM
- Replies
- 2
- Views
- 903
Hi all,
i've a column chart with a dynamic store.
For example,
first time store.load() result: [value 1, value 2, value 3]... chart draw correctly three columns.
the second time of store.load()... -
16 Jun 2011 6:13 AM
- Replies
- 13
- Views
- 3,781
Hi,
add style: { border: '0px' } in Ext.panel.Panel work only for FF, Safari and Chrome.
Not in IE, borders always show.
border: false don't' work.
This is a bug?
Thanks. -
6 Jun 2011 7:44 AM
- Replies
- 0
- Views
- 622
Hi All,
after many hours, i've found that "ext-all-debug.js" block js on treePanel node collapsed.
No problem if i load "ext-all.js".
This fix is a bad way, i hope a new release can correct this... -
27 May 2011 5:26 PM
- Replies
- 0
- Views
- 602
Hi all,
from 4.0 to 4.0.1, tree.Panel on collapse node and tree.store.load() have a bug.
In Safari all done, in FF with Firebug, script error block all.
Error is in removeElement with DOM... -
27 May 2011 6:24 AM
- Replies
- 17
- Views
- 3,173
thanks!
work fine!
=D> -
26 May 2011 4:55 PM
- Replies
- 0
- Views
- 1,021
Hi all,
in example TreeGrid try to add this code, and see that doesn't work!
When, second time you click a row, selectionchange call a deselect row and return empty records.
How fix it?... -
10 May 2011 2:26 PM
- Replies
- 3
- Views
- 1,468
This work!
{
id: 'name',
header: 'Name',
dataIndex: 'name',
sortable: false,
hideable: false,
menuDisabled: true,
width: 60 -
6 May 2011 7:36 AM
- Replies
- 1
- Views
- 3,228
multiSelect MUST BE true!
-
6 May 2011 6:51 AM
- Replies
- 1
- Views
- 3,228
Hi all,
i'm testing new ExtJs 4.0 with a tree.Panel on 'selectionchange' listeners.
When first item/node clicked it's work, next item/node at one click respond: "records[0] is undefined".
Click...
Results 1 to 25 of 25
