Search Type: Posts; User: iLoLo21
Search: Search took 0.01 seconds.
-
19 Mar 2009 8:50 AM
- Replies
- 3
- Views
- 1,176
a callback function ?
Have you a sample ?
Thank a lot -
19 Mar 2009 2:56 AM
- Replies
- 3
- Views
- 1,176
Hello
I would suspend my script until my ajax request return result.
How can I dow this ? With requestcomplete event ?
Ext.Ajax.request({
url : action, -
5 Dec 2008 6:12 AM
- Replies
- 23
- Views
- 11,470
Ext.onReady(this.initApp, this, {delay: 1});
Success Work. Thanks a lot ! -
1 Dec 2008 2:31 AM
Jump to post Thread: form.load failed by iLoLo21
- Replies
- 9
- Views
- 2,013
Ok thanks. Bug is fix.
... -
1 Dec 2008 2:09 AM
Jump to post Thread: form.load failed by iLoLo21
- Replies
- 9
- Views
- 2,013
Yes. I fix my JSON with this.But I don't see another thing that I can miss.
-
1 Dec 2008 1:38 AM
Jump to post Thread: form.load failed by iLoLo21
- Replies
- 9
- Views
- 2,013
Ok thanks for link.
My controller return this JSON :
... -
1 Dec 2008 1:26 AM
Jump to post Thread: form.load failed by iLoLo21
- Replies
- 9
- Views
- 2,013
Ok, but how do work form.load without reader ?
-
1 Dec 2008 1:11 AM
Jump to post Thread: form.load failed by iLoLo21
- Replies
- 9
- Views
- 2,013
I found.
The reader don't working.
If I create reader like this, it's working :
var fieldIds = ["user_login"];
var myPanel = new MRExt.MRFormPanel({ -
28 Nov 2008 1:33 AM
Jump to post Thread: form.load failed by iLoLo21
- Replies
- 9
- Views
- 2,013
Hello
I have a problem with my form.load method.
I want load form data but this method return fail error.
My Json is ok :
... -
27 Nov 2008 9:05 AM
Jump to post Thread: Issue with form to FormPanel by iLoLo21
- Replies
- 2
- Views
- 755
Yes, I do this. It's working.
But now, my form.load is broken. Load return failure however my json is ok... :( -
27 Nov 2008 5:44 AM
Jump to post Thread: Issue with form to FormPanel by iLoLo21
- Replies
- 2
- Views
- 755
Hello
I would return the form attribut to my FormPanel but this is undefined...
Ext.namespace('MRExt');
MRExt.MRFormPanel = Ext.extend(Ext.form.FormPanel, {
initComponent : function() {... -
25 Nov 2008 6:18 AM
Jump to post Thread: Ext.apply on FieldSet object by iLoLo21
- Replies
- 2
- Views
- 750
No
If I test with "title", is working. But with "items" firebug show this error and stop execution.
Edit : Ok I test with add. Thanks
Edit 2 : Fine ! It's working ! Thanks Condor -
25 Nov 2008 6:13 AM
Jump to post Thread: Ext.apply on FieldSet object by iLoLo21
- Replies
- 2
- Views
- 750
Hello
I would like to do an items Ext.apply on fieldset object. But this don't working :
oField = new Ext.form.TextField({
fieldLabel : 'test',
name : 'test
... -
18 Nov 2008 6:14 AM
- Replies
- 2
- Views
- 690
Ok thanks
I search on the way. -
18 Nov 2008 5:51 AM
- Replies
- 2
- Views
- 690
Hello
I would reload my grid datastore every ten secondes, but I don't see how do this.
Can you help me with a link, other thread, doc or an other way ?
Thanks -
10 Sep 2008 1:35 AM
- Replies
- 9
- Views
- 5,832
Yes but if I have this code for populate my form :
formPanel.form.load({
url : this.data_url + '?id=' + selectedId,
waitMsg : 'Loading'
});
I... -
8 Aug 2008 5:58 AM
Jump to post Thread: Dynamic Items by iLoLo21
- Replies
- 0
- Views
- 470
Hello
I would change this static code in dynamic code. But I don't know how do this. I don't use a "for"
in item attribut... Have you an example ? Thanks
items: [
{boxLabel: 'Item... -
29 Jul 2008 4:59 AM
- Replies
- 467
- Views
- 181,292
Hello
I would like to add imanager plugin in TinyMce but I have an issue :
tinymceSettings: {
theme : "advanced",
plugins:... -
28 Jul 2008 4:53 AM
- Replies
- 467
- Views
- 181,292
Hello
I have an issue with extsjs desktop and this plugins TinyMce.
All formats actions (samples : color, size, align...) are operational but all actions who open a dialbox (samples : image,...
Results 1 to 19 of 19
