Search Type: Posts; User: kolbek
Search: Search took 0.01 seconds.
-
16 Nov 2012 1:08 PM
Jump to post Thread: Grid : data posted to php script. by kolbek
- Replies
- 1
- Views
- 304
Hi,
First of all, sorry for my bad english.
I try to understand this example : http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/restful/restful.html
When I add a line, i see that it... -
19 Jun 2009 6:29 AM
Jump to post Thread: How to send data from Grid ? by kolbek
- Replies
- 12
- Views
- 1,289
Sorry, I'm frensh I don't understand "irrelevant"...
But with new code (with Ext.each) I don"t have error.
Thanks -
19 Jun 2009 6:19 AM
Jump to post Thread: How to send data from Grid ? by kolbek
- Replies
- 12
- Views
- 1,289
This is my store :
var store = new Ext.data.JsonStore({
root: 'results',
url: 'gUsers/gUsersDatas.php',
fields: [
{name: 'ID', type: 'int'},
{name:... -
19 Jun 2009 5:23 AM
Jump to post Thread: How to send data from Grid ? by kolbek
- Replies
- 12
- Views
- 1,289
I've an error on "records.data.each(function(record) {" : records.data is undefined
-
19 Jun 2009 4:05 AM
Jump to post Thread: How to send data from Grid ? by kolbek
- Replies
- 12
- Views
- 1,289
Okey, thanks you.
-
19 Jun 2009 3:48 AM
Jump to post Thread: How to send data from Grid ? by kolbek
- Replies
- 12
- Views
- 1,289
Thanks,
In your exemple store can be a
Ext.data.JsonStore
? -
19 Jun 2009 12:02 AM
Jump to post Thread: How to send data from Grid ? by kolbek
- Replies
- 12
- Views
- 1,289
Hi,
Is it possible to send data to php from an Ext Grid ?
Thanks you. -
11 Jun 2009 4:13 AM
Jump to post Thread: Grid in a Tab ? by kolbek
- Replies
- 18
- Views
- 1,948
No, I thank you for your help, what I wanted to say it is that I think of succeeding I even for the saving in database.
I gave you simply newsshort stories of my progress... -
11 Jun 2009 4:04 AM
Jump to post Thread: Grid in a Tab ? by kolbek
- Replies
- 18
- Views
- 1,948
Ok thanks you, I try this, but it's work with :
var storeGUsers = new Ext.data.JsonStore({
root: 'results',
url: 'loadData.php',
fields: [
....
]
... -
11 Jun 2009 12:32 AM
Jump to post Thread: Grid in a Tab ? by kolbek
- Replies
- 18
- Views
- 1,948
With a Ext.data.JsonStore it's running too ?
-
11 Jun 2009 12:24 AM
Jump to post Thread: Grid in a Tab ? by kolbek
- Replies
- 18
- Views
- 1,948
It's OK... Thanks.
But I've another question...
Il my example, I try the array-grid of Ext JS example with datas as :
var myData = [
['3m Co',71.72,0.02,0.03,'9/1 12:00am'],
... -
10 Jun 2009 9:47 AM
Jump to post Thread: Grid in a Tab ? by kolbek
- Replies
- 18
- Views
- 1,948
I've an error :
Error : missing ; before statement
Source File : http://localhost:8888/xxx/src/interface/gUsers/gUsers.js
Line : 2, Row : 30
Source Code :
var result = new... -
10 Jun 2009 1:19 AM
Jump to post Thread: Grid in a Tab ? by kolbek
- Replies
- 18
- Views
- 1,948
Okey, thanks you, I try this when I've a moment...
-
10 Jun 2009 1:00 AM
Jump to post Thread: Grid in a Tab ? by kolbek
- Replies
- 18
- Views
- 1,948
In the grid file :
Ext.onReady(function() {
var myGridPanel = new Ext.GridPanel()....
}
?
Or not "Ext.onReady(function() {" -
10 Jun 2009 12:37 AM
Jump to post Thread: Grid in a Tab ? by kolbek
- Replies
- 18
- Views
- 1,948
Somthing like :
function addTab(titre, html){
var libelle = titre;
zoneOnglets.add(new GridPanel()).show();
}???
EDIT : Is it possible tu put the myGridPanel in... -
10 Jun 2009 12:24 AM
Jump to post Thread: Grid in a Tab ? by kolbek
- Replies
- 18
- Views
- 1,948
Hi,
First of all, sorry for my bad English, I'm French...
I've a problem using a Grid in a Tab...
I've a function to add tab in my TabPanel :
function addTab(titre, html){
var...
Results 1 to 16 of 16
