Ext 2.x: Help & Discussion

+ Post New Thread

  1. [Ext 2.2] How to do this Layout?

    Guys, I'm trying to put together a layout like: AAAA | BBBB ------------ CCCC | DDDD ------------ EEEEEEEEEEE

    Started by hansellh, 15 Aug 2008 8:40 AM
    2 Pages
    1 2
    • Replies: 17
    • Views: 2,976
    19 Aug 2008 12:57 AM Go to last post
  2. grid.selectById?

    Hi all, This is probably a super-stupid question, but how do you select a row in a grid if you know the record's ID? I can get the record object,...

    Started by learningExt, 18 Aug 2008 7:59 AM
    • Replies: 8
    • Views: 1,919
    19 Aug 2008 12:49 AM Go to last post
  3. buttons in forms

    I'm quite new to ExtJS, and I've read through the tutorials, but there doesn't seem to be anything dealing with creating fields/buttons of a form...

    Started by joshma, 6 Aug 2008 10:31 AM
    • Replies: 8
    • Views: 1,117
    19 Aug 2008 12:38 AM Go to last post
  4. Question Insert & Update Forms - Element Reuse

    Hello All, I'm faced with an odd problem. My page is made up of - 1 set of Elements(texfields, combo boxes, date-picker etc.) - 2 forms...

    Started by Jack_S, 19 Aug 2008 12:09 AM
    • Replies: 4
    • Views: 1,151
    19 Aug 2008 12:18 AM Go to last post
  5. Grid : modify a cell in according to other

    Hello, I'm trying to modify a cell of a line (of my EditorGridPanel) according to the value of other cells of the same line, but it does not...

    Started by greeeg, 18 Aug 2008 7:43 AM
    • Replies: 4
    • Views: 959
    19 Aug 2008 12:04 AM Go to last post
  6. Grid troubles under IE7

    Hi guys, I have a "little" problem with grid under IE7: the grid columns are too expanded and the content of the grid is unreadable,(see the first...

    Started by edema, 1 Aug 2008 5:15 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 2,444
    18 Aug 2008 11:55 PM Go to last post
  7. Treepanel click on node loading data infinitely

    Hi, I have created treepanel with data loader from php, which returns json data. The tree is displaying , but when I click on treenodes the data...

    Started by mallik, 18 Aug 2008 10:59 PM
    • Replies: 5
    • Views: 1,181
    18 Aug 2008 11:45 PM Go to last post
  8. Question Asp.net and Extjs

    Dear all, I want to work with ExtJs layout in my asp.net framework along with server side controls. How is it possible to call Extjs framework in...

    Started by AmitOlsys, 18 Aug 2008 11:05 PM
    • Replies: 1
    • Views: 715
    18 Aug 2008 11:39 PM Go to last post
  9. Red face Updater's update event fires just after the request was made.

    According to the document, The update event of Updater should be fired after successful update is made. But I found that it was fired just after the...

    Started by ifcwlme, 18 Aug 2008 8:27 PM
    • Replies: 3
    • Views: 858
    18 Aug 2008 11:36 PM Go to last post
  10. Question Ext 2.2 IE Object Required Exception

    Hi, I have a weird javascript exception since I switched to Ext 2.2, but only on IE. function createPanel() { return new Ext.Panel({ ...

    Started by phedoreanu, 15 Aug 2008 4:40 AM
    • Replies: 4
    • Views: 1,187
    18 Aug 2008 11:33 PM Go to last post
  11. Link between combo and field ?!

    Hi all again! Here is another problem about how to make a filter between a combo and some fields: Nuumber or Text Fields?! So i have window...

    Started by Shmitt, 14 Aug 2008 9:03 AM
    2 Pages
    1 2
    • Replies: 18
    • Views: 2,306
    18 Aug 2008 11:28 PM Go to last post
  12. Question Some config option not found

    why Some config option is not found in API Doc? e.g. TreeNode's config option -- children { text:'root', leaf:false, ...

    Started by joehebe, 18 Aug 2008 6:21 PM
    • Replies: 1
    • Views: 581
    18 Aug 2008 10:55 PM Go to last post
  13. field to form, form to win

    Hello! I am the "owner", "container", "parent" in trouble and with the usage of other similar ones. I would ask for a little help in this: There...

    Started by Gabor Turi, 18 Aug 2008 10:38 AM
    • Replies: 2
    • Views: 748
    18 Aug 2008 10:47 PM Go to last post
  14. how to dynamic to build a form

    how to dynamic to build a form from xml data or others? I have a combo, i want to build defferent form from xml data.if i selected defferent items...

    Started by afei, 18 Aug 2008 8:27 PM
    • Replies: 1
    • Views: 826
    18 Aug 2008 10:32 PM Go to last post
  15. Radiogroup!!

    In the docs for "radiogroup" it listed "change" as an event but when you look at the code it's essentially just extending "CheckboxGroup" without...

    Started by enickma, 18 Aug 2008 8:40 PM
    • Replies: 1
    • Views: 774
    18 Aug 2008 10:28 PM Go to last post
  16. tabpanel and xmlform cant get the load or submit to work

    Hello, I am trying to add the xml form example to a tabpanel var ArtistWin = new Array(); function CreateArtistDetail(ArtistID,...

    Started by Chris503, 17 Aug 2008 10:04 AM
    • Replies: 6
    • Views: 1,294
    18 Aug 2008 10:26 PM Go to last post
  17. GridPanel horizontal scrollbar visualization problem in IE

    Hi all, I have a GridPanel inside a TabPanel, the problem is that the GridPanel is too big and horizontal scrollbar appears. When i run the...

    Started by borillo, 9 Jul 2008 2:41 AM
    • Replies: 7
    • Views: 2,392
    18 Aug 2008 9:38 PM Go to last post
  18. Use external JSON (via PHP) to retrieve ITEMS array

    I have tried two different ways of getting a PHP page to drive a JSON items list. I'm (obviously) doing something wrong, 'cause the PHP drives the...

    Started by jasondeegan, 18 Aug 2008 2:30 PM
    • Replies: 7
    • Views: 2,783
    18 Aug 2008 7:43 PM Go to last post
  19. how to add a parameter to a hander method

    function upload(url) { var uploadPanel = new Ext.ux.UploadPanel({ xtype : 'uploadpanel', buttonsAt : 'tbar', id : 'uppanel', url :...

    Started by afei, 15 Aug 2008 11:40 PM
    • Replies: 3
    • Views: 956
    18 Aug 2008 7:01 PM Go to last post
  20. Grid PagingToolbar Problems

    I have a grid that uses a PagingToolbar similar to the example. A couple of small issues I have are: First Issue: ..displayMsg: 'Displaying...

    Started by badgerd, 23 Jul 2008 7:41 PM
    • Replies: 6
    • Views: 1,142
    18 Aug 2008 6:20 PM Go to last post