Search Type: Posts; User: oana0211
Search: Search took 0.02 seconds.
-
13 Jun 2013 5:08 AM
Jump to post Thread: Load record in form submit by oana0211
- Replies
- 10
- Views
- 220
I've try. It was indeed empty. I've try even with the following code and when I print the record.get('docId') I receive the value but my controls in my form didn't change.
var modelFields = Ext... -
13 Jun 2013 3:27 AM
Jump to post Thread: Load record in form submit by oana0211
- Replies
- 10
- Views
- 220
Hello Marlo,
I have values in my record. In my code I printed the model record and the output is an object with the following properties:
docId: "1961"
sessionToken: null
status: "INIT"... -
13 Jun 2013 3:18 AM
Jump to post Thread: Load record in form submit by oana0211
- Replies
- 10
- Views
- 220
I have no grid, I have only an empty form that I want to populate it from a json.
-
12 Jun 2013 10:53 PM
Jump to post Thread: Load record in form submit by oana0211
- Replies
- 10
- Views
- 220
Yes. The name of the controls are the same with my model properties.
-
12 Jun 2013 12:16 AM
Jump to post Thread: Load record in form submit by oana0211
- Replies
- 10
- Views
- 220
Hello,
Yes, when I print record object I get this object
docId: "1961"
sessionToken: null
status: "INIT"
success: true
and my controls in the form has the same id. -
10 Jun 2013 6:46 AM
Jump to post Thread: Load record in form submit by oana0211
- Replies
- 10
- Views
- 220
Hello,
I have a big problem. I want to submit a form and after submit with the response object to populate the form back with new values. I've try to use loadRecord , I see my object but my form... -
6 Jun 2013 5:22 AM
Jump to post Thread: EXTJS session storage by oana0211
- Replies
- 1
- Views
- 60
I've solved. It was my error in my model. Thanks
-
5 Jun 2013 1:25 AM
Jump to post Thread: EXTJS session storage by oana0211
- Replies
- 1
- Views
- 60
Hello,
I don't know to save data in my session storage. I've made an model and a session storage but when I want to save some data in my session storage I see in my items only id : 1 . How to... -
4 Jun 2013 12:11 AM
- Replies
- 1
- Views
- 50
Hello,
I have a question about using string class properties for some fields in my view.
I have this view in my app:
Ext.define('testApp.view.Main', {
extend:... -
31 May 2013 1:31 AM
- Replies
- 2
- Views
- 68
I've made upgrade and it works. Thank you
-
30 May 2013 3:40 AM
- Replies
- 2
- Views
- 68
Hello,
I use extjs 4.2 and I have a page with a fieldset that is collapsed. In this fieldset I have a datefield that doesn't work; doesn't show the calendar. If I set collapsed to false it works... -
21 Mar 2013 2:10 AM
Jump to post Thread: How does override work? by oana0211
- Replies
- 10
- Views
- 1,157
I've try to add to my model a custom field but the following code doesn't work.
Can somebody put an example?
Thank you.
Ext.define('aaaBanking.model.override.DynamicForm', {
override:... -
29 Nov 2012 1:45 AM
- Replies
- 3
- Views
- 253
Yes. But how can I navigate to the old instance?
If I use
var messageList = Ext.ComponentQuery.query('panel[itemId=messagesListPanel]')[0]; the value is always undefined and it's the right name of... -
26 Nov 2012 2:32 AM
- Replies
- 3
- Views
- 253
Hello,
How can I fix the following error?
I have a login form with a submit button that works fine first time, but if I go to the login page, then I switch to another page and after I return to... -
27 Sep 2012 6:48 AM
Jump to post Thread: ListOptions plugin by oana0211
- Replies
- 2
- Views
- 313
I've try to use https://market.sencha.com/users/24/extensions/54 but doesn't work in sencha touch 2. It is only for sencha touch 1 and I've read a post of you that it must be rewrite from the ground.
-
24 Sep 2012 11:43 PM
Jump to post Thread: ListOptions plugin by oana0211
- Replies
- 2
- Views
- 313
Hello,
I want to use list options plugin but I see that it is only for sencha touch 1. Any chance to be updated for sencha touch 2 because it is very useful. Do you know some similar plugins for... -
24 Aug 2012 5:41 AM
- Replies
- 2
- Views
- 1,258
Thank you for the workaround. What you say it's correct and works but why I can't use manager inside of validations? I remember that works for me some time but I can't remember what I modified.
-
22 Aug 2012 6:00 AM
- Replies
- 2
- Views
- 1,258
Hello,
I've try to internationalize the validations message by I can't. I remember that in one case works but now I don't know what I 've done. Can anyone to help me, please?
My code is:... -
13 Aug 2012 3:15 AM
Jump to post Thread: remove record from localStorage by oana0211
- Replies
- 2
- Views
- 383
I've solved using the model.
var store = Ext.getStore("PayLocal");
store.load(function() {
var model = Ext.ModelMgr.getModel("model.PayLocal");
model.load(1, {
success:... -
10 Aug 2012 4:48 AM
Jump to post Thread: remove record from localStorage by oana0211
- Replies
- 2
- Views
- 383
No one faced this problem?
-
10 Aug 2012 12:30 AM
Jump to post Thread: remove record from localStorage by oana0211
- Replies
- 2
- Views
- 383
Hello,
I can't remove a record from localstorage. I've try to set in my model the id property to int because i've read in the other post that this will solve the problem but doesn't work. I 'm... -
26 Jul 2012 5:59 AM
Jump to post Thread: var nul when SetValue by oana0211
- Replies
- 1
- Views
- 306
i've solved .
var accountDetailsModel = Ext.ModelMgr.getModel('AccDetails');
accountDetailsModel.load(record.data.accountId, {
success:... -
26 Jul 2012 2:51 AM
Jump to post Thread: var nul when SetValue by oana0211
- Replies
- 1
- Views
- 306
Hello,
I develop a mobile app using sencha touch 2. I have a model that map a rest url. In my controller when I create the model and after I setValue from the component the variable is null even... -
25 Jul 2012 10:39 PM
Jump to post Thread: number pattern by oana0211
- Replies
- 3
- Views
- 448
Sencha Touch 2
Thank you -
25 Jul 2012 2:51 AM
Jump to post Thread: textfiled in sencha by oana0211
- Replies
- 2
- Views
- 333
I've solved. I made a listener.
Results 1 to 25 of 35
