Search Type: Posts; User: italoc
Search: Search took 0.02 seconds.
-
9 Dec 2010 2:25 AM
Jump to post Thread: get parent ID by italoc
- Replies
- 1
- Views
- 1,121
it is possibile (i think yes) to get te ID of the parent element of the object? example:
<div class="x-form-item " tabindex="-1" id="ext-gen365">
<label for="editaltro" style="width:120px;"... -
2 Mar 2010 2:41 AM
- Replies
- 0
- Views
- 696
i have a combobox with pagination (because i have many many value)
i need to load a value by ID but i don't know in which page this value is..
it's possible to preload and set the correct page... -
26 Feb 2010 5:16 AM
- Replies
- 2
- Views
- 782
works great...
thank you -
26 Feb 2010 3:00 AM
- Replies
- 2
- Views
- 782
i have a combobox with a json store:
this is a store:
var timbroSpecial = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({
url: 'extjs.php?getspecialita=true&iddoc=1'... -
14 Sep 2009 6:22 AM
Jump to post Thread: firefox 3.X strange bug by italoc
- Replies
- 0
- Views
- 458
i have a window panel with this code, and when the window panel is open all work ok, but if i try to navigate in the iframe in 3/4 of pages and close the window, after that the window can't be...
-
10 Sep 2009 2:18 AM
Jump to post Thread: lightbox presentation by italoc
- Replies
- 2
- Views
- 865
thank you...
-
10 Sep 2009 1:28 AM
Jump to post Thread: lightbox presentation by italoc
- Replies
- 2
- Views
- 865
a few month ago, I see a demo with extjs for a presentation width lightbox, but now i can't find this demo online?
it's possible this see an example? -
31 Aug 2009 11:12 AM
- Replies
- 6
- Views
- 1,683
after execution of your code my store is EMPTY... always empty..
-
31 Aug 2009 8:38 AM
- Replies
- 6
- Views
- 1,683
don't work for me... don't load the store...
-
31 Aug 2009 7:14 AM
- Replies
- 6
- Views
- 1,683
i have a store whit date (dynamically generete) as ValueFiled and a static name (for example "3 months") as DisplayField every time that i change a datestart value the store is regenerated with new...
-
31 Aug 2009 6:51 AM
- Replies
- 6
- Views
- 1,683
i need the documentation of the BINDSTORE function?
i neeed to dynamically change the content of the store and after that i need to select a defined value...
with this code the store was... -
27 Aug 2009 11:09 PM
- Replies
- 4
- Views
- 1,067
this is my combobox code:
var notaSelectEdit = new Ext.form.ComboBox({
fieldLabel: 'N° nota AIFA',
id: 'editaifa',
xtype: 'combo',
hiddenId: 'idnew',
hiddenName:... -
11 Aug 2009 12:50 AM
Jump to post Thread: New ExtJS 2.0 Theme: "Slate" by italoc
- Replies
- 186
- Views
- 169,337
i have a problem with htmleditor i don't see the icon..
can you help me? -
10 Aug 2009 8:26 AM
Jump to post Thread: window + form panel bug by italoc
- Replies
- 8
- Views
- 1,472
ok now works..
the real problem is the endocing of my php framework..
sorry -
10 Aug 2009 8:15 AM
Jump to post Thread: window + form panel bug by italoc
- Replies
- 8
- Views
- 1,472
i have read the api
i don't use JSON i don't submit HTMLENTITES..
but don't work...
what is changed from extjs 2.2.1? -
10 Aug 2009 7:33 AM
Jump to post Thread: window + form panel bug by italoc
- Replies
- 8
- Views
- 1,472
i dont' use json in this submit...
but yes it is fileupload
the upload work succesfully in server side, but i obtain and error... -
10 Aug 2009 7:18 AM
Jump to post Thread: window + form panel bug by italoc
- Replies
- 8
- Views
- 1,472
ok sorry...
this is the error:
"syntax error"
ext-all-debug.js (riga 11527)
doDecode = function(json){
return eval("(" + json + ')');
}, -
10 Aug 2009 3:51 AM
Jump to post Thread: window + form panel bug by italoc
- Replies
- 8
- Views
- 1,472
there is a bug when submit a form panel in a window
this is my code and work great under ext 2.2.1
var tabs = new Ext.FormPanel({
xtype: 'form',
region: 'center',
method:... -
7 Aug 2009 12:52 AM
- Replies
- 9
- Views
- 3,110
thank you..
work great... -
7 Aug 2009 12:15 AM
- Replies
- 9
- Views
- 3,110
i have a combobox with remote store.
i have a listner "beforequery"
Ext.getCmp('surname').on("beforequery",function(){
ds.proxy.setUrl('newurladdress, true);
}); -
28 Jul 2009 2:22 AM
Jump to post Thread: strange error images and panel by italoc
- Replies
- 1
- Views
- 731
i have this form
var photoForm = new Ext.FormPanel({
xtype: 'form',
region: 'center',
method: 'POST',
name: 'sendphoto',
id: 'sendphoto',
fileUpload: true, -
27 Jul 2009 3:25 AM
Jump to post Thread: images in a panel by italoc
- Replies
- 1
- Views
- 875
i need to show an image in a panel/formpanel which is better way to do this?
thank you. -
24 Jul 2009 12:42 PM
Jump to post Thread: gmaps and form by italoc
- Replies
- 0
- Views
- 528
i need to use gmap and form in the same panel...
this is my code that don't work:
var gmapsPanel = new Ext.ux.GMapPanel ({
xtype: 'gmappanel',
region: 'Calcola il tuo percorso...',... -
17 Jul 2009 12:43 AM
Jump to post Thread: radiogroup and store proxy http by italoc
- Replies
- 5
- Views
- 1,742
thank you..
now the http proxy store work correctly..
for the radiogroup now with this code:
Ext.getCmp('idofradio').getValue()
i obtain [OBJECT][OBJECT] -
17 Jul 2009 12:06 AM
Jump to post Thread: radiogroup and store proxy http by italoc
- Replies
- 5
- Views
- 1,742
whit this code i obtain this error:
pato.proxy.conn.setUrl is not a function
this is the proxy:
var pato = new Ext.data.Store({
Results 1 to 25 of 120
