Search Type: Posts; User: yyjia
Search: Search took 0.02 seconds.
-
15 May 2012 10:02 AM
Jump to post Thread: why using "var me = this;" in ext4? by yyjia
- Replies
- 58
- Views
- 9,719
search key words "javascript scope chain performance optimization". You will see right discussion though some of them are out of time already. The key here is "scope chain". Please update here if you...
-
30 Dec 2011 3:54 PM
Jump to post Thread: Problem with mask and modal form by yyjia
- Replies
- 3
- Views
- 745
will this bug be fixed in 4.1 release?
-
18 Nov 2011 5:23 AM
Jump to post Thread: Ext.create vs the keyword new by yyjia
- Replies
- 34
- Views
- 22,159
Hi sshinde,
will you share with us what has been among different version of Ext JS 4 and it cause the usage of Ext.create has problem? Thank you. -
3 Nov 2011 5:17 PM
Jump to post Thread: [2.x] Ext.ux.reCAPTCHA Form Plugin by yyjia
- Replies
- 13
- Views
- 8,060
I create one which works under 4.x with a quick test. It is not perfect. But it works. You can get it from my blog post. Please leave me a comment if you test and see problem.
-
27 Oct 2011 4:58 AM
- Replies
- 3
- Views
- 3,526
I modified the code from 1.x forum ( here: http://www.sencha.com/forum/showthread.php?12155-0.2-Ext.ux.PasswordMeter ) . I created a password meter widget that is Ext 4 compatible. You can check it...
-
25 Sep 2011 4:41 PM
- Replies
- 13
- Views
- 7,688
You need to set path for Ext when you use ext-dev.js . I think you should always use ext-dev.js instead of ext-debug.js when you intend to use dynamic class loading feature during your development...
-
5 Sep 2011 8:46 AM
- Replies
- 9
- Views
- 13,727
I ran it just now. it works.
-
4 Sep 2011 8:47 PM
- Replies
- 9
- Views
- 13,727
Did you run the code indeed? I ran the code. But, both give me results as false.
-
1 Sep 2011 7:35 AM
Jump to post Thread: Ext.create vs the keyword new by yyjia
- Replies
- 34
- Views
- 22,159
ext-dev is more strict than ext-debug . ext-dev helps developers to have a more error free or warning free product. With ext-dev you can see what is loaded and it will be helpful if you do not want...
-
15 Aug 2011 11:26 AM
- Replies
- 1
- Views
- 1,614
I guess this is a bug. I reported one related to this. http://www.sencha.com/forum/showthread.php?143668-when-configuration-data-for-Ext.ClassManager.create-overwrite-postprocessor&p=636782#post636782
-
12 Aug 2011 8:49 AM
- Replies
- 0
- Views
- 226
I reported a bug just now: http://www.sencha.com/forum/showthread.php?143668-when-configuration-data-for-Ext.ClassManager.create-overwrite-postprocessor
But, I still do not believe this is a bug.... -
12 Aug 2011 6:54 AM
- Replies
- 0
- Views
- 5,289
I looked into ClassManager.js in Ext JS 4.0.2. I see there online shows
var postprocessorStack = data.postprocessors || manager.defaultPostprocessors,
Won't this allow postprocessors in past... -
14 Jul 2011 8:50 AM
- Replies
- 0
- Views
- 1,087
Hi,
I find that ExtJS 4 REST proxy and Zend framework Zend_Rest_Route are incompatible. Basically, it is because Ext JS Rest proxy append base url with record ID. Therefore, it causes Zend... -
28 Jun 2011 4:42 AM
Jump to post Thread: Managing Grid CRUD In ExtJS4 by yyjia
- Replies
- 51
- Views
- 16,668
I guess you are using FF? So, you did not see my highlighting on your code. I said different "format".
in your response: "data":[{"id":18782,"ConfirmedAmt":3.00}]}
in example response: ... -
27 Jun 2011 12:14 PM
Jump to post Thread: Managing Grid CRUD In ExtJS4 by yyjia
- Replies
- 51
- Views
- 16,668
{"success":true,"message":"Created new User","data":{"id":10,"email":"aaa","first":"bbb","last":"ccc"}}
I saw they have different format. -
27 Jun 2011 11:22 AM
Jump to post Thread: Managing Grid CRUD In ExtJS4 by yyjia
- Replies
- 51
- Views
- 16,668
sorry. typor. applictor should be validator. It is good to you that you dont have problem without validator. But, if you got problem later, you may think about it.
-
24 Jun 2011 8:27 AM
Jump to post Thread: Managing Grid CRUD In ExtJS4 by yyjia
- Replies
- 51
- Views
- 16,668
I am glad to hear my post is a little bit helpful. Thanks for sharing your code.
About debugging dirty flag reset, I think it seems difficult because it is fired by event. If I were going to... -
24 Jun 2011 4:12 AM
- Replies
- 6
- Views
- 1,782
Please move it if you think it is a bug. Or, it will be nice if you will give us an extended plugin.
BTW, where is you citation from? Will you give me the original link, then I can read? -
23 Jun 2011 12:01 PM
Jump to post Thread: Managing Grid CRUD In ExtJS4 by yyjia
- Replies
- 51
- Views
- 16,668
Hi Michael,
Here is the response data catch from the sample http://dev.sencha.com/deploy/ext-4.0.2a/examples/restful/restful.html
{"success":true,"message":"Created new... -
23 Jun 2011 7:22 AM
Jump to post Thread: Managing Grid CRUD In ExtJS4 by yyjia
- Replies
- 51
- Views
- 16,668
dirty flag will be reset if your server sends back the CRUD data. And, in the Model, you have to define either a hardcoded 'id' property or use 'idProperty' to specify one column as 'id'. This should...
-
23 Jun 2011 4:17 AM
- Replies
- 6
- Views
- 1,782
thanks for reply.
My question is how to hide ActionColumn and CheckboxModel in row editor. It seems there is no way to hide them if comment out editor config is the only way? -
22 Jun 2011 10:47 AM
- Replies
- 6
- Views
- 1,782
In extjs 3.x, Ext.ux.grid.RowEditor has a property called "showInInlineEditor". but, I can not find it in Ext.grid.RowEditor .
I use Ext.selection.CheckboxModel and ActionColumn as first two... -
15 Jun 2011 3:53 AM
- Replies
- 2
- Views
- 1,302
with 4.0.2, i do not see it.
-
31 May 2011 4:13 AM
Jump to post Thread: extjs 4 desktop with mvc by yyjia
- Replies
- 5
- Views
- 4,426
About best practice, Microsoft Document/view and Swing modified MVC has been existing for desktop application developing for long time. I think is will be helpful to review their MVC architecture...
-
16 May 2011 5:34 PM
Jump to post Thread: extjs 4 desktop with mvc by yyjia
- Replies
- 5
- Views
- 4,426
Will you explain why you want to create a MVC architecture on a ext4 desktop?
Results 1 to 25 of 47
