Ext 3.x: Help & Discussion

+ Post New Thread

  1. Question ToolTip problem

    Hello, I have a tree panel just like in the api example. Have also expand-all collapse-all buttons. But there is a little problem with the...

    Started by mcadirci, 12 Sep 2010 11:40 PM
    • Replies: 4
    • Views: 820
    13 Sep 2010 12:15 AM Go to last post
  2. Grid column width

    Hey there, is there any way that i can specify grid column to be auto width? i know there is a config option "autoHeight" for GridPanel. Thank...

    Started by paulr, 12 Sep 2010 7:37 PM
    • Replies: 3
    • Views: 494
    12 Sep 2010 11:55 PM Go to last post
  3. Set focus at parent panel

    I want to get parent form panel that contain my combobox (when user fire event select in combobox) and focus to it. Can anyone please suggest me...

    Started by oopkid, 12 Sep 2010 8:49 PM
    • Replies: 2
    • Views: 562
    12 Sep 2010 11:54 PM Go to last post
  4. Remote combo validation problem on filtering

    HI, i am using extjs 3.2.1 lib and iam new to extjs, I have implemented combobox with remote with filtering option in the form, i have added...

    Started by vinodpadmanaban@gmail.com, 10 Sep 2010 8:24 PM
    combobox
    • Replies: 3
    • Views: 781
    12 Sep 2010 11:32 PM Go to last post
  5. Exclamation Synchronizing RadioGroup

    Hi! I have a grid panel with two toolbar (top and bottom). I added radiogroup on each toolbar. I want to synchronize the value of the two radiogroup,...

    Started by jcagumbay, 12 Sep 2010 11:28 PM
    grid, radiogroup, toolbar
    • Replies: 0
    • Views: 417
    12 Sep 2010 11:28 PM Go to last post
  6. getting valueField of Combo in RowEditor grid

    Hi All, I have row editor grid. Grid has two columns, User Name and Role. Role column is combo. Role combo store is Grid store is so...

    Started by alexaung, 9 Sep 2010 12:45 AM
    • Replies: 3
    • Views: 557
    12 Sep 2010 11:15 PM Go to last post
  7. Using the "update" and "render" methods of Ext.Component

    Hello, Sometimes when perform some actions on elements, that extend Ext.Compoment class, it seems update does not work correctly. (either layout...

    Started by savsw, 12 Sep 2010 8:48 PM
    • Replies: 1
    • Views: 788
    12 Sep 2010 11:14 PM Go to last post
  8. How to have summary information in a EditorGridPanel

    Hi, How can I a summary information in an EditorGridPanel (similar to the 'summary' attribute of the 'table' tag in HTML)? Please help... mak

    Started by maksy, 10 Sep 2010 5:09 AM
    • Replies: 2
    • Views: 607
    12 Sep 2010 9:08 PM Go to last post
  9. Appling Ext.Resizable to Ext.Panel

    Hello, Please give an example, how can I archive this? For example, I create portlet as: Ext.ux.Portlet = function(cfg){ // overwrite...

    Started by savsw, 9 Sep 2010 1:13 AM
    • Replies: 4
    • Views: 883
    12 Sep 2010 8:08 PM Go to last post
  10. how to sum up numbers

    when i try to add 2 numbers like var sum=0; var count1=0; sum+=count; the values are getting appneded

    Started by salih, 9 Sep 2010 4:09 AM
    • Replies: 7
    • Views: 833
    12 Sep 2010 8:08 PM Go to last post
  11. On render Ext.window

    Hello , How can I view a Ext.window only when it is fully loaded because currently I instantiate a window at startup of my gui but it appears...

    Started by osmancorp, 12 Sep 2010 9:34 AM
    • Replies: 1
    • Views: 459
    12 Sep 2010 10:15 AM Go to last post
  12. Overview Of Ext.Data?

    What's a good overview of the Ext.Data namespace and its design/architecture? And, no, IMO the API docs do not constitute a good source for this....

    Started by alphadogg, 7 Sep 2010 2:53 PM
    ext.data overview
    • Replies: 1
    • Views: 558
    12 Sep 2010 9:59 AM Go to last post
  13. How can a grid panel expand height for additional rows, then scroll art a max height?

    I've not tried it yet but not sure I know the parameters to use, as a best practice. I need a grid that has a min height, then expands to a max...

    Started by surfyogi, 11 Sep 2010 1:07 PM
    gridpanel, height, max, min, scrolling
    • Replies: 1
    • Views: 1,062
    12 Sep 2010 8:33 AM Go to last post
  14. Tree Nodes - Top level nodes have accordion style, different from sub-level nodes

    I have a tree I'd like to style such that top level nodes look something like an accordion, but of course, multiple top nodes may be opened at the...

    Started by surfyogi, 11 Sep 2010 1:16 PM
    accordion, node, styling, tree
    • Replies: 1
    • Views: 1,163
    12 Sep 2010 8:30 AM Go to last post
  15. Application alerts inline with grid in center panel

    Looking for any examples of inline alerts used with a grid in the center panel of a border layout, where the center panel items might be: 0 -...

    Started by surfyogi, 11 Sep 2010 1:28 PM
    • Replies: 1
    • Views: 491
    12 Sep 2010 8:29 AM Go to last post
  16. try to set the value of the fieldLabel dynamicaly

    Hi, I try to set the value of the fieldLabel (of a textField) dynamicaly based on an ajax request and it doesn't work Here is the code : ...

    Started by flamant, 1 Sep 2010 2:25 AM
    • Replies: 5
    • Views: 670
    12 Sep 2010 8:27 AM Go to last post
  17. DomQuery "style" attribute select not working in IE7

    I have a reference to the root element of a dom with all different sub-elements. For example: <div id="root_node"> <div style="text-align:...

    Started by vukbyte, 10 Sep 2010 2:42 PM
    domquery, exception, ie7, selector
    • Replies: 2
    • Views: 1,355
    12 Sep 2010 7:49 AM Go to last post
  18. Exclamation (Resolved) MsgTarget position on the form

    Good afternoon, I have a problem with this icon field validation, I have two tabs, my button that submits the form ta tab 2, if I click save, the ...

    Started by fabiojpoli, 8 Sep 2010 10:20 AM
    • Replies: 3
    • Views: 517
    12 Sep 2010 7:17 AM Go to last post
  19. EditorGridPanel: message from the server

    Hello Everyone, I've a EditorGridPanel, configured with a JsonStore. It updates the data automatically for every cell update, which is fine for...

    Started by stivlo, 12 Sep 2010 4:26 AM
    editorgridpanel, jsonstore, message
    • Replies: 2
    • Views: 515
    12 Sep 2010 6:33 AM Go to last post
  20. Post How to give loadMask in Tree and DataView?

    Hi, I am using Ext.tree.TreePanel. The data for the tree is retrieved from the DB and it take few seconds to do it. So i want to show some load...

    Started by dev_java, 8 Sep 2010 5:06 AM
    • Replies: 6
    • Views: 1,973
    12 Sep 2010 2:33 AM Go to last post