Ext: Q&A

+ Post New Thread

  1. Answered: Controller passing configs to views

    Hello, I am trying to find a way to to pass config params to a view and instantiate it with them. My view is: Ext.define('Que.view.Quesearch',{...

    Started by romerve, 2 May 2012 2:30 PM
    • Replies: 2
    • Views: 376
    3 May 2012 6:20 AM Go to last post
  2. Answered: Close a window on selecting a row in grid panel

    I have a Ext.window.Window which has a grid panel. When I select a row in the panel, i want to close the window. I tried calling close on the window...

    Started by sarabjeetd, 2 May 2012 1:18 PM
    • Replies: 3
    • Views: 451
    3 May 2012 5:35 AM Go to last post
  3. Unanswered: Get full content of a dom node

    I'm trying to parse the content of a dom node , but I can't get the full content of a node if contain other elements, it only give me the first part...

    Started by JeromeA, 25 Apr 2012 7:14 AM
    • Replies: 2
    • Views: 453
    3 May 2012 5:11 AM Go to last post
  4. Answered: Ext.Grid.Panel 4.1 : horizontalScroller ?

    With 4.0.7 version i use the event horizontalScroller on Gris.Panel for keep the same visible column on second grid in according to the original......

    Started by d.braghieri, 1 May 2012 10:33 PM
    grid, horizontalscroller, scroller
    • Replies: 3
    • Views: 423
    3 May 2012 4:40 AM Go to last post
  5. Answered: support :: Jquery with EXTjs 4

    Is Jquery support Extjs 4 ??? if yes, can you please share one example with me. where jquery is used with Extjs 4. Thanks in advance !!!

    Started by NCN, 1 May 2012 9:51 AM
    • Replies: 4
    • Views: 639
    3 May 2012 3:30 AM Go to last post
  6. Unanswered: get id of the inserted record

    Hello everyone. got an create function: onCreate: function(e, form) { values = form.getValues(); ...

    Started by vladka, 1 Nov 2011 8:44 AM
    • Replies: 4
    • Views: 597
    3 May 2012 2:40 AM Go to last post
  7. Answered: ExtJS: datagrid: re-apply sorting / refresh after loading

    I've been looking for it for such a long time, and (from my own point of view) this is a basic behavior that should've been done a long time ago: you...

    Started by olivierpons, 2 May 2012 7:08 AM
    grid, sort, sort grid
    • Replies: 3
    • Views: 2,012
    2 May 2012 11:58 PM Go to last post
  8. Unanswered: Asign value for checkbox and then to get the value.

    Hello. I have a small problem, that i have to assign a value for a checkbox that is in a grid. so, i have: var sm = new...

    Started by fabbydesign, 27 Apr 2012 12:56 AM
    • Replies: 9
    • Views: 994
    2 May 2012 11:54 PM Go to last post
  9. Unanswered: Loader problems..

    var win = Ext.create('Ext.window.Window', { title : "Title", layout : 'fit', width : 700, height : 500, loader : { url : '/jsondata",...

    Started by amit.mypict, 2 May 2012 6:46 AM
    • Replies: 4
    • Views: 523
    2 May 2012 11:38 PM Go to last post
  10. Answered: How to loading view content with ext js 4.1

    Dear all. I'm newbie, and i have question about ext js 4. My directory: File app.js: Ext.Loader.setConfig({ enabled: true });...

    Started by kenny3431, 2 May 2012 9:49 PM
    • Replies: 4
    • Views: 424
    2 May 2012 11:20 PM Go to last post
  11. Answered: Combobox

    Scenario: I have a combo in a FormPanel. And I get the list of values from a text file using a store A. Now, If I...

    Started by gameboy87, 5 Apr 2012 9:01 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 1,331
    2 May 2012 11:04 PM Go to last post
  12. Unanswered: Is there any row editing plugin for treeGrid?

    Hi. Using : ExtJS 4.07 I'm trying to set treeGrid with row editing. _treeGridInit: function() { var self = this; ...

    Started by Shlomi, 28 Mar 2012 9:03 AM
    • Replies: 3
    • Views: 902
    2 May 2012 10:45 PM Go to last post
  13. Unanswered: Extjs component completion event

    Hi Is there any extjs component completion event that we can use. When i say "extjs component completion" it means the component gets...

    Started by abhinavchugh, 24 Apr 2012 11:31 PM
    • Replies: 5
    • Views: 1,032
    2 May 2012 10:43 PM Go to last post
  14. Answered: Links in one tab panel that take me to another tab panel

    I have an app with 5 panels. The first panel is some text that talks about how to use the app and includes links to take you to the tab that is...

    Started by mark0978, 9 Jan 2012 4:37 PM
    • Replies: 6
    • Views: 1,205
    2 May 2012 7:32 PM Go to last post
  15. Answered: Ext.Application is not a constructor

    Hey, people I just created my first app and I am getting this error "Ext.Application is not a constructor" in console. My code is new...

    Started by arsalansaleem, 2 May 2012 9:38 AM
    constructor, ext
    • Replies: 3
    • Views: 1,006
    2 May 2012 7:09 PM Go to last post
  16. Answered: Adding Listener/ Handler to Radio

    I am having trouble firing the check radio event This is my code for the form this.xSearchJobID = Ext.create('Ext.form.field.Radio', { ...

    Started by senchaNewbee, 1 May 2012 8:44 PM
    • Replies: 8
    • Views: 761
    2 May 2012 5:38 PM Go to last post
  17. Answered: Treepanel in a window - error thrown on second invocation

    Hi, I have a treepanel that loads when a window is created and the first time everything works just fine, however when I close the window and...

    Started by fordprefect, 2 May 2012 11:07 AM
    ext4.1, tree panel
    • Replies: 4
    • Views: 469
    2 May 2012 4:17 PM Go to last post
  18. Unanswered: Process XML from AJAX Form submit

    How do I process XML from an AJAX form submit? The docs seem to say I can use a reader: in form like I can in a Store, but I tried this and it...

    Started by preaction, 29 Sep 2011 10:02 AM
    • Replies: 4
    • Views: 593
    2 May 2012 2:57 PM Go to last post
  19. Unanswered: Bug in triggerWidth detection when using scoped-mode

    When we use scoped mode - we don't have x-reset class applied to body. But the code if (!me.triggerWidth) { tempEl =...

    Started by zerkms, 2 May 2012 2:45 PM
    • Replies: 0
    • Views: 206
    2 May 2012 2:45 PM Go to last post
  20. Answered: Select row with right click

    Hi How can I select row with right click on grid panel thanks

    Started by oturkan, 2 May 2012 8:40 AM
    • Replies: 4
    • Views: 825
    2 May 2012 12:53 PM Go to last post