Ext 1.x: Help & Discussion

Page 21 of 507 FirstFirst ... 11 19 20 21 22 23 31 71 121 ... LastLast

+ Post New Thread

  1. Error icon is blinking.

    Hi There are 5 textfields for Name and 5 textfields for Email in the FormPanel. They should not blank and the validation event is on blur. But...

    Started by soniya, 18 Feb 2009 9:23 PM
    • Replies: 1
    • Views: 1,382
    19 Feb 2009 11:57 AM Go to last post
  2. envents listener

    Hi every body, I need to implement a listener of events while creation of my compement (text field) but I can't find solution, please if any body...

    Started by ibralnet, 19 Feb 2009 2:03 AM
    • Replies: 0
    • Views: 1,017
    19 Feb 2009 2:03 AM Go to last post
  3. How can I catch key events with components

    I was converting my old traditional form into an extjs form and I'm having a few issues. I currently have it catching the enter key as such: ...

    Started by MyDarkPassenger, 19 Feb 2009 1:44 AM
    • Replies: 0
    • Views: 1,559
    19 Feb 2009 1:44 AM Go to last post
  4. Question window.onerror doesn't work

    Hi! Can anyone explain why window.onerror doesn't work in this case? window.onerror = function (msg, url, lno) { alert('An error occured!');...

    Started by paha, 16 Jun 2007 1:18 PM
    • Replies: 7
    • Views: 6,002
    18 Feb 2009 2:19 AM Go to last post
  5. problem with file uploading

    Hi all, I have a problem with file upload. I have to upload multiple number of images at a time. At first i am showing 15 file inputs then i have...

    Started by bhaskarv, 18 Feb 2009 12:24 AM
    • Replies: 0
    • Views: 1,007
    18 Feb 2009 12:24 AM Go to last post
  6. Question Text field to accept Kanji characters?

    Hi everyone, I have this vType code that I use to a text field for it to not accept other characters other than the ones specified in the regular...

    Started by Rodkun, 15 Feb 2009 7:02 PM
    • Replies: 1
    • Views: 1,824
    17 Feb 2009 7:18 PM Go to last post
  7. Folder show/hide in treepanel

    Hi, I'm rendering tree structure and it show perfactly, but the only problem is when user click on any open folder( - minus sign) than that folder...

    Started by gujind, 17 Feb 2009 1:07 PM
    • Replies: 0
    • Views: 997
    17 Feb 2009 1:07 PM Go to last post
  8. Question Getting a fieldLabel to change text dynamically

    I have the following code to add a textArea to a panel: var textvals = new Ext.form.TextArea({ fieldLabel: 'string', name: 'textvals',...

    Started by marc_nl, 11 Jun 2007 10:11 AM
    • Replies: 8
    • Views: 3,401
    16 Feb 2009 7:16 AM Go to last post
  9. Add a combobox above the grid column header?

    Has anyone tried putting a combobox above the grid column header but in the same td so that it can be moved around, resized, and hidden along with...

    Started by KRavEN, 20 Mar 2007 10:34 AM
    • Replies: 3
    • Views: 3,007
    14 Feb 2009 7:45 AM Go to last post
  10. Error handling in Form submit

    Hello ! I'm working on an Ajax Form. The form post the data to a Php Script. The Php Script return an Json answer... ...

    Started by piziwate, 7 Oct 2007 2:31 AM
    • Replies: 4
    • Views: 10,870
    13 Feb 2009 9:30 AM Go to last post
  11. Reload a JSONStore with a URL

    Hello, I am using EXt 1.1.1 and it would like to know if this is possible to reload a jSONStore with another URL I have a combobox containing...

    Started by ocheneson, 9 Feb 2009 2:42 PM
    • Replies: 0
    • Views: 1,172
    9 Feb 2009 2:42 PM Go to last post
  12. GRID CSS WOWS

    Can some one please tell me how to change the background color when a column is sorted. I used fire bug and noticed that it was <td...

    Started by jdunneirl, 3 Feb 2009 3:51 AM
    • Replies: 1
    • Views: 1,292
    6 Feb 2009 9:34 AM Go to last post
  13. Collapsable ContentPanel - OnClick behavior?

    Hello everybody, I have a question concerning collapsable ContentPanels. When I collapse the ControlPanel using the widgets button (see...

    Started by DoNuT, 6 Feb 2009 2:03 AM
    • Replies: 0
    • Views: 919
    6 Feb 2009 2:03 AM Go to last post
  14. Question Regular form submit - Excel export

    Hello all, I've implemented an excel export feature for selected rows of a grid and it works perfectly (brings up a download dialog to download...

    Started by funcman, 14 Jul 2007 9:38 AM
    2 Pages
    1 2
    • Replies: 17
    • Views: 10,494
    5 Feb 2009 2:03 AM Go to last post
  15. Ext.example msg

    Hi guys, I liked very much the MSG of the examples, and i wanted to have something like MSN-MESENGER or YAHOO-MESENGER, i talk about something...

    Started by genius551v, 3 May 2007 2:28 PM
    • Replies: 4
    • Views: 3,426
    4 Feb 2009 9:48 AM Go to last post
  16. [1.1] InsertAtCursor in IE7

    Hi, As a few users have pointed out that they have problems when they insert text in the htmleditor with the method "insertAtCurser" in IE. I've the...

    Started by torvad, 15 Aug 2007 5:31 AM
    • Replies: 6
    • Views: 3,159
    4 Feb 2009 8:07 AM Go to last post
  17. How to remove the red triangle in cell?

    Hi all, How can I remove the red triangle (mark editted) when updating cell value? I only want to remove it from the first cell (not entire row),...

    Started by h_minhvu, 7 May 2007 6:47 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 4,428
    3 Feb 2009 11:18 PM Go to last post
  18. Checkbox won't check after setValue(true)

    Hi everyone, I have a problem using checkbox. Whenever I call the setValue method of the checkbox, the checkbox still won't get checked. I call...

    Started by Rodkun, 1 Feb 2009 12:23 AM
    • Replies: 2
    • Views: 1,573
    3 Feb 2009 3:25 PM Go to last post
  19. Copy URL of link into clipboard via right click

    Hi, I wonder if anyone can help. I am trying to copy a unique URL into the clipboard via a custom right-click menu. My code is as follows. I...

    Started by pmruk, 3 Feb 2009 2:03 AM
    • Replies: 0
    • Views: 1,423
    3 Feb 2009 2:03 AM Go to last post
  20. Lightbulb Tree Examples and empty folders

    Hi all, I'm new one here and I'm just starting my adventure with Ext JS. I want to create tree with checkboxes. I started with standard examples...

    Started by Evolic, 27 Sep 2007 6:38 AM
    • Replies: 2
    • Views: 1,769
    2 Feb 2009 9:16 AM Go to last post