Ext: Q&A

Page 3 of 655 FirstFirst 1 2 3 4 5 13 53 103 503 ... LastLast

+ Post New Thread

  1. Unanswered: AMF with EXT JS

    Hi All, How to communicate existing Blaze DS service method from EXT JS? Previously the front end was in Flex and now we are moving to EXT JS,...

    Started by kuldeepantil, Yesterday 11:06 PM
    amf, flex
    • Replies: 0
    • Views: 15
    Yesterday 11:06 PM Go to last post
  2. Unanswered: StoreManager.get(key) cannot get store's proxy

    REQUIRED INFORMATION Ext version tested: Ext 4.2.0

    Started by WutongDeath, Yesterday 10:43 PM
    memory, paging, proxy, storemanager
    • Replies: 0
    • Views: 25
    Yesterday 10:43 PM Go to last post
  3. Unanswered: How can i forbid chart's legenditem click event.

    Ext.each(Ext.getCmp('barChart').legend.items, function(item) { item.un('mousedown', item.events.mousedown.listeners.fn); }); It worked well...

    Started by fanggy, Yesterday 5:49 PM
    • Replies: 1
    • Views: 62
    Yesterday 9:38 PM Go to last post
  4. Unanswered: find a formfield to select date and time

    is there a formfield in extjs4 to select date and time.

    Started by jiangpin, Yesterday 7:32 PM
    • Replies: 1
    • Views: 36
    Yesterday 9:35 PM Go to last post
  5. Unanswered: Application Hangs on IE9 for large Iframe contents

    Hi, I'm facing an issue in using iframe (Version: Extjs4.1.1) that when iframe contains large content, application hangs on IE9. (In my case,...

    Started by shafaq.kazmi, Yesterday 8:11 PM
    • Replies: 1
    • Views: 50
    Yesterday 8:22 PM Go to last post
  6. Answered: How to submit empty combo?

    Hello, guys! I've just discovered that if my form contains a combobox, it is submitted only if I selected any value. If it is empty, I do not see its...

    Started by vicvolk87, 20 May 2013 8:12 PM
    • Replies: 4
    • Views: 134
    Yesterday 3:07 PM Go to last post
  7. Unanswered: record isn't editable/selectable on grid until i filter?

    In order to keep 2 grids on different browsers in check i have events on one browser sending a message to cause things to happen on the other. The...

    Started by mice-pace, 9 May 2013 10:07 PM
    filter, grid, record, unselectable
    • Replies: 4
    • Views: 134
    Yesterday 2:40 PM Go to last post
  8. Unanswered: Issues using Proxy object

    Hi everyone: I'm typing the example that comes in this site: http://docs.sencha.com/extjs/4.2.0/#!/guide/application_architecture I have a...

    Started by david.lerma, Yesterday 2:11 PM
    • Replies: 0
    • Views: 3
    Yesterday 2:11 PM Go to last post
  9. Unanswered: add grid features at runtime

    Hi there, i would like to know, if it is possible, to add features to a grid e.g. filters after it has been created. I tried it with var...

    Started by ilmcon, 15 May 2013 6:22 AM
    feature, filters, filters feature, grid
    • Replies: 2
    • Views: 119
    Yesterday 1:54 PM Go to last post
  10. Unanswered: Performance Issue with Grid using Locked Columns and Cell Editing

    I have just upgraded from 4.0.7 to 4.2.0 & 4.2.1 beta 1 and have noticed a performance issue in both 4.2.0 and 4.2.1 when using locked columns and...

    Started by nolo866, 19 May 2013 8:21 AM
    grid locking, grid performance
    • Replies: 1
    • Views: 68
    Yesterday 1:09 PM Go to last post
  11. Unanswered: how do java get the value of ajax proxy submit

    i have define a model, Ext.define('cn.ffcs.system.org.model.Org', { extend: 'Ext.data.Model', fields: , proxy: { type:...

    Started by mengyang, 19 May 2013 7:09 AM
    ajax, java, model, proxy save
    • Replies: 1
    • Views: 99
    Yesterday 1:04 PM Go to last post
  12. Unanswered: How to construct parent child component?

    Hi, I wish to create a page that will show something like this: Component X child of component X Example of component X can be a...

    Started by plchia, 19 May 2013 4:27 AM
    • Replies: 1
    • Views: 75
    Yesterday 12:33 PM Go to last post
  13. Unanswered: Get Servlet response from form.submit()

    Hi, Im having a problem getting the response from my servlet with the success. mainForm.submit({ url:...

    Started by ssamuel68, 16 May 2013 2:33 PM
    • Replies: 3
    • Views: 95
    Yesterday 12:04 PM Go to last post
  14. Unanswered: Ext.form.Basic.reset(true) retains record values

    I have a form with trackResetOnLoad=true that I load a record into with loadRecord(). If I then reset the form with resetRecord=true, it deletes the...

    Started by winkelmann, 6 Feb 2013 3:03 AM
    • Replies: 4
    • Views: 196
    Yesterday 11:04 AM Go to last post
  15. Unanswered: Switch between tab.Panel tabs by an external event

    Hello, I am trying to switch between tabs of Ext.tab.Panel by an event that is fired by a button in a sub-element (card). As I have not found...

    Started by MichaelStrasser, Yesterday 7:10 AM
    tab panel
    • Replies: 2
    • Views: 58
    Yesterday 10:46 AM Go to last post
  16. Unanswered: Combobox not removing filter

    Hello, Combbox is not removing filter on store. I have multiple comboboxes with same store. The filter criteria is not removed it still shows the...

    Started by tangalla, 18 Apr 2013 8:40 AM
    • Replies: 9
    • Views: 338
    Yesterday 10:27 AM Go to last post
  17. Unanswered: how to prevent Extjs Store caching the data ?

    Hi it seems that store caches the data by default . i have some records in it , and when i call load method on it , i expect that it throw away...

    Started by raminbp, Yesterday 4:57 AM
    disablecaching, nocache, store
    • Replies: 4
    • Views: 89
    Yesterday 9:21 AM Go to last post
  18. Unanswered: Editing XML

    In Flex, I could edit an XML string easily by doing this: var searchTest:XML = <searchTestModels limit="15" offset ="0"...

    Started by iamcootis, Yesterday 6:51 AM
    xml
    • Replies: 1
    • Views: 48
    Yesterday 9:09 AM Go to last post
  19. Unanswered: Update step scaling in chart

    Hello ! I want to update the step scale in my chart but it doesn't work. Here an example : chart.axes.items.step = ; Thanks for your...

    Started by TWEESTY, Yesterday 7:10 AM
    • Replies: 0
    • Views: 32
    Yesterday 7:10 AM Go to last post
  20. Answered: Chart doesn't work

    Hello all! I have a problem with a chart, dots are not printed. Here my chart class and store : ...

    Started by TWEESTY, 27 Mar 2013 10:35 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 420
    Yesterday 7:08 AM Go to last post