Search Type: Posts; User: Designworxz
Search: Search took 0.02 seconds.
-
20 Nov 2011 3:50 PM
- Replies
- 1
- Views
- 1,150
Getting error when converting store data to Json format using Ext.util.JSON.encode
-
17 Nov 2011 6:46 PM
- Replies
- 2
- Views
- 995
Am doing this which works fine, but am using same store in Xtemplate on other view where i cant see data coming.
Do you have any other method to do that as Employee field can have... -
16 Nov 2011 6:37 PM
- Replies
- 2
- Views
- 995
How can we add record to a complex store.
Store.add(//DepartmentName);
Store.getAt(0).set('Employee",//Employee record);
This one works.
But if i try to add new Employee record again... -
14 Nov 2011 2:39 PM
Jump to post Thread: Sum of Values in Xtemplate by Designworxz
- Replies
- 4
- Views
- 1,231
Anybody ?
-
14 Nov 2011 2:36 PM
- Replies
- 1
- Views
- 402
Is there any best way to load form from Comples store record?
Form
items:[
{ xtype:'fieldset',
defaults: {
required: true,
labelAlign: 'left', -
9 Nov 2011 3:46 PM
Jump to post Thread: Sum of Values in Xtemplate by Designworxz
- Replies
- 4
- Views
- 1,231
Thanks for prompt reply Andrea, but i need total. My Store is like this
store = new Ext.data.Store({
model: "Store.models.mod",
data:[
... -
8 Nov 2011 7:31 PM
Jump to post Thread: Sum of Values in Xtemplate by Designworxz
- Replies
- 4
- Views
- 1,231
How to do total in Xtemplate as in Gridview.
tpl = new Ext.XTemplate(
'<tpl for=".">',
'<div>',
'<tpl if="selected">',
'<div class="left">',... -
20 Oct 2011 3:59 PM
- Replies
- 0
- Views
- 352
Am developing app using sencha touch MVC. Problem am facing is when i try to add view with toolbar inside another view the toolbar stays on screen even i switch to other views any fix?
28770 -
17 Oct 2011 2:19 PM
Jump to post Thread: Store load() issue by Designworxz
- Replies
- 2
- Views
- 561
Anybody ?
-
16 Oct 2011 2:46 PM
Jump to post Thread: Store load() issue by Designworxz
- Replies
- 2
- Views
- 561
In code store is loading data thru ajax proxy, 1st time it loads fine when i call store.load() but sencond time if i call again store.load() it fails. It only works 1st time. Any Clue?
Store... -
13 Oct 2011 4:11 PM
- Replies
- 2
- Views
- 1,931
Thanks andrea
-
13 Oct 2011 4:11 PM
- Replies
- 2
- Views
- 667
Thanks
-
13 Oct 2011 4:09 PM
Jump to post Thread: MVC view Question by Designworxz
- Replies
- 0
- Views
- 267
How to add item in Ext.Panel i want to add dataView.
Am getting Uncaught exception Trying to add a null item as a child of Container with itemId/id: ext-comp-
App.views.Gallery =... -
11 Oct 2011 6:21 PM
- Replies
- 6
- Views
- 1,951
rgilkes can you show me your store code as am also trying to read Json data but fails.
Store = new Ext.data.Store({ model: 'User', autoLoad:false, proxy: { type:... -
11 Oct 2011 6:15 PM
- Replies
- 2
- Views
- 667
Am getting JSON data from webservice but not able to Map it .
Response from service
... -
10 Oct 2011 8:34 PM
- Replies
- 2
- Views
- 1,931
Is there anything similar to this in sencha touch, i can set Header in jquerymobile.
$.ajax({
url: urlBase,
dataType: "json",
beforeSend: function(xhr) {... -
10 Oct 2011 6:35 PM
- Replies
- 3
- Views
- 1,457
Same here not able to read JSON data.
Ext.regModel('Test', { fields: [ {name: 'Branch', type: 'string'}, {name: 'City', type: 'string'} ], proxy:{ type: 'scripttag', url:... -
10 Oct 2011 6:33 PM
Jump to post Thread: JSONP REST Webservice by Designworxz
- Replies
- 0
- Views
- 461
Am not able to read data from JSONP REST Webservice.
Ext.regModel('Test', { fields: [ {name: 'Branch', type: 'string'}, {name: 'City', type: 'string'} ], proxy:{ type:... -
10 Oct 2011 6:29 PM
Jump to post Thread: Add a field to a model by Designworxz
- Replies
- 2
- Views
- 352
Did you use scripttag proxy? Am not able to read JSON data.
Ext.regModel('Test', { fields: [ {name: 'Branch', type: 'string'}, {name: 'City', type: 'string'} ... -
5 Oct 2011 6:40 PM
- Replies
- 2
- Views
- 781
Any luck so far?
-
5 Oct 2011 4:37 PM
- Replies
- 3
- Views
- 1,466
Steve,
I tried scripttag, only problem is that i cant set Authorization header in that.
App.stores.appUser = new Ext.data.Store({ model: 'App.models.appUserDetails', proxy: { ... -
4 Oct 2011 3:35 PM
- Replies
- 3
- Views
- 1,466
I've tested it works if on same domain. But fails if different domain. How to make it work with different domain?
-
2 Oct 2011 6:27 PM
- Replies
- 3
- Views
- 1,466
Am trying to add Authorization Header in ext.Ajax.request but its not working. Can anybody help
Ext.Ajax.request({ headers: {'Authorization': 'Basic... -
16 Sep 2011 1:12 PM
Jump to post Thread: Ext.ux.touch.GridSummary v1 by Designworxz
- Replies
- 3
- Views
- 3,282
Thanks it worked.
-
14 Sep 2011 10:26 PM
Jump to post Thread: Ext.ux.touch.GridSummary v1 by Designworxz
- Replies
- 3
- Views
- 3,282
Mitchell,
Am trying at add your plugin my tabpanel, All i can see is header for grid cant see rows. Can you help me
Ext.setup({
onReady: function() {
var Grid=new...
Results 1 to 25 of 27
