Community Discussion

Page 15 of 435 FirstFirst ... 5 13 14 15 16 17 25 65 115 ... LastLast

+ Post New Thread

  1. How to map keys to a button in extjs4

    HI, I have to submit the form when user hit on enter key or submit button. Here how can I handle the enter key. For text fields 'specialkey' listener...

    Started by shilpay, 12 Sep 2012 8:55 AM
    key listener to buttons
    • Replies: 1
    • Views: 858
    12 Sep 2012 10:01 AM Go to last post
  2. What to use instead of id's????

    I am trying to reuse some view, but I have conditions based on if the user is logged in or not. I am doing a hide and show on the different items. Of...

    Started by markgogreen, 12 Sep 2012 5:41 AM
    • Replies: 3
    • Views: 503
    12 Sep 2012 5:52 AM Go to last post
  3. Question Testing Ext js application with Selenium RC

    Can anyone tell me, how to get the ID from data store / source to test with Selenium RC. Is this possible for acceptance testing with ext js thru...

    Started by Bharathiraja, 20 May 2008 2:05 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 5,347
    12 Sep 2012 5:42 AM Go to last post
  4. TreePanel with checkbox

    Hi, I am using extjs 3.1. I want use Ext.tree.TreePanel with multiple checkbox. I got some reference this link...

    Started by vin.ramesh, 11 Sep 2012 7:53 PM
    • Replies: 3
    • Views: 853
    12 Sep 2012 4:11 AM Go to last post
  5. Dynamic text for grid column header

    Hi, For my grid column header I dont want to put static (hardcoded) text instead get from the binding object. { xtype: 'gridcolumn', ...

    Started by shobhaaradhya, 8 Jul 2012 11:33 PM
    extjs
    • Replies: 5
    • Views: 2,309
    11 Sep 2012 10:19 PM Go to last post
  6. cell's focus in a grid

    Hi all, I have a grid in cellEdit mode. I want to know why the different results are shown after I edit the cell.... result 1: IF I click...

    Started by Fonnit, 11 Sep 2012 5:38 PM
    • Replies: 3
    • Views: 754
    11 Sep 2012 9:41 PM Go to last post
  7. sencha apps desktop AND mobile?

    We're developing a web app with complex visualisations, which we want to work on desktop and mobile platforms. My original plan was to use sencha...

    Started by stevensh, 10 Sep 2012 2:09 PM
    • Replies: 1
    • Views: 786
    11 Sep 2012 6:53 AM Go to last post
  8. get value from the json list

    Hi all, I have a json object and in that object contain the list of values. Suppose code is , success: function (response) { var obj =...

    Started by Shri_SenchaDev, 6 Sep 2012 3:52 AM
    • Replies: 8
    • Views: 1,279
    10 Sep 2012 11:44 PM Go to last post
  9. Ext 4: Validating a Form with a Model

    hi team and community, this is meant as a constructive feedback topic and a discussion about a feature request. when i first saw the news for ext...

    Started by tobiu, 3 Jun 2011 4:53 AM
    • Replies: 4
    • Views: 8,541
    10 Sep 2012 10:24 PM Go to last post
  10. Need help

    hi everyone m just start learning sencha please any one tell me how can i install sincha platform in my pc?

    Started by surbhi chaturvedi, 10 Sep 2012 2:51 AM
    • Replies: 4
    • Views: 564
    10 Sep 2012 9:25 PM Go to last post
  11. Best way to debug XTemplates? Illuminations?

    I'm working with XTemplates and they are proving hard to debug, specially with the conditional operators etc. To give an example, I was trying...

    Started by karan, 7 Sep 2012 8:52 PM
    debug, illuminations, xtemplates
    • Replies: 3
    • Views: 568
    8 Sep 2012 3:59 AM Go to last post
  12. problem with mark invalid cell in grid

    Hi All. How can i mark invalid cell in grid? I have some code: cell.addCls('invalidClsStyle'); but, cls style does not restore after...

    Started by Prorok, 5 Sep 2012 11:44 AM
    grid cell validation
    • Replies: 2
    • Views: 553
    6 Sep 2012 9:27 AM Go to last post
  13. GRIDPANEL WITH NUMBERED HEADER COLUMNS

    Hi, all! Please help! Using ExtJS 4.1. I have a grid with grouped header columns. Is it possible to create a gridpanel with numbered header...

    Started by Narat, 26 Jul 2012 4:07 AM
    • Replies: 4
    • Views: 1,019
    6 Sep 2012 5:28 AM Go to last post
  14. Need help with SAP OData

    Hello Colleagues, I am facing an error while consuming SAP Odata with Sencha Odata connector. The service returns an error code 501. However the...

    Started by GUPTA.221, 6 Sep 2012 4:52 AM
    • Replies: 1
    • Views: 442
    6 Sep 2012 5:03 AM Go to last post
  15. how a Ext.data.Model object access Ext.data.Store properties

    Hi buddys I am new to ExtJS and now am learning.My doubt is as follows var selModel = grid.getSelectionModel(); var selectedRecords...

    Started by vijayasarathi, 16 Aug 2012 4:14 AM
    data property, getselection(), getselectionmodel()
    • Replies: 8
    • Views: 1,791
    5 Sep 2012 9:36 AM Go to last post
  16. Custom proxy that re-routes to LocalStorage proxy and REST proxy internally

    My goal is to use LocalStorage as a cache and offline storage, and to use REST proxy as the online source. When data is fetched from the REST proxy,...

    Started by fei2012, 5 Sep 2012 6:20 AM
    custom, getidproperty, localstorage, proxy, rest
    • Replies: 2
    • Views: 624
    5 Sep 2012 7:29 AM Go to last post
  17. Need Help

    Hi everyone out there, I am having trouble with my code. The thing is i am working on WCF project and C# is completed in VS10. I get the data from...

    Started by karkybibek, 15 Aug 2012 8:08 PM
    • Replies: 3
    • Views: 805
    4 Sep 2012 10:13 AM Go to last post
  18. ExtJS lack of html encoding

    Hi All!, I'm currently evaluating using ExtJS for some of my projects and I must say it is great, the quality of the UI accomplished is amazing,...

    Started by Eduardholmes, 11 Aug 2008 11:26 AM
    3 Pages
    1 2 3
    • Replies: 26
    • Views: 16,523
    4 Sep 2012 7:48 AM Go to last post
  19. Post using JsonP with POST request

    How can I send JsonP with POST request, is there any workaround? Rishi

    Started by rishinarang007, 2 Sep 2012 10:04 PM
    • Replies: 4
    • Views: 897
    3 Sep 2012 8:22 PM Go to last post
  20. like catching a variable returned by a store?

    I have this panel that contains a list, the list is filled with a store. But I want to save the result of store in a variable. the store that I'm...

    Started by oswaldo.gh89, 31 Aug 2012 4:10 PM
    • Replies: 2
    • Views: 557
    31 Aug 2012 11:11 PM Go to last post