Ext 1.x: Help & Discussion

Page 31 of 507 FirstFirst ... 21 29 30 31 32 33 41 81 131 ... LastLast

+ Post New Thread

  1. what is this code doing

    I am trying to understand Ext 1.1 codebase and I can't understand how this code works. I understand it extends the base class but how? Isn't sp...

    Started by rjanos, 9 Sep 2008 11:09 AM
    • Replies: 1
    • Views: 798
    10 Sep 2008 11:53 AM Go to last post
  2. tab activate event help

    Hi, I am having some trouble understanding how events work in Ext. I have the following code: var id = 123; ...

    Started by MoShAn480, 26 Apr 2007 2:08 PM
    • Replies: 2
    • Views: 1,721
    10 Sep 2008 3:27 AM Go to last post
  3. Error in IE 7.0 when I was using Jquery-ui dialog,it works fine in Firfox,any idea?

    the following is the source code. <html> <style> span{ border-style:none; width:130px; } .Username{

    Started by jmatt, 9 Sep 2008 7:25 PM
    • Replies: 0
    • Views: 2,915
    9 Sep 2008 7:25 PM Go to last post
  4. Grid cell I can put a image

    hi friends, I am created one grid.On that grid some rows i want to add images.... if it s possible...CAn any one send me the simple example.

    Started by Selvam packiam, 9 Sep 2008 4:21 AM
    • Replies: 1
    • Views: 1,040
    9 Sep 2008 4:44 AM Go to last post
  5. Question Ajax request aborted the first time.

    Hi everyone. I'm using extjs 1.x. I have a grid and my problem is that the first time my store loads data form the configured url in the proxy...

    Started by rubendaddario, 8 Sep 2008 8:00 AM
    • Replies: 0
    • Views: 1,388
    8 Sep 2008 8:00 AM Go to last post
  6. Question Grid: vertical expand/collapse

    Is it possible to expand grid (i.e grid container) to fit fully expanded grid (no vertical scroll bars)? And then collapse it to the original...

    Started by mike1993, 12 Apr 2007 2:10 PM
    • Replies: 8
    • Views: 5,573
    7 Sep 2008 2:02 AM Go to last post
  7. buttons and dotted outlines

    Howdy, When clicking a toolbar button you recieve the 'focused' dotted outline like you would with an href. I've tried adding this to the css to...

    Started by jamaljohnson, 19 Apr 2007 9:10 AM
    • Replies: 9
    • Views: 2,959
    5 Sep 2008 11:05 AM Go to last post
  8. Ext.data.JsonStore & Ext.form.ComboBox Problem??help

    Hi, I am newbie in Ext JS. I have a problem to retrieve data as json and show it in a combobox. My questions: -How can I see that my dsDist...

    Started by SnigRO, 3 Sep 2008 10:13 PM
    • Replies: 1
    • Views: 2,230
    4 Sep 2008 10:32 PM Go to last post
  9. "paging" within tree nodes of large tree

    hi, I have a question concerning the new TreePanel. I want to build a really large tree (>1000 child nodes for one node, overall maybe 100k...

    Started by Carina, 17 Jan 2007 6:24 AM
    • Replies: 6
    • Views: 5,553
    4 Sep 2008 3:21 PM Go to last post
  10. Question UTF-8 in IE and Chrome

    I want to send the data from an ext form in UTF to the server. Therefore in my code i use: Ext.onReady(function(){ Ext.Ajax.defaultPostHeader...

    Started by bowa, 4 Sep 2008 1:11 AM
    • Replies: 0
    • Views: 2,059
    4 Sep 2008 1:11 AM Go to last post
  11. selecting rows

    I'm having troubles. I have 3 grids (accordions actually but that's irrelevant at the moment) and I want to cycle through the grids looking for the...

    Started by talshadar, 20 Aug 2008 1:08 PM
    • Replies: 3
    • Views: 1,354
    3 Sep 2008 6:05 AM Go to last post
  12. display object problem in Firefox

    Hi, In Firefox we have a display problem. A simple dialog with an embedded java object isn't shown properly. It works in IE6, but not in FF. ...

    Started by pelin, 31 Aug 2008 10:09 AM
    • Replies: 0
    • Views: 993
    31 Aug 2008 10:09 AM Go to last post
  13. Ext.MessageBox.confirm on tab close help

    Hi, I am implementing a confirm dialog when user clicks the close button on the tab. I want the confirm to behave how the JavaScript confirm...

    Started by MoShAn480, 7 May 2007 12:24 PM
    2 Pages
    1 2
    • Replies: 17
    • Views: 19,355
    30 Aug 2008 8:19 AM Go to last post
  14. how to select row in grid and scroll to it

    I have a grid that displays the columns "id", "first name", "last name" from a database search via ajax. Works fine. Based on an action outside of...

    Started by lkasdorf, 26 Jul 2007 3:32 PM
    • Replies: 3
    • Views: 4,105
    29 Aug 2008 9:11 AM Go to last post
  15. Javascript Editor

    I know this is very late to ask this question but I need to ask it atleast now. I have been reading from this forum that guys saying about reading...

    Started by thameema, 28 Feb 2007 4:49 AM
    • Replies: 3
    • Views: 3,509
    28 Aug 2008 11:50 AM Go to last post
  16. Ext.tree.TreeLoader loadexception

    Ext 1.1.1, tested on IE7 I have a standard Async tree. At times if the server fails to respond or the Ajax request times out. The tree node...

    Started by rpiwonka, 7 May 2008 3:03 PM
    • Replies: 7
    • Views: 4,784
    27 Aug 2008 8:03 AM Go to last post
  17. how to hide select all checkbox in grid header

    Hi All, How to hide the select all check box in the the grid column header i did using var sm = new Ext.grid.CheckboxSelectionModel({"header" :...

    Started by sunil, 19 Aug 2008 5:29 AM
    • Replies: 3
    • Views: 2,249
    26 Aug 2008 11:21 AM Go to last post
  18. Horizontal ScrollBar half visible in Grid

    Hi All, i do have a EditorGrid Panel inside a Panel, The horizontal scroll bar is visible , but my issue is it is only half visible, it...

    Started by thomson, 25 Aug 2008 8:17 PM
    • Replies: 0
    • Views: 1,251
    25 Aug 2008 8:17 PM Go to last post
  19. Question How to catch and handle exception??

    HI all,I;ve got a problem: As my service throw an exception,How the ext catch and handle it? I know the form submit could with success/failure...

    Started by kkbear, 26 Sep 2007 5:26 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 3,472
    25 Aug 2008 3:36 PM Go to last post
  20. Access is Denied: Ext.Ajax.Request()

    Hi all I'm currently returning JSON from a URL like "http://localhost:9010/MyServices" but I keep getting an error "Access is Denied" at...

    Started by geotraveler, 25 Aug 2008 7:44 AM
    • Replies: 0
    • Views: 1,589
    25 Aug 2008 7:44 AM Go to last post