Search Type: Posts; User: Designworxz

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Getting error when converting store data to Json format using Ext.util.JSON.encode
  2. 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...
  3. 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...
  4. Replies
    4
    Views
    1,231
    Anybody ?
  5. Is there any best way to load form from Comples store record?

    Form


    items:[
    { xtype:'fieldset',
    defaults: {
    required: true,
    labelAlign: 'left',
  6. 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:[
    ...
  7. 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">',...
  8. 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
  9. Replies
    2
    Views
    561
    Anybody ?
  10. 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...
  11. Thanks andrea
  12. Thanks
  13. 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 =...
  14. 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:...
  15. Am getting JSON data from webservice but not able to Map it .
    Response from service
    ...
  16. Is there anything similar to this in sencha touch, i can set Header in jquerymobile.


    $.ajax({
    url: urlBase,
    dataType: "json",
    beforeSend: function(xhr) {...
  17. Same here not able to read JSON data.



    Ext.regModel('Test', { fields: [ {name: 'Branch', type: 'string'}, {name: 'City', type: 'string'} ], proxy:{ type: 'scripttag', url:...
  18. 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:...
  19. 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'} ...
  20. Any luck so far?
  21. 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: { ...
  22. I've tested it works if on same domain. But fails if different domain. How to make it work with different domain?
  23. Am trying to add Authorization Header in ext.Ajax.request but its not working. Can anybody help


    Ext.Ajax.request({ headers: {'Authorization': 'Basic...
  24. Replies
    3
    Views
    3,282
    Thanks it worked.
  25. 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
Page 1 of 2 1 2