Search Type: Posts; User: yusaku
Search: Search took 0.02 seconds.
-
16 Mar 2009 10:59 AM
- Replies
- 9
- Views
- 1,972
Exactly, I know this is just strange or unsophisticated way. Especially, JavaScript is difficult for me. I'll study about JSON libraries.
-
16 Mar 2009 9:58 AM
- Replies
- 9
- Views
- 1,972
I got it! You helped me. Thank you so much.
ExtJs Code
buttons: [{
text: 'Save',
handler: function(){
address_form.getForm().submit({
success:... -
16 Mar 2009 8:56 AM
- Replies
- 9
- Views
- 1,972
Crockford? I learnt for the first time. Thank you! I'm interested very much and I'll buy him book immediately at Amazon. Anyway, I changed Java Code and it seems to be able to do a little longer.I...
-
16 Mar 2009 8:19 AM
- Replies
- 9
- Views
- 1,972
Thank you! I'll check it.
-
16 Mar 2009 7:56 AM
- Replies
- 9
- Views
- 1,972
Hi All,
I want to display error messages after submitting. For example, When mail address has already been registered. However, I don't understand how to set error messages for HttpResponse on... -
27 Feb 2009 6:39 PM
- Replies
- 13
- Views
- 2,136
I got it!! Finally, I could show my data. I really appreciate to you!
BadCode. But I can see only the IE.(I can see only 1 line but scrollabe)
// create the grid
var grid = new... -
27 Feb 2009 6:19 PM
- Replies
- 13
- Views
- 2,136
Thanks, mjlecomte
When I saw html source on firebugs, I found following code. I think it is troble kind of CSS. I will check more.
>Add loadexception listener to store as previously... -
27 Feb 2009 5:39 PM
- Replies
- 13
- Views
- 2,136
Hi, mjlecomte
Thank you so much! You are right! After I modifed my java code, it isn't error message. But, I can't display my data yet. I'll check.
Server Side Code(Java)
protected... -
27 Feb 2009 4:58 PM
- Replies
- 13
- Views
- 2,136
mankz & mystix
Thank you very much!! You taught me a lot! I changed my code base on your posts. however, The follwoing problem occured.
"missing ) in parenthetical"
I'm looking for... -
27 Feb 2009 9:26 AM
- Replies
- 13
- Views
- 2,136
I tried everything but, did not show my data in the grid using JsonStore.
Clould you check my code and give me advice?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"... -
21 Feb 2009 6:57 AM
- Replies
- 3
- Views
- 4,583
Thank you for reply. I could understand I have to set an Object into the values option.
-
21 Feb 2009 6:06 AM
- Replies
- 3
- Views
- 4,583
I got it! I found Ext.util.JSON.decode(). But to be honest, I'm not sure why..
(bad)
bookTpl.overwrite(detailPanel.body, testStr);
(good)
bookTpl.overwrite(detailPanel.body,... -
20 Feb 2009 11:26 PM
- Replies
- 3
- Views
- 4,583
Hi!
I can't use the variable for values option of Template.overwrite method.
I could display without using the variable but I want to use the variable.
Thanks for your help.
Results 1 to 13 of 13
