Ext: Q&A

Page 104 of 657 FirstFirst ... 4 54 94 102 103 104 105 106 114 154 204 604 ... LastLast

+ Post New Thread

  1. Answered: Split DOM: what triggers ExtJS to generate buttons in a <table> vs <div>

    I'm working with an alternative theme and have encountered a problem when it used in IE 7. When the ExtJS default theme is used in in FF, Chrome, IE...

    Started by bseddon, 27 Jan 2013 8:59 AM
    • Replies: 4
    • Views: 459
    27 Jan 2013 5:52 PM Go to last post
  2. Unanswered: Deploying Sencha Android App

    Hello All, I've been working with Sencha Touch for about 2.5 months. I've built several apps to date and began working with Sencha as a way to...

    Started by RobDB3, 26 Jan 2013 1:08 PM
    android, phonegap, sencha
    • Replies: 1
    • Views: 515
    27 Jan 2013 12:16 AM Go to last post
  3. Unanswered: Can't install on Windows 8. Any help?

    I have tried following the Getting Started with Ext JS 4.0, I have the latest version of Google Chrome. I have no idea what I am doing when it comes...

    Started by Liamburns, 25 Jan 2013 9:20 AM
    advice, apache, extjs 4.x, getting started, help me
    • Replies: 1
    • Views: 229
    26 Jan 2013 5:02 PM Go to last post
  4. Answered: FieldSet - loadRecord?!

    Hey there, i have a problem to reference my fieldset/form in my controller and load the record in it. View:...

    Started by Jakob, 25 Jan 2013 1:43 PM
    controller, fieldset, loadrecord, record, reference
    • Replies: 4
    • Views: 641
    26 Jan 2013 4:48 PM Go to last post
  5. Unanswered: Viewport not loading completely

    Hi , I have created a sencha application with 2 viewports.Each viewport containts formpanels and fields. The second viewport have a border...

    Started by minnu, 25 Jan 2013 5:10 AM
    • Replies: 1
    • Views: 179
    26 Jan 2013 9:31 AM Go to last post
  6. Answered: Toggle Buttons Not Staying Toggled When Grouped

    If you create a set of buttons that act as toggles grouped together I'm seeing an interesting issue. If you click one of the buttons, it toggles as...

    Started by schmaltzyman, 25 Jan 2013 3:23 PM
    • Replies: 5
    • Views: 393
    25 Jan 2013 5:22 PM Go to last post
  7. Unanswered: Ext.Ajax automatically redirects when return code is 302 and there is a Location head

    In this example I am making ajax request. It returns a response 302 (redirect) and Location header set to something I want to access. I also need to...

    Started by training_desso, 23 Jan 2013 2:32 PM
    ajax, ajax call
    • Replies: 5
    • Views: 390
    25 Jan 2013 4:10 PM Go to last post
  8. Unanswered: MemoryProxy error on model.save()

    When using a Store with a MemoryProxy and JsonReader, if you try to save an updated model of that store, you get an error ex: SalesStore config...

    Started by Support@regware.be, 25 Jan 2013 7:21 AM
    • Replies: 2
    • Views: 190
    25 Jan 2013 1:55 PM Go to last post
  9. Unanswered: Create breadcrumb navigation that reflects the tree panel.

    Hi All, I have a border layout with a tree panel in west region, and on click of the Tree i.e, Parent node, child node and sub-child node....etc....

    Started by nagalla038, 25 Jan 2013 3:34 AM
    • Replies: 1
    • Views: 243
    25 Jan 2013 9:54 AM Go to last post
  10. Unanswered: Call USPS API

    I want to call a USPS API behind the scenes when a user enters a zip code and exits the field. Showing what I've tried will only make it confusing,...

    Started by mjhaston, 25 Jan 2013 8:37 AM
    • Replies: 2
    • Views: 183
    25 Jan 2013 8:59 AM Go to last post
  11. Unanswered: Get store from proxy

    Hello, It seems I keep having troubles finding instances of classes. Now I try to get a reference to the store that contains the proxy. This is the...

    Started by Ooypunk, 20 Sep 2011 2:11 PM
    • Replies: 5
    • Views: 1,380
    25 Jan 2013 7:51 AM Go to last post
  12. Answered: TreeStore with filters

    Hi! Since Ext JS 4.1 filter should work for TreeStores.... For me it dosen't work at all! Ext.define('KM.store.Reservations', { ...

    Started by hlurger, 15 Nov 2012 12:10 AM
    filteronload, filters, treestore
    • Replies: 6
    • Views: 675
    25 Jan 2013 7:37 AM Go to last post
  13. Answered: download a file

    Hi, I am new to Extjs. I want to download a file from client side. Can anybody help me.

    Started by chinnib37, 24 Jan 2013 3:34 AM
    • Replies: 3
    • Views: 287
    25 Jan 2013 5:19 AM Go to last post
  14. Unanswered: How to assign model object dynamically to the store in controller part?

    Hi, I am creating dynamic store with dynamic columns. i want to add my dynamic model to the store. i tried like, storeObj.model=modelObj; ...

    Started by swiji2000, 24 Jan 2013 10:16 PM
    • Replies: 1
    • Views: 89
    25 Jan 2013 2:04 AM Go to last post
  15. Unanswered: combo box in grid panel cell

    Hi, Need an extjs example code which shows combobox when clicking the grid cell, with the values from 1 to what ever the value exists in cell. ...

    Started by kvdk8_7, 25 Jan 2013 12:21 AM
    combo grid cell
    • Replies: 2
    • Views: 173
    25 Jan 2013 1:50 AM Go to last post
  16. Unanswered: Class instantiation Order

    Hi, I build an application in which I load several class My home file look like this : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"...

    Started by vuilled, 22 Jan 2013 2:34 AM
    • Replies: 2
    • Views: 213
    25 Jan 2013 1:29 AM Go to last post
  17. Unanswered: Servlet call not happen inside the store

    Hi, I am creating one new store inside the controller. here i am calling one servlet, but its not working. Please help me to solve this issue....

    Started by swiji2000, 23 Jan 2013 3:10 AM
    • Replies: 4
    • Views: 175
    24 Jan 2013 10:12 PM Go to last post
  18. Unanswered: Google autocomplete places example ?

    Hello Everyone , I have a requirement just like google auto complete places . I found a example which is similar to that ...

    Started by chot2, 25 Feb 2012 2:17 AM
    2 Pages
    1 2
    • Replies: 12
    • Views: 3,339
    24 Jan 2013 9:03 PM Go to last post
  19. Unanswered: how to set the value of an entire column in a grid

    I have a GridPanel and I need set the value for entire Column using a variable that I have defined

    Started by pancho.munyoz, 24 Jan 2013 11:22 AM
    • Replies: 2
    • Views: 365
    24 Jan 2013 1:37 PM Go to last post
  20. Answered: What happened to sencha create jsb?

    sencha create jsb Doesn't exists in Sencha Cmd 3.0. For Ext JS 4.1.x what are we supposed to use? Using the SDK 2.0 command does not seem...

    Started by dr-dan, 23 Jan 2013 2:29 AM
    • Replies: 8
    • Views: 329
    24 Jan 2013 12:45 PM Go to last post