Ext: Q&A

+ Post New Thread

  1. Answered: ExtJS4 and pluggable modules

    Is there any recomendations how to build ExtJS4 system with pluggable modules? I'd like to have independent modules, which could be added like OSGI...

    Started by bkraut, 9 Oct 2011 2:04 PM
    • Replies: 3
    • Views: 830
    10 Oct 2011 12:33 AM Go to last post
  2. Unanswered: BrowserCompatibility issue

    Hi, I have developed drag&drop functionaliy in salesfoce.com.It is working in Googlechrom only.But it is not working in IE,FireFox browsers.Can you...

    Started by charan@dev.com, 9 Oct 2011 9:24 PM
    • Replies: 1
    • Views: 410
    9 Oct 2011 11:49 PM Go to last post
  3. Unanswered: store commit?

    Hi, how can I trigger store commit with REST functionality? Ext.Msg.confirm( 'Delete record', 'Do you really want to delete selected...

    Started by bkraut, 9 Oct 2011 11:49 PM
    • Replies: 0
    • Views: 557
    9 Oct 2011 11:49 PM Go to last post
  4. Unanswered: modified line chart fill functiuonality

    hello all, i want to draw line chart with fill but when value of yfield is zero at that point i dont want to line and fill area .next point is...

    Started by nareh tank, 9 Oct 2011 10:13 PM
    • Replies: 0
    • Views: 339
    9 Oct 2011 10:13 PM Go to last post
  5. Question Unanswered: Access to and refresh of the viewport from a controller

    I would like to refresh the Viewport (such that my onViewportRendered function gets called) from within a controller. The following code would get...

    Started by danpres14, 9 Oct 2011 9:05 PM
    • Replies: 0
    • Views: 512
    9 Oct 2011 9:05 PM Go to last post
  6. Answered: Changing a chart yField during run time when an event is triggered.

    hi i am a new bie to extjs. I have been trying to create a Column series and i need to change the yField dynamically/during run time when the user...

    Started by dvaidhya, 7 Sep 2011 6:43 AM
    • Replies: 8
    • Views: 1,903
    9 Oct 2011 6:47 PM Go to last post
  7. Question Unanswered: FormPanel monitorValid and button formBind not working in ExtJS 4?

    Good day all, I have a piece of code that I converted from 3.0 to 4.0 which utilized the monitorValid: true on the form and formBind: true on the...

    Started by arcan9ne, 15 Sep 2011 5:47 AM
    • Replies: 5
    • Views: 3,127
    9 Oct 2011 1:00 PM Go to last post
  8. Answered: Chart in MVC view

    I've created a view that extends the chart class. ext-all-debug throws all sorts of errors in Firebug. I'm hoping someone out there has got this to...

    Started by brokentwig, 6 Oct 2011 8:30 PM
    • Replies: 4
    • Views: 754
    9 Oct 2011 11:06 AM Go to last post
  9. Post Unanswered: Data Binding based on Selected record in store

    Hi everyone!! I have two grids getting data in my Div. In one of my grid I am displaying data from my Force.com. when I select a record in...

    Started by charan@dev.com, 8 Oct 2011 9:05 AM
    • Replies: 3
    • Views: 603
    9 Oct 2011 10:41 AM Go to last post
  10. Exclamation Unanswered: Simple List Error

    So, basically, I have a listPanel as the only thing in the viewport... For some reason, the list isn't showing up. I know this should be a simple...

    Started by shivamt, 7 Oct 2011 7:05 PM
    list, noob, quick
    • Replies: 4
    • Views: 589
    9 Oct 2011 9:58 AM Go to last post
  11. Answered: loadRecord() doesn't load the record

    I just got through the Ext JS 4 MVC Application Architecture guide (http://docs.sencha.com/ext-js/4-0/#!/guide/application_architecture) and am now...

    Started by ejpoirier, 5 Oct 2011 6:01 PM
    form, loadrecord, newbie
    • Replies: 5
    • Views: 1,549
    9 Oct 2011 8:09 AM Go to last post
  12. Question Answered: jsonreader: how to get the totalProperty from a nested JSon value?

    Hi, How can I define the totalProperty config value of my Jsonreader to use a value from my JSon response that is nested a few levels down? If you...

    Started by jamesnpope, 9 Oct 2011 4:27 AM
    • Replies: 2
    • Views: 450
    9 Oct 2011 4:51 AM Go to last post
  13. Question Unanswered: Converting a flat store to a tree store

    Hi, I'm trying to covert a flat store (Ext.data.Store) to a tree store (Ext.data.TreeStore) by some logic, For that matter I decided to create...

    Started by yan_t, 9 Oct 2011 2:44 AM
    • Replies: 0
    • Views: 396
    9 Oct 2011 2:44 AM Go to last post
  14. Answered: Best way to get a component from a... uhm... collection!

    Hi guys, I'm sure you know the toolbar component. xtype: 'toolbar', dock: 'bottom', items: what technic/style do you use to get a reference...

    Started by Crockford, 8 Oct 2011 12:24 AM
    • Replies: 1
    • Views: 406
    8 Oct 2011 1:55 PM Go to last post
  15. Unanswered: Licensing confusion

    I am new to Ext JS and it looks very exciting, however your licencing seems confusing. I am aware that if I develop web applications for...

    Started by FirefoxRocks, 7 Oct 2011 8:20 PM
    • Replies: 1
    • Views: 398
    8 Oct 2011 10:50 AM Go to last post
  16. Unanswered: How to consume a drag event /stop default behaviour of draggable class on that event

    I have an element registered to be draggable using Ext.util.Draggable. On a drag I animate the element and during this time I want no other drag...

    Started by ashwinb88, 8 Oct 2011 6:05 AM
    • Replies: 0
    • Views: 391
    8 Oct 2011 6:05 AM Go to last post
  17. Question Answered: How to add and handle mousedown event on Textfield in ExtJs 4 in MVC

    Hi, Can any one help me by providing the code to add and handle "Double right click" event on Textfield. I 'm using MVC architecture and inside...

    Started by mr.atultiwari, 5 Oct 2011 12:25 AM
    doubleclick, extj 4, mousedown, mvc architecture, textfiled
    • Replies: 2
    • Views: 3,105
    7 Oct 2011 7:50 PM Go to last post
  18. Answered: ExtJS 4 - is it stable for production

    I have Spring 3.0 based ExtJS 3.3. app, with about 2000 classes. I'd like to know if anyone has allready migrated an application of such scale to...

    Started by bkraut, 28 Aug 2011 12:59 PM
    • Replies: 2
    • Views: 953
    7 Oct 2011 3:34 PM Go to last post
  19. Answered: xtype is gone?

    Hi, I'm updating code from ExtJS3 to ExtJS4. I have definitions like this: var grid = new Ext.grid.GridPanel({ ... store: { ...

    Started by bkraut, 7 Oct 2011 6:36 AM
    • Replies: 2
    • Views: 593
    7 Oct 2011 3:23 PM Go to last post
  20. Unanswered: Row expander problem

    I'm having problem with row expander. It is exactly copy from the example, just template is changed. Here is the code: ...

    Started by bkraut, 7 Oct 2011 3:19 PM
    • Replies: 0
    • Views: 369
    7 Oct 2011 3:19 PM Go to last post