Search Type: Posts; User: emilianm
Search: Search took 0.02 seconds.
-
15 Sep 2011 5:57 AM
- Replies
- 6
- Views
- 1,721
It seems that if we you use a dot in the xtype name the ComponentQuery fails. Do you have any idea why ? Is this a bug ..if yes is this resolved in one of the last release (4.0.5)?
Thanks! -
12 Sep 2011 6:56 AM
- Replies
- 6
- Views
- 1,721
Thank you for your responses it is exactly what we wanted to use. But this is very easy for the cases when we have a single word for the name of the class, if we have two or even three we have to use...
-
9 Sep 2011 12:38 AM
- Replies
- 6
- Views
- 1,721
What are the best naming conventions for our custom widgets ?
Normally in ExtJs all widgets are using lower-case. This is very easy for the default widgets that are usually made as a concatenation... -
24 Aug 2011 10:47 PM
- Replies
- 6
- Views
- 1,049
Our version was not taking into account multiple nested objects, and form this point of view Chrisface's code was better. What we did we adapted his code in our custom writer and in this moment we...
-
24 Aug 2011 9:59 AM
- Replies
- 23
- Views
- 17,105
Thank you for your example yd290276, did you had the chance to do the "handle/manage view replacement in viewport after adding a controller"?
-
24 Aug 2011 9:43 AM
- Replies
- 6
- Views
- 1,049
We had a similar problem and we implemented a solution similar with the one described here. You have to overwrite the default "getRecordData" of the writer : Ext.data.writer.Json
... -
21 Aug 2011 10:54 PM
- Replies
- 3
- Views
- 2,190
It seems that we encountered a issue with RadioGroup(/Radio) components.
When you design a form you can put any kind of fields and on a later time you can use form.loadRecord(Ext.data.Model record)... -
17 Aug 2011 7:19 AM
- Replies
- 0
- Views
- 643
We are implementing a has many relation between an object A and a list of objects B that are structured hierarchically like a tree.
When we use the objects separately (with their own separate... -
29 Jul 2011 5:35 AM
- Replies
- 51
- Views
- 23,761
Thank you very much chrisface, we already put in place a custom Writer that is taking into accounts also the fields of hasMany relations. I will take a look at your solution and after we sill...
-
28 Jul 2011 5:04 AM
- Replies
- 51
- Views
- 23,761
We verified in the documentation and in the source code and it seems that the reader is able to pre-load with data the objects linked with hasMany form the parent store, but the writer is not taking...
-
27 Jul 2011 11:58 PM
- Replies
- 51
- Views
- 23,761
We are using a main object (A) that has a hasMany relation with a list of B objects.
For the A object we have a store with specific url api for reading and for updating data.
I have to... -
18 Jun 2011 2:01 AM
- Replies
- 1
- Views
- 2,297
In ExtJs 4 you can define a proxy on a Store or directly in a Model. For collections the obvious solution will be to load data using a Store but when you have a single entity that needs to be loaded...
-
10 Jun 2011 7:36 AM
Jump to post Thread: Partial validation of a Form by emilianm
- Replies
- 0
- Views
- 1,082
I have a question regarding the possibility (or regarding a nice pattern) to use a partial validation of a specific form.
Our main form extends Ext.form.Panel which automatically creates a... -
10 Jun 2011 7:24 AM
- Replies
- 0
- Views
- 1,068
Reading nested objects values from a form
At the end of the MVC tutorial (http://docs.sencha.com/ext-js/4-0/#/guide/application_architecture) we are reading all the object values from a form and...
Results 1 to 14 of 14
