Search Type: Posts; User: mukund1a
Search: Search took 0.02 seconds.
-
21 Nov 2011 9:03 PM
Jump to post Thread: load record method in sencha by mukund1a
- Replies
- 4
- Views
- 938
i want to get the model instance in the startpage.js file which is load by dispatcher when i use drag and drop in these x type it is rewritable and again if i want to use drag and drop more...
-
20 Nov 2011 10:07 PM
Jump to post Thread: load record method in sencha by mukund1a
- Replies
- 4
- Views
- 938
Thanks for your reply
my problem is how can i change the xtype insted of text field
App.views.start.load(model1); this passes the model object i need to access it in draggable and dropable... -
15 Nov 2011 9:23 PM
Jump to post Thread: load record method in sencha by mukund1a
- Replies
- 4
- Views
- 938
i have following code
inside controller:
var model1 = this.store.getAt(a.index);
App.views.start.load(model1);
App.views.viewport.reveal('start');
inside the start.js file
... -
15 Nov 2011 2:25 AM
- Replies
- 1
- Views
- 1,528
I think U shoud used group: attribute
-
11 Nov 2011 4:10 AM
Jump to post Thread: data store in sencha by mukund1a
- Replies
- 1
- Views
- 560
i have the json file got from server
{
"success":"res",
"result":[["Questionno11",
"O1",
"O2",
"A1"
],
["Questionno2", -
11 Nov 2011 1:57 AM
- Replies
- 2
- Views
- 1,040
thanks
-
10 Nov 2011 1:16 AM
- Replies
- 2
- Views
- 1,040
i have two piece of data i want to store it locally code for button handler
quizload:function(b,e){var form = Ext.getCmp('register');
form.submit({
url:'someurl.php'
... -
4 Nov 2011 11:13 PM
- Replies
- 4
- Views
- 678
var options_model=Ext.regModel('options_model', {
fields: ['option1', 'status1','option2', 'status2','option3', 'status3','option4', 'status4']
});
var options = new... -
2 Nov 2011 9:01 PM
- Replies
- 3
- Views
- 1,479
no ....i want to use controller so that it is easy for programmer
-
1 Nov 2011 10:27 PM
- Replies
- 3
- Views
- 1,479
App.views.UsersList = Ext.extend(Ext.Panel, {
initComponent: function(){
//some code here
App.Registerfrom = new Ext.form.FormPanel({
height: 899,
id:'register',
...
Results 1 to 10 of 10
