Search Type: Posts; User: Sandrine
Search: Search took 0.01 seconds.
-
13 May 2009 11:13 PM
- Replies
- 2
- Views
- 976
Hi
im trying to configure one combobox
but it doesnt display my values :(
no error...
What's wrong?
Thank you
var storeCombo = new Ext.data.SimpleStore({
proxy: new... -
12 May 2009 4:59 PM
Jump to post Thread: Getvalue combobox by Sandrine
- Replies
- 3
- Views
- 1,293
Oops sorry
var combo = new Ext.form.ComboBox({
id:'localstates',
store: store,
name:'localstates',
fieldLabel: 'Websites:',
... -
11 May 2009 4:58 PM
Jump to post Thread: Getvalue combobox by Sandrine
- Replies
- 3
- Views
- 1,293
Hi everybody
I use a combobox in my page
like this :
<form name='west_sites_form' id='west_sites_form' action='test.php' method='post'>
<input type="text" id="localstates"... -
6 May 2009 11:36 PM
Jump to post Thread: basic help by Sandrine
- Replies
- 2
- Views
- 544
AHhhh thank you very much
...collapsed: true,
you know this whole afternoon i tried
collapsed: false,
stupid me
thank you -
6 May 2009 11:10 PM
Jump to post Thread: basic help by Sandrine
- Replies
- 2
- Views
- 544
Hi,
i a new user of extjs...
I created one page with center, west and east region
i have two problems: in my center i have 3 tabs and in the first one, there is one gridpanel
east and west... -
25 Aug 2008 7:26 AM
Jump to post Thread: Pagging doesn't work by Sandrine
- Replies
- 2
- Views
- 680
Ok thanks i'm trying.
-
25 Aug 2008 6:59 AM
Jump to post Thread: Pagging doesn't work by Sandrine
- Replies
- 2
- Views
- 680
Hi everybody,
i created my pagging :
var firstTab = new Ext.grid.GridPanel({
id: 'tableur_grid',
title: 'My products',
iconCls: ... -
19 Aug 2008 4:29 AM
- Replies
- 4
- Views
- 1,040
Ok thanks ;)
-
19 Aug 2008 2:24 AM
Jump to post Thread: grid reconfigure by Sandrine
- Replies
- 7
- Views
- 1,309
It's like your :
columns: [
{id:this.identificadorColumnaDatos,header: this.titularDeLaTabla, width: 160, sortable: true, dataIndex: this.identificadorDataStore},
],
Mine is : ... -
19 Aug 2008 2:07 AM
Jump to post Thread: grid reconfigure by Sandrine
- Replies
- 7
- Views
- 1,309
In first I created my grid like you and when I clik on a button I reconfigure my grid :
store = new Ext.data.Store({
url: "blabla/myfile.xml",
reader: new... -
19 Aug 2008 1:57 AM
- Replies
- 4
- Views
- 1,040
Hi guys
I have no idea how I can save my datas from my grid in my database.
Do you have a documentation or an example...
How can i read my grid? with getstore() ?
thanks for your help... -
19 Aug 2008 1:52 AM
Jump to post Thread: grid reconfigure by Sandrine
- Replies
- 7
- Views
- 1,309
Hi,
me i used :
-if the store changes :
Ext.getCmp("mygrid_id").reconfigure( store, columnModel ) ;
-if just i sort the grid:
... -
12 Aug 2008 1:54 AM
- Replies
- 4
- Views
- 901
Thanks a lot
It work now :
Ext.getCmp("treecategorie").expand({animate:true}); -
12 Aug 2008 1:46 AM
- Replies
- 4
- Views
- 901
If you have the exact link.... because I didn't find something to help me.
Thanks -
12 Aug 2008 1:38 AM
- Replies
- 4
- Views
- 901
Hi guys,
I need some help.
I would like to expand my second menu accordion when i click on the third tabs.
Tabs are in the center panel, my accordion menu is on the left side.
var nav =... -
29 Jul 2008 4:26 AM
- Replies
- 6
- Views
- 1,051
Ok thanks i'm going to read right now.
-
29 Jul 2008 4:21 AM
- Replies
- 6
- Views
- 1,051
alert( combo.getValue()); => it works
alert( Ext.getCmp('combo').getValue()); =>it doesnt work
Ext.getCmp("combo") is undefined
Did i forget something? -
29 Jul 2008 1:53 AM
- Replies
- 6
- Views
- 1,051
It's written :
genre.body is undefined .
Sniff -
29 Jul 2008 1:43 AM
- Replies
- 6
- Views
- 1,051
Hi all,
I need some help.
I have a modal window, separate in two parts.
Left : my store in combobox.
Center : three tabs.
When i choose one thing in my combobox i want to write a text in...
Results 1 to 19 of 19
