Ext 1.x: Help & Discussion

Page 59 of 507 FirstFirst ... 9 49 57 58 59 60 61 69 109 159 ... LastLast

+ Post New Thread

  1. Question Menu question? automatically drop down?

    How to:The menu automatically drop down when i put the cursor over it.

    Started by skyey, 13 Jul 2007 2:08 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 3,119
    28 Jan 2008 6:47 PM Go to last post
  2. File Attach fails in IE, Works in FF

    Hi Folks: Newbie question I have a form for attaching files to an email. The script works fine with static coded forms (non-js) and works fine...

    Started by Wal_Mark, 25 Jan 2008 3:26 PM
    • Replies: 2
    • Views: 1,374
    28 Jan 2008 1:17 PM Go to last post
  3. Loading a grid from an XML string instead of file

    Hi there - first post for me. I'm very glad that I stumbled across Ext JS because this is absolutely amazing. I've been playing around with some...

    Started by diulei, 13 Jun 2007 7:36 PM
    2 Pages
    1 2
    • Replies: 12
    • Views: 4,531
    28 Jan 2008 12:27 PM Go to last post
  4. Exclamation Resize only the columns on the right during a particular column resize in grid

    the resizing of the grid columns works fine but my application has a requirement where the --- when a particular column col2 is resized the columns...

    Started by deepthi, 16 Jan 2008 11:50 PM
    • Replies: 1
    • Views: 1,068
    28 Jan 2008 9:42 AM Go to last post
  5. EXT and Arabic Language

    hi there could you help me plz , i wanna use arabic language in EXT js library till now nobody answer me , i hope today someone answer me my...

    Started by mnask, 27 Jan 2008 11:25 PM
    • Replies: 1
    • Views: 1,239
    28 Jan 2008 2:50 AM Go to last post
  6. How Do I Trap a ComboBox onChange event

    I have a combo box called "dataSourceCombo". I want to trap the onChange event. I tried the following code but it does not work, what am I doing...

    Started by mconnors1234, 25 Jan 2008 8:49 AM
    • Replies: 2
    • Views: 4,228
    26 Jan 2008 1:44 PM Go to last post
  7. Grid column renderer with table element

    I'm having some problems when rendering a grid column with table elements in it. It seems that events don't bubble up the table to the container div...

    Started by potatobob, 21 Jul 2007 10:26 PM
    • Replies: 4
    • Views: 1,910
    26 Jan 2008 8:19 AM Go to last post
  8. Question How can i get a loading for saving data?

    Ext.onReady(function(){ Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = 'side'; var Username,Password; var fs = new...

    Started by sosyxg, 22 Jul 2007 8:02 PM
    • Replies: 4
    • Views: 3,314
    26 Jan 2008 12:48 AM Go to last post
  9. javascript newbie.. help?

    thanks for your great work jack! i've been messing up with yui-ext for a while now. after analyzing your examples i managed to understand most of...

    Started by arctu, 6 Nov 2006 3:11 AM
    2 Pages
    1 2
    • Replies: 18
    • Views: 37,107
    25 Jan 2008 7:12 AM Go to last post
  10. Menubar Problem, add to layout !

    Hi, Sorry for my english, i'm french. I've add a menubar to my layout, but i have a problem. I Want this : I've this :

    Started by franckxx, 26 Oct 2007 2:13 AM
    • Replies: 2
    • Views: 2,183
    25 Jan 2008 1:05 AM Go to last post
  11. popup like jack's blog system :D

    i would like to have a popup system like the one in the jack's blog comment system. This is the code i implemented that works fine: <html>...

    Started by luke83, 30 Oct 2006 5:11 AM
    3 Pages
    1 2 3
    • Replies: 21
    • Views: 8,739
    24 Jan 2008 11:08 PM Go to last post
  12. Question Handle set pageSize parameter of the grid from outside

    I have such script: Ext.namespace('MyGrid'); MyGrid = function(size){ var page_size = size; this.init=function() {

    Started by Denix, 24 Dec 2007 9:46 AM
    • Replies: 1
    • Views: 2,052
    24 Jan 2008 3:06 PM Go to last post
  13. Possible to control cursor position in the editor in IE?

    Looks like by default the cursor is put at the end of pre-populated content in the editor. Calling .focus() fixes this in FF, but doesn't do...

    Started by zhegwood, 18 Jan 2008 11:12 AM
    • Replies: 1
    • Views: 1,793
    24 Jan 2008 12:48 PM Go to last post
  14. Question repeated components design issue

    Hi, I am trying to build a polling website and decided to use Ext as GUI, because of obvious reasons. However, I am a little lost with the design...

    Started by eneko, 7 Sep 2007 6:22 AM
    • Replies: 6
    • Views: 1,673
    24 Jan 2008 9:49 AM Go to last post
  15. Ext.form.TextField not focused on click while Ext.menu.Menu is expanded?

    In IE6, but not FF2, when opening an ext menu, then clicking an ext form field, it appears that focus (or something to that nature) is not gained on...

    Started by ferr, 23 Jan 2008 7:50 AM
    • Replies: 1
    • Views: 2,013
    24 Jan 2008 7:58 AM Go to last post
  16. Border Layout within Tabs?

    I apologize in advance if this has already been covered, but is there a way to easily attach individual BorderLayouts within the tabs of a TabPanel?...

    Started by obsidian, 24 Jan 2008 7:29 AM
    • Replies: 1
    • Views: 1,106
    24 Jan 2008 7:51 AM Go to last post
  17. Can tab strip autosize?

    When the width of tab's title exceed the config tabWidth, can the tab strip autosize so as to display all title text?

    Started by fangzhouxing, 6 Oct 2007 11:17 PM
    • Replies: 1
    • Views: 1,022
    24 Jan 2008 5:45 AM Go to last post
  18. Is it possible to put a grid into a grid cell?

    Hi I have been wondering about this as i cant seems to get to place a grid into a grid cell. Is it possible to do this? can someone provide some...

    Started by snss, 22 Jan 2008 8:11 PM
    • Replies: 2
    • Views: 1,088
    24 Jan 2008 1:05 AM Go to last post
  19. Problem with viewport in IE

    Problem occurs in both IE 6 and 7. I am really new to EXT JS and trying to create a basic viewport as described in the following tutorial....

    Started by israelnyc, 23 Jan 2008 1:45 PM
    • Replies: 3
    • Views: 2,505
    23 Jan 2008 3:51 PM Go to last post
  20. Access modal window items

    Hi All I am struggling with the following scenario which Im sure has a very simple solution. If I show a modal window with a form on it how can I...

    Started by angusmiller, 23 Jan 2008 2:14 PM
    • Replies: 1
    • Views: 1,723
    23 Jan 2008 3:47 PM Go to last post