Ext 2.x: Help & Discussion

+ Post New Thread

  1. Memory management...what's the correct way?

    I have a Panel with a Form, what's the correct way to free all memory when I close the panel? Note that myForm and myPanel are global, so if i don't...

    Started by mgallinucci, 17 Apr 2008 12:23 AM
    • Replies: 8
    • Views: 1,875
    1 Aug 2008 4:58 PM Go to last post
  2. Question How to setup border in one side of the panel?

    I have a tab panel, inside the tab panel there is a border layout, with center, east and north regions. I need the center region, to be with...

    Started by Yossi, 1 Aug 2008 6:02 AM
    • Replies: 2
    • Views: 851
    1 Aug 2008 3:12 PM Go to last post
  3. How to capture edited textfield value ?

    Had been searching the forum for a while now. I need to capture the value of a form field (already has a prefilled value) which has been edited...

    Started by LavkarSang, 1 Aug 2008 2:21 PM
    • Replies: 1
    • Views: 617
    1 Aug 2008 2:30 PM Go to last post
  4. map portlet in a panel

    Hi everyone I wonder if I can have a weather and a map portlet in a panel. I tried the map, but it failed... Thanks in advance.:) Ya

    Started by Yaya, 30 Jul 2008 11:39 AM
    • Replies: 9
    • Views: 1,575
    1 Aug 2008 11:56 AM Go to last post
  5. this.el is null Error

    Hi there, I created a function that returns a panel and I am trying to add this into a fieldset. Apparently, this is causing a 'this.el is null'...

    Started by skbach, 1 Aug 2008 10:04 AM
    • Replies: 7
    • Views: 6,195
    1 Aug 2008 11:33 AM Go to last post
  6. hidefocus() in Tree Panel/Tree Node

    Hi all - I am making use of the following code as given in the ViewPort documentation: new Ext.Viewport({ layout: 'border', defaults: { ...

    Started by mrkadakia, 1 Aug 2008 8:54 AM
    • Replies: 1
    • Views: 795
    1 Aug 2008 10:14 AM Go to last post
  7. about web 2.0 aplications

    hello, i undestand many features of the web2.0, but i dont get how this concept chages the r"equest-response with a page" design. The idea i got is...

    Started by extjsjavero, 1 Aug 2008 8:01 AM
    • Replies: 2
    • Views: 873
    1 Aug 2008 10:12 AM Go to last post
  8. Creating custom events

    Here's the gist of it: Specifically, I don't understand how to create and fire a custom event in one component, and have a different, unrelated...

    Started by jonchase, 31 Jul 2008 7:54 AM
    2 Pages
    1 2
    • Replies: 17
    • Views: 5,878
    1 Aug 2008 10:12 AM Go to last post
  9. Help with Desktop application using JSP

    I am trying to develop extJs desktop application using JSP/JSTL. If anyone can provide links to sample apps and example code that would be great. ...

    Started by vayumahesh, 1 Aug 2008 8:01 AM
    • Replies: 1
    • Views: 1,286
    1 Aug 2008 10:11 AM Go to last post
  10. colspan in grid from markup?

    I have a table that I have Ext JS convert to a grid when the page loads. It then swaps the columns so everything is reversed. This is for translating...

    Started by blimey85, 1 Aug 2008 7:52 AM
    • Replies: 1
    • Views: 754
    1 Aug 2008 10:01 AM Go to last post
  11. Right Click Menu

    I've looked at the examples and haven't found what I want. I'd like to right click on a grid row and have a menu come up.

    Started by mitchellsimoens, 31 Jul 2008 6:18 PM
    • Replies: 3
    • Views: 983
    1 Aug 2008 9:38 AM Go to last post
  12. invoking javascript function from html inside tab

    Hello Mates, I have html pages inside tab. In the html pages I have javascript function which I invoke from some links of html pages. But it can't...

    Started by tkm, 1 Aug 2008 9:03 AM
    • Replies: 5
    • Views: 1,641
    1 Aug 2008 9:36 AM Go to last post
  13. Example help needed

    edited

    Started by ShuQi, 1 Aug 2008 7:50 AM
    • Replies: 1
    • Views: 801
    1 Aug 2008 9:02 AM Go to last post
  14. An issue about comboBox!

    Hi, I am not english language user, I configed the comboBox like this follows: ... store: new Ext.data.SimpleStore({ ...

    Started by eingmarra, 30 Jun 2008 4:41 PM
    • Replies: 7
    • Views: 1,179
    1 Aug 2008 8:39 AM Go to last post
  15. integrating struts and extjs

    hello, i have a combo like this : var institut = Ext.data.Record.create(); var instiReader = new Ext.data.JsonReader({ root:...

    Started by extjsjavero, 31 Jul 2008 1:44 PM
    • Replies: 1
    • Views: 946
    1 Aug 2008 7:54 AM Go to last post
  16. Question Text is overflowing from Grid Cells

    Hi! Kindly visit following link: http://vibersol.com/sitesdemo/rq/index.php/client/ You can easily view that text under 'Name' , 'Address1',...

    Started by bluesapphire, 31 Jul 2008 2:56 PM
    • Replies: 2
    • Views: 802
    1 Aug 2008 7:51 AM Go to last post
  17. ComboBox allowBlank&forceSelection

    How to allowBlank value and forceSelection at the same time? I can't set combo to "" if forceSelection is true. Thanks.

    Started by XASD, 1 Aug 2008 7:21 AM
    • Replies: 0
    • Views: 811
    1 Aug 2008 7:21 AM Go to last post
  18. Ext.Ajax problem

    Hi all, I was wondering if there is a way to check if ajax request is successfully made or not. Because there's a limit of only 2 concurrent...

    Started by rendianmendian, 1 Aug 2008 1:04 AM
    • Replies: 2
    • Views: 727
    1 Aug 2008 6:53 AM Go to last post
  19. Extending objects and private array problems

    I made for you simple script to show my problem: Ext.ux.tcounttest = Ext.extend(Ext.form.TextField,{ // it's not work as private aClickCount :...

    Started by zilionis, 31 Jul 2008 9:43 AM
    • Replies: 7
    • Views: 1,114
    1 Aug 2008 6:45 AM Go to last post
  20. Grouping related question?

    The basic grid was working. I changed the store to a grouping store...adding in group field. then created the view and passed it to the grid. Now...

    Started by businessman332211, 1 Aug 2008 5:13 AM
    • Replies: 2
    • Views: 715
    1 Aug 2008 6:43 AM Go to last post