Ext 2.x: Help & Discussion

+ Post New Thread

  1. Arrow this.body has no properties

    I created a panel as p = new Ext.Panel({ hidden: true, // caller should call html : backgroundImg, // false === DEBUG, backgroundImg = ''...

    Started by mxu, 5 Nov 2007 8:47 AM
    • Replies: 2
    • Views: 2,046
    5 Nov 2007 9:32 AM Go to last post
  2. Question Ajax submit "Window" form during onchange event

    Hai! During onclick event on some elements of the main page (say: main_page.php), I generate a "Window" component using Ajax (say the requested...

    Started by jaggybala, 5 Nov 2007 7:51 AM
    • Replies: 1
    • Views: 2,235
    5 Nov 2007 8:27 AM Go to last post
  3. [BUG] ComboBox.clearValue

    This persists since 1.x In Docs Clears any text/value currently set in the field But in reality, clearValue clears only the raw...

    Started by andrei.neculau, 5 Nov 2007 7:25 AM
    • Replies: 0
    • Views: 982
    5 Nov 2007 7:25 AM Go to last post
  4. Question combobox not showing items

    Trying to create a 'dialog' to enter filter values using http://extjs.com/deploy/dev/examples/window/hello.html as a base but this time if...

    Started by Carel, 29 Oct 2007 6:38 AM
    • Replies: 1
    • Views: 1,140
    5 Nov 2007 7:23 AM Go to last post
  5. Question How to move Dragble elements to their start position ?

    Hi, A newbi problem. I built a grid and a tree in one page, I want the grid elemts to be drageble to the tree. I used the DDProxy to enable that...

    Started by israelws, 5 Nov 2007 7:18 AM
    • Replies: 0
    • Views: 766
    5 Nov 2007 7:18 AM Go to last post
  6. Question problem to apply borderlayout to tabpannel

    Hi! I want to apply a borderlayout to a tabpabel itsTabs = function() {...

    Started by zieli1, 5 Nov 2007 2:40 AM
    • Replies: 3
    • Views: 1,057
    5 Nov 2007 6:04 AM Go to last post
  7. Exclamation How to show combo's displayField in EditGrid

    I've been using an editable grid that associates a group of comboBoxes. The whole grid is being loaded by means of a JsonStore that returns the...

    Started by oscarin, 5 Nov 2007 5:24 AM
    • Replies: 0
    • Views: 687
    5 Nov 2007 5:24 AM Go to last post
  8. Panel header + Border layout = hidden splitbar?

    Today I want to share the following layout-related problem. Please have a look at the linked screenshots. The only difference in code between them...

    Started by efege, 2 Nov 2007 7:36 AM
    • Replies: 2
    • Views: 1,297
    5 Nov 2007 5:13 AM Go to last post
  9. Post How to get Global PHP Class Variables into EXT JS

    I am starting to use the desktop layout for a major application and I need to start incorporating PHP Variables which are called from my class files,...

    Started by ashbashwood, 22 Oct 2007 6:36 AM
    • Replies: 5
    • Views: 2,469
    5 Nov 2007 4:56 AM Go to last post
  10. html property in the component.

    Hi, To load the content in a container such as Panel we use the property html: string/object. And the other way to load it from a div is...

    Started by shaque, 5 Nov 2007 1:08 AM
    • Replies: 3
    • Views: 1,136
    5 Nov 2007 4:36 AM Go to last post
  11. Adode AIR beta2 + EXT beta 2

    Hi, I am planning to use extJS2.0 for a client AIR project, however, it seems not compatible. The error message is Error: Parsing...

    Started by oliver, 2 Nov 2007 4:02 PM
    • Replies: 6
    • Views: 1,484
    5 Nov 2007 4:24 AM Go to last post
  12. What exactly is the Dataview?

    Im trying to get my head around the Dataview. What is exactly is it and what is it (should it) be used for? From the demo it seems like a way to...

    Started by sfwalter, 8 Sep 2007 6:17 AM
    • Replies: 7
    • Views: 2,105
    5 Nov 2007 4:04 AM Go to last post
  13. Object and prototype in Ext.util.TaskRunner

    I`m trying to read the ext code and learn from it. Ext.util.TaskRunner let you build an instance that can run a thread with tasks. TaskRunner has...

    Started by dolittle, 5 Nov 2007 3:30 AM
    • Replies: 1
    • Views: 1,314
    5 Nov 2007 3:41 AM Go to last post
  14. How to submit a form

    Hi guys, I am trying code for illustrating submitting a form. Take a look at following code, please tell whats wrong in that : ...

    Started by swarup_k2007, 5 Nov 2007 1:31 AM
    • Replies: 2
    • Views: 1,025
    5 Nov 2007 3:26 AM Go to last post
  15. Changing the buttons in FormPanel

    Hi, I tried to change the buttons (text, handler) of a Form Panel using the following way: var btn1 = new Ext.Button({text: 'btn1', handler:...

    Started by nbinder, 4 Nov 2007 10:31 AM
    • Replies: 1
    • Views: 793
    5 Nov 2007 3:16 AM Go to last post
  16. Tree container not showing scrollbars

    Hello there, I have added a tree to the accordian menu in the example complex layout. The trouble is that the actual accordian container will not...

    Started by Lobos, 4 Nov 2007 4:28 PM
    • Replies: 3
    • Views: 1,352
    5 Nov 2007 3:14 AM Go to last post
  17. GridPanel and json

    Hello Problems with gridpanel and json I have this code and I don't now what is wrong error from firebug: B has no properties...

    Started by katibu, 31 Oct 2007 8:23 AM
    • Replies: 3
    • Views: 1,418
    5 Nov 2007 3:06 AM Go to last post
  18. Question [2.0b1] - Removing rows in a TBODY element.

    Anyone know how to dynamically remove rows within a TBODY (Called

    Started by iaresean, 5 Nov 2007 2:20 AM
    • Replies: 2
    • Views: 984
    5 Nov 2007 2:37 AM Go to last post
  19. how to change the content in a region?

    I created a viewpart using boardlayout. And I want to change the west region to show different tree when different action happens. In Ext1.1...

    Started by jsxiaoqiang, 5 Nov 2007 2:28 AM
    • Replies: 1
    • Views: 917
    5 Nov 2007 2:32 AM Go to last post
  20. How to add input in toolbar?

    How can I add an input field in top toolbar in ext2? In ext1 this was like var filter = Ext.get(tb.addDom({ tag: 'input', type: 'text',...

    Started by staka, 5 Nov 2007 1:46 AM
    • Replies: 4
    • Views: 1,541
    5 Nov 2007 2:07 AM Go to last post