Ext 2.x: Help & Discussion

+ Post New Thread

  1. [2.2] XTemplate and table IE problem

    I'm having problem using Xtemplate to add multiple rows to a table. It works fine in FF but in IE6 and IE7 only the first row is actually added to...

    Started by NickeJ, 21 Aug 2008 3:34 AM
    • Replies: 0
    • Views: 773
    21 Aug 2008 3:34 AM Go to last post
  2. Question How to check Cookie enabled in user's browser?

    In ExtJS, how to check in user's browser cookie is enabled or not? If it is not enabled how I can enabled the same? :( Please help me to do it!...

    Started by Shini, 21 Aug 2008 1:00 AM
    • Replies: 3
    • Views: 1,634
    21 Aug 2008 3:33 AM Go to last post
  3. graphical dd proxy under the mouse cursor

    i am trying to modify a dd proxy ( currently working with grid and DDView component ) to show up under the mouse cursor. I got the proxy to show...

    Started by zen, 21 Aug 2008 2:52 AM
    • Replies: 0
    • Views: 640
    21 Aug 2008 2:52 AM Go to last post
  4. Question Form inside a TabPanel

    Hello, I've search the forum for a similar issue but with no results so i hope someone could help me with this: I created a TabPanel, and...

    Started by spartacus, 19 Aug 2008 2:06 AM
    • Replies: 5
    • Views: 1,326
    21 Aug 2008 2:47 AM Go to last post
  5. problem in overriding a function in grid columnModel...

    Hi all, We have some hidden values in grid columnmodel that we never show to the user , hence they should not come in grid contextmenu.I...

    Started by rakesh, 21 Aug 2008 1:30 AM
    • Replies: 1
    • Views: 673
    21 Aug 2008 2:23 AM Go to last post
  6. FormPanel Event at Changes?

    Hi! Who knows, how can i react of changes in a form panel? somebody type something in and an event fires? !

    Started by sheddy, 19 Aug 2008 6:22 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 1,763
    21 Aug 2008 2:12 AM Go to last post
  7. Question ajax menu link page cannot load into iframe

    Pls help to me my menu if i click menu , i want to load a page into iframe pls help me.... Ext.onReady(function() { siriusMenuBar =...

    Started by aancae, 21 Aug 2008 1:51 AM
    • Replies: 0
    • Views: 1,346
    21 Aug 2008 1:51 AM Go to last post
  8. [SOLVED] form.getForm().findField() is not working for checkboxgroup ?

    When I try to use form.getForm().findField("cb-auto-1") to get the value of a checkboxgroup it gives the following error .. The hilighted line...

    Started by srajakaruna, 20 Aug 2008 2:29 AM
    • Replies: 2
    • Views: 3,009
    21 Aug 2008 1:51 AM Go to last post
  9. Panel Drag & Drop doesn't work?

    Please see these two posts, where no solution has yet been identified: http://extjs.com/forum/showthread.php?p=212567 ...

    Started by qwerti, 21 Aug 2008 1:41 AM
    • Replies: 0
    • Views: 519
    21 Aug 2008 1:41 AM Go to last post
  10. Very simple drag and drop - not working

    Hi, Can someone please tell me why none of my alerts below are popping up when I drag the first panel into/over the second? ...

    Started by qwerti, 21 Aug 2008 12:23 AM
    • Replies: 5
    • Views: 2,255
    21 Aug 2008 1:41 AM Go to last post
  11. Element in toolbar not getting events

    Hi, I'm adding a (non-Ext) widget into an Ext toolbar with toolbar.addElement(), but although it's rendered properly it does not receive any mouse...

    Started by hbatista, 21 Aug 2008 12:39 AM
    • Replies: 1
    • Views: 645
    21 Aug 2008 1:37 AM Go to last post
  12. Question problem of div

    Dear All, I am using a div which is assigned to a popup window(which consist form element like textboxes, dropdownlist, buttons etc.) when a...

    Started by AmitOlsys, 21 Aug 2008 1:24 AM
    • Replies: 1
    • Views: 606
    21 Aug 2008 1:32 AM Go to last post
  13. Offline Examples - Need A Local Webserver?

    Hi Do the offline examples need to be installed on a local webserver? I have IIS7 on my machine - if they need to be on a web server, which folder...

    Started by Crukkers, 20 Aug 2008 12:13 PM
    • Replies: 2
    • Views: 717
    21 Aug 2008 1:30 AM Go to last post
  14. setTitle broken on grids (except for firebug)

    So I've been pulling my hair out trying to dynamically update the title of an EditorGridPanel. And then I ran across this post. And sure enough,...

    Started by brookst, 21 Aug 2008 12:48 AM
    • Replies: 1
    • Views: 520
    21 Aug 2008 12:56 AM Go to last post
  15. Synchronous Ajax request

    Hi, I browsed the API but found nothing for my purpose. I need a way to make a synchronous Ajax request, for alerting the server when the user...

    Started by Northrog, 20 Aug 2008 5:55 AM
    • Replies: 4
    • Views: 1,804
    21 Aug 2008 12:48 AM Go to last post
  16. Question How can i get the value of the textfield

    {fieldLabel:'

    Started by welody, 21 Aug 2008 12:19 AM
    • Replies: 4
    • Views: 1,395
    21 Aug 2008 12:34 AM Go to last post
  17. Problem in positioning button [SOLVED]

    Hi. Here is a picture what I have now. So, as it can be seen, I have "Logout" text in the right of window. Under this "top bar" there is tab bar...

    Started by Stargazers, 20 Aug 2008 11:40 PM
    • Replies: 3
    • Views: 785
    21 Aug 2008 12:22 AM Go to last post
  18. how to change record data with no red flag on cell

    Every time I change a record from a store, The grid cell puts a red indicator. How can I avoid that behavior? I just want to change the data...

    Started by mysticav, 20 Aug 2008 11:17 PM
    • Replies: 2
    • Views: 785
    21 Aug 2008 12:19 AM Go to last post
  19. rowdblclick eventlistener not working

    Hi, I'm currently trying to fire an rowdblclick-event on an editorgrid like this: listeners: { render: function(){...

    Started by fear4me, 20 Aug 2008 11:49 PM
    • Replies: 1
    • Views: 924
    21 Aug 2008 12:17 AM Go to last post
  20. How to apply css in Editable grid header

    Hi All, I am new for Extjs. So please help me out. I am using editable grid in our application and able to display data there. But now I want to...

    Started by gopal_lal, 20 Aug 2008 10:59 PM
    • Replies: 1
    • Views: 869
    20 Aug 2008 11:56 PM Go to last post