Ext 2.x: Help & Discussion

+ Post New Thread

  1. Variables through Ajax

    Hi, I'm trying to get response from database through Ext.Ajax.request object. I call ajax on the start of a new window (this window is opened after...

    Started by kuzi, 18 Aug 2008 8:25 AM
    • Replies: 8
    • Views: 1,183
    18 Aug 2008 9:43 AM Go to last post
  2. Appending a load function globally

    In my application I need to detect errors on loading from JSON data. In one case it is a TreeLoader, another case is for a form (data.Store). ...

    Started by Barius, 18 Aug 2008 9:42 AM
    • Replies: 0
    • Views: 493
    18 Aug 2008 9:42 AM Go to last post
  3. Radio Button Not Showing Selected Image with Ext 2.2

    Hi there- I've upgraded to Ext 2.2, and have only one issue I am seeing. I have an override on my Ext.form.Radio, so as the user clicks a radio...

    Started by crpatrick, 15 Aug 2008 10:52 AM
    • Replies: 1
    • Views: 1,076
    18 Aug 2008 9:24 AM Go to last post
  4. Question Maintain values problem on hide/show form

    Hi all, I have a form with two section : specificForm and commonForm. The commonForm section is same on all case, specificForm can be various form...

    Started by c.barca, 17 Aug 2008 1:31 PM
    • Replies: 1
    • Views: 1,188
    18 Aug 2008 8:36 AM Go to last post
  5. Autotabs + plugin problem

    Hi I'm trying to create my tabs using autoTabs and that renders fine - the problem i have is that the context menu plugin wont work when autotabs...

    Started by wayne_o, 15 Aug 2008 2:12 AM
    • Replies: 1
    • Views: 756
    18 Aug 2008 8:23 AM Go to last post
  6. Exclamation Load External page into iframe and form submission

    I have a layout panel. Inside, I have Tree Panel (with multiple Classes and Assignments as Nodes) on left side and Tab Panel (with 2 tabs, one for...

    Started by vayumahesh, 14 Aug 2008 11:05 AM
    • Replies: 1
    • Views: 2,698
    18 Aug 2008 8:22 AM Go to last post
  7. Combobox in a grid-toolbar without xtype

    Ok, I'm new to Ext Js, but could anyone please tell me how to add a combobox to a toolbar within a grid WITHOUT using xtype in 2.2? I searched a...

    Started by Look76, 18 Aug 2008 7:29 AM
    • Replies: 4
    • Views: 1,598
    18 Aug 2008 8:18 AM Go to last post
  8. Grid keypress event - how to get grid Component?

    Hi, I was wondering what would be the more elegant way to get "grid" component for "keypress" event. My code is: var myGrid =...

    Started by chris-mac, 18 Aug 2008 6:56 AM
    • Replies: 2
    • Views: 1,255
    18 Aug 2008 8:08 AM Go to last post
  9. Advanced regex question

    Hi, I have a long json string that has included the string: "size":"100,100" several times. where the numbers 100,100 is different each time. I...

    Started by extnewbie, 18 Aug 2008 7:18 AM
    • Replies: 2
    • Views: 668
    18 Aug 2008 8:05 AM Go to last post
  10. Lightbulb how reload store in PagingToolbar and initialezed param start ?

    how reload store in PagingToolbar and initialezed param start ? I have a filter in a grid and after I filtering data should start initializing and...

    Started by crmd010, 11 Aug 2008 1:11 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 2,603
    18 Aug 2008 7:48 AM Go to last post
  11. Question Preventing further code processing while the modal window is opened

    Hey, I have an AJAX-success callback function which opens a modal window (Ext.Window extension i've written...) : {...} ...

    Started by guys2008, 18 Aug 2008 1:55 AM
    • Replies: 2
    • Views: 790
    18 Aug 2008 7:23 AM Go to last post
  12. Selecting hidden values from combo on submit

    Hi, I have a Simple Store that has a name and value field the value field is used for display where as name field is used as a hidden field to...

    Started by pachaudhary, 18 Aug 2008 6:33 AM
    • Replies: 1
    • Views: 606
    18 Aug 2008 6:42 AM Go to last post
  13. Declare ext config object as string

    Hi, I want to make ext objects from (manipulated) json string data, sent from the server. But first I want to test. My question is: How do I...

    Started by extnewbie, 18 Aug 2008 1:43 AM
    • Replies: 2
    • Views: 1,564
    18 Aug 2008 6:28 AM Go to last post
  14. Multiple region: "north" panels

    Hi, I want to group several panels in one region of the Window. So 2 Panels shall be shown in the northern area of that Window, but if you use...

    Started by Northrog, 18 Aug 2008 5:50 AM
    • Replies: 3
    • Views: 803
    18 Aug 2008 6:12 AM Go to last post
  15. DataView inside a portlet from the portal example

    Hi Im trying to have a DataView(gallery) inside a portlet. Ive created a galleryPanel object by extending Ext.DataView, I've created a template and...

    Started by gpstatnon, 19 Jul 2008 5:13 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,984
    18 Aug 2008 6:12 AM Go to last post
  16. Ext Version 2.2 -> Ext.Menu has been changed. Can anyone help?

    Hi, I had this piece of code working flawlessly in Ext 2.1 findMenuChildRec: function(array, attribute, value) { var found; ...

    Started by ikk0, 18 Aug 2008 5:08 AM
    • Replies: 2
    • Views: 626
    18 Aug 2008 6:03 AM Go to last post
  17. Vertical headers in columntree?

    Hello! Is it possible to create vertical headers in an editable columntree (90

    Started by anakonda8472, 18 Aug 2008 4:50 AM
    • Replies: 2
    • Views: 673
    18 Aug 2008 5:36 AM Go to last post
  18. Exclamation Problem opening link in new Tab!

    Hi All, I have a GridPanel that has a Hyperlink. My user base is Firefox centric and I would want to set the default action on clicking the...

    Started by dhruvakrishnan, 17 Aug 2008 9:25 PM
    • Replies: 8
    • Views: 1,657
    18 Aug 2008 5:29 AM Go to last post
  19. Get scrollable element created by "autoScroll: true"

    How can I get the "scrollable element" generated by autoScroll: true? this is my piece of code: Ext.Panel({ id: "my_container",...

    Started by iDave, 18 Aug 2008 2:55 AM
    • Replies: 4
    • Views: 2,151
    18 Aug 2008 5:24 AM Go to last post
  20. Question Show() doesn't rerender window after close() is called

    Hi! I have following code: ] ,buttons: When I first time open window, it opens perfectly. But when I closes the window through above...

    Started by bluesapphire, 2 Aug 2008 1:51 PM
    • Replies: 5
    • Views: 2,363
    18 Aug 2008 5:23 AM Go to last post