Ext 2.x: Help & Discussion

+ Post New Thread

  1. Grouping comboBox

    I could've sworn I saw a grouping combobox extension or example somewhere but cannot for the life of me find it in a search now. Can anyone help?

    Started by devnull, 1 Apr 2008 9:22 AM
    • Replies: 1
    • Views: 772
    2 Apr 2008 9:33 AM Go to last post
  2. Arrow Customizing TreePanel

    Hi, im implementing the TreePanel example: http://extjs.com/deploy/dev/examples/tree/column-tree.html However, i have not been able to align the...

    Started by egobits, 2 Apr 2008 9:02 AM
    • Replies: 0
    • Views: 703
    2 Apr 2008 9:02 AM Go to last post
  3. viewport load page effect

    i have viewport (as a full page) and i like to apply an effect when page is loaded.. i have try some solution but nothing works.. you have an...

    Started by italoc, 2 Apr 2008 8:38 AM
    • Replies: 0
    • Views: 642
    2 Apr 2008 8:38 AM Go to last post
  4. dynamically adding a new column on grid

    Hi, I am trying add a new column in predefined grid. var data = ; var grid = new Ext.grid.GridPanel({ id: "grid", store: new...

    Started by asmishra, 26 Mar 2008 8:09 AM
    • Replies: 1
    • Views: 922
    2 Apr 2008 8:33 AM Go to last post
  5. Need help to fix code

    I've got this code, it' works fine in firefox but not in IE, I do not know whats wrong, can anybody tell me? ...

    Started by vizcano, 2 Apr 2008 7:13 AM
    • Replies: 5
    • Views: 846
    2 Apr 2008 8:23 AM Go to last post
  6. How do I replace/remove Layout items?

    Current Code: function actionCenterPanel() { return new Ext.Panel({ border:false, layout:'fit', id:'col2', contentEl:'b' }); }

    Started by Shawazi, 2 Apr 2008 6:59 AM
    • Replies: 3
    • Views: 1,078
    2 Apr 2008 8:10 AM Go to last post
  7. Problem with MessageBox. It is always return 1 instead 'yes', 'no', 'ok' & etc.

    I have spend all day for problem solving but unsuccessful :( Here the js code: Ext.onReady(function(){ var project_edit_container = new...

    Started by zveroboy, 2 Apr 2008 7:23 AM
    • Replies: 1
    • Views: 795
    2 Apr 2008 7:33 AM Go to last post
  8. Viewport: Region -> Disable Expansion

    We are using a South Region that is collapsed initially. Can the the expansion be disabled? Thanks.

    Started by CNash44, 1 Apr 2008 3:12 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 1,713
    2 Apr 2008 7:32 AM Go to last post
  9. Grid Event Object fields/members

    I found some documentation that showed the breakdown of all the fields/members of the Event object passed to listeners on a grid, but now I can't...

    Started by zxyth, 1 Apr 2008 1:01 PM
    • Replies: 5
    • Views: 995
    2 Apr 2008 7:19 AM Go to last post
  10. Question why is beforeedit not working??-please help!!!

    Hi, The afteredit edit is working...but,the beforedit event isnt! I just cant figure out what is wrong... could someone please tell me what is...

    Started by rg87, 1 Apr 2008 5:44 AM
    • Replies: 5
    • Views: 1,183
    2 Apr 2008 7:18 AM Go to last post
  11. strange issue with toolbar buttons

    Hi to all, I don't know if it could be a bug or my error but I have the following issue... I have a window with some tabpanel, tbar and buttons...

    Started by sinsco, 2 Apr 2008 2:05 AM
    • Replies: 5
    • Views: 1,089
    2 Apr 2008 7:16 AM Go to last post
  12. Ending edit of ComboBox/DateField on select

    I'm working on an application where it would be nice if after the user selects a new value in my drop down ComboBox or DateField the field in...

    Started by Naim, 1 Apr 2008 10:50 AM
    • Replies: 1
    • Views: 778
    2 Apr 2008 7:12 AM Go to last post
  13. Menu Example - Stop showing off Jack!

    hee hee.. Ok, studying those awesome Quick Tips in the menu example. Couple questions: In the following code, I assume this is a helper...

    Started by JohnT, 23 Feb 2007 3:08 PM
    • Replies: 5
    • Views: 4,032
    2 Apr 2008 6:41 AM Go to last post
  14. Dynamically Change Panel Item Params

    My sample code is var p = new Ext.Panel({ id:'mypanel', layout:'border', applyTo:'mydiv', plugins: , items: });

    Started by Shawazi, 2 Apr 2008 5:37 AM
    • Replies: 3
    • Views: 927
    2 Apr 2008 6:39 AM Go to last post
  15. Exactly the same code: one run the other dont why??

    Hi i have the same code to run in 2 different tabs in the same window. the first work but the second dont. can somebody help me please. the...

    Started by islem, 2 Apr 2008 6:09 AM
    • Replies: 3
    • Views: 911
    2 Apr 2008 6:38 AM Go to last post
  16. Dragable ordering component.

    I have html table and I need to implement ordering of rows. Is there such component in libarary? thanks in advance.

    Started by Andrew.Golik, 2 Apr 2008 6:10 AM
    • Replies: 0
    • Views: 553
    2 Apr 2008 6:10 AM Go to last post
  17. Question How to enclose multiple tab panes inside a single form

    Problem Summary: Form fields are not submitted when form tags surround a set of div elements used as tabs for a TabPanel. I'm using an...

    Started by sl5337, 1 Apr 2008 4:57 AM
    • Replies: 6
    • Views: 1,637
    2 Apr 2008 5:56 AM Go to last post
  18. loading date in tabpanel which is inside a formpanel

    Hi all, I've a formpanel with a tabpanel inside, and i need to load data in the fields from the tabs, but if i try with the load function from...

    Started by mmarti, 2 Apr 2008 5:30 AM
    • Replies: 2
    • Views: 859
    2 Apr 2008 5:52 AM Go to last post
  19. Question ComboBox from filtered store not filtered!

    I have looked though a few related questions here on the forum, but must have missed something. I have the following code, but my combobox (in an...

    Started by jezmck, 2 Apr 2008 4:57 AM
    • Replies: 5
    • Views: 1,194
    2 Apr 2008 5:42 AM Go to last post
  20. Another "is not a constructor" error...[SOLVED]

    I know this one has been beat to death but honestly, I have not been able to find an answer on the forum to this one. Using ext-all-debug.js has not...

    Started by NotChris, 1 Apr 2008 5:31 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 12,357
    2 Apr 2008 5:20 AM Go to last post