Ext: Q&A

+ Post New Thread

  1. Unanswered: Viewport centre region views work on initial load but not on history change

    Howdy, I am doing the following: Viewport with an empty container as the centre region Controller and its view are loaded at run time, into...

    Started by el_chief, 4 Jan 2012 8:12 PM
    • Replies: 2
    • Views: 787
    5 Jan 2012 11:31 AM Go to last post
  2. Unanswered: HTML Layout. Ext Components in Plain HTML

    My application is in Ext 3 and I'm migrating to Ext 4. I made some changes to the 'Ext.ux.layout.HtmlLayout' component, but the components are not...

    Started by jcmartinez, 4 Jan 2012 4:19 PM
    • Replies: 2
    • Views: 406
    5 Jan 2012 10:25 AM Go to last post
  3. Question Unanswered: How to disable “dirty record” red corner in Ext.grid.Panel cells?

    I have an Ext.grid.Panel (aka gridpanel) with a store, used only for "visual effect" (i.e., nothing gets saved to the server). When I create new...

    Started by charris, 5 Jan 2012 5:15 AM
    • Replies: 3
    • Views: 716
    5 Jan 2012 7:06 AM Go to last post
  4. Answered: Applying The Frame Effect to a Panels Header

    I was hoping someone could point out what I'm doing wrong here. I have a collapsed panel setup as the east region of a border layout. I am trying to...

    Started by Saintshroomie, 4 Jan 2012 1:56 PM
    • Replies: 2
    • Views: 520
    5 Jan 2012 6:30 AM Go to last post
  5. Answered: combo is not firing events

    Hi, I have the following code: var rowEditing = Ext.create('Ext.grid.plugin.RowEditing'); var grid = Ext.create('Ext.grid.Panel', {...

    Started by dancaescu, 4 Jan 2012 12:36 PM
    combo, events, listeners, select
    • Replies: 2
    • Views: 721
    5 Jan 2012 5:59 AM Go to last post
  6. Unanswered: Store Index and View RowIndex Not in Sync

    Hello, I ran into a problem today after removing a proxy from my page. That proxy handled json mapping but because of new requirements that could...

    Started by quizzl, 5 Jan 2012 2:41 AM
    • Replies: 1
    • Views: 248
    5 Jan 2012 5:44 AM Go to last post
  7. Unanswered: Button pressed and hover effect on Ext.Image

    Guys, Here’s the easiest way on how to replicate Ext.Button click, hover and pressed effect on an image. Instead of using click event replace...

    Started by francorobles, 4 Jan 2012 1:04 AM
    • Replies: 3
    • Views: 1,727
    5 Jan 2012 5:42 AM Go to last post
  8. Unanswered: Bar chart axis not in sync with bar size if min/max given

    Hey Gurus! I want to have bar charts where the axis starts from 0. This works if I add more than one dataset into yField but not if I only use...

    Started by jweymarn, 30 Dec 2011 2:34 AM
    • Replies: 2
    • Views: 528
    5 Jan 2012 5:10 AM Go to last post
  9. Unanswered: hasMany and Writer

    Hi, i have some serious problems regarding a Model which has a haveMany Relation and the Writer of this Model. Everything works fine in the UI...

    Started by Cedric_, 4 Jan 2012 9:27 AM
    hasmany, model, writer
    • Replies: 2
    • Views: 430
    5 Jan 2012 4:17 AM Go to last post
  10. Question Answered: Create menu structure in controller

    I am having some problems with figuring out how to populate a menu in the controller. In my view, in initComponent, I create the menu like this: ...

    Started by Cine, 5 Jan 2012 2:58 AM
    • Replies: 5
    • Views: 428
    5 Jan 2012 3:45 AM Go to last post
  11. Question Answered: ERROR WITH CHECKOLUMN

    Hi, I have a problem, with the "xtype": 'checkcolumn'. I can set a column in my grid, whose data index type is a boolean without problem, but when...

    Started by near, 4 Jan 2012 2:23 AM
    bug, check, checkcolumn, error, grid
    • Replies: 6
    • Views: 1,228
    5 Jan 2012 2:33 AM Go to last post
  12. Unanswered: execute extjs 4(MVC) application without viewport

    HI I want to run one mvc application without using viewport. its urgent, please response soon.

    Started by neel.kamal, 4 Jan 2012 11:41 PM
    • Replies: 4
    • Views: 926
    5 Jan 2012 1:55 AM Go to last post
  13. Post Unanswered: Can't display window into tabpanel

    Hello, I just want to know how we can put window into tabpanel. I have to create a modal window into a panel. I have that : xtype:...

    Started by iNes14, 15 Nov 2011 2:26 AM
    • Replies: 5
    • Views: 603
    5 Jan 2012 12:23 AM Go to last post
  14. Answered: MVC: How to access this.application from view?

    Hello everyone. I have a composite component defined as a view that i 'share' across forms in my app. It contains two combos, and i want to pre-load...

    Started by Spenna, 4 Jan 2012 6:53 AM
    • Replies: 3
    • Views: 568
    5 Jan 2012 12:03 AM Go to last post
  15. Answered: Model save not firing success/failure events

    I have a model that is persisting correctly to the database. Whether it does or does not, the success/failure events do not fire. I am using code...

    Started by billtricarico, 3 Jan 2012 11:33 PM
    • Replies: 4
    • Views: 1,213
    4 Jan 2012 10:27 PM Go to last post
  16. Unanswered: Message Bus in EXT JS 4 - Data not getting deleted from the bus once its received

    Hi All, I am facing a problem in stimulating a message bus(event bus) in Ext JS 4.The data which I am sending from a component to the bus should be...

    Started by Arpitha Nadig, 4 Jan 2012 4:38 AM
    • Replies: 2
    • Views: 712
    4 Jan 2012 10:14 PM Go to last post
  17. Unanswered: Grid in tab in window fails on second open

    I have a grid, inside a tab, in a window (with a form). It works great when i open it one time. When I open it a second time, it screws up the...

    Started by el_chief, 4 Jan 2012 8:07 PM
    • Replies: 3
    • Views: 585
    4 Jan 2012 10:01 PM Go to last post
  18. Unanswered: Ext4 MVC - parent widgets not managing injected DOM elements

    I have an Ext4 application (using the MVC pattern), that asks common code to inject some DOM elements. The following is an outline of the code: ...

    Started by foobarr, 4 Jan 2012 5:30 AM
    • Replies: 3
    • Views: 664
    4 Jan 2012 8:30 PM Go to last post
  19. Unanswered: How To Save A Record with 'hasMany' Association?

    What is the correct way to save a model instance with 'hasMany' ? If I have these models: Ext.define('Application.model.Order', { ...

    Started by billtricarico, 3 Jan 2012 10:55 PM
    • Replies: 2
    • Views: 405
    4 Jan 2012 8:27 PM Go to last post
  20. Question Unanswered: need help on dynamic grid column configuration

    I'm n00b in ExtJS, it's a great framework which can save me a lot of time. :D right now, I met a problem and have no idea how to solve, so I'm...

    Started by evilight, 29 Dec 2011 2:21 AM
    • Replies: 2
    • Views: 645
    4 Jan 2012 7:31 PM Go to last post