Ext 2.x: Help & Discussion

Page 1 of 1827 1 2 3 11 51 101 501 1001 ... LastLast

+ Post New Thread

  1. EditorGrid - working example (php/mysql backend)

    Mar 22 2008: I've attached an updated php file. Demonstrates how you might do filtering, sorting, etc. server side. The filtering isn't tested too...

    Started by mjlecomte, 16 Nov 2007 7:06 PM
    27 Pages
    1 2 3 ... 27
    • Replies: 269
    • Views: 288,955
    23 Jun 2011 6:52 AM Go to last post
  2. Thumbs up [SOLVED]Grid Drag and Drop reorder rows

    As of September 6th 2009 here is the latest working version - I confirm that it works as I just used it! I did not write this plugin, it is the...

    Started by Lobos, 31 Dec 2007 9:23 AM
    15 Pages
    1 2 3 ... 15
    • Replies: 143
    • Views: 110,895
    8 Apr 2013 7:17 AM Go to last post
  3. FAQ: Grid (compiled questions, examples/tutorials, listeners, extensions)

    **** do not ASK questions in this thread **** moved to the FAQs: Grids Section

    Started by mjlecomte, 27 Feb 2008 7:10 PM
    4 Pages
    1 2 3 ... 4
    • Replies: 34
    • Views: 103,845
    15 Apr 2012 5:54 PM Go to last post
  4. Text Selections in Grid cell

    The EXt JS Grid is great! i want to make the text selectable in cell, just like Excell or Google Spreadsheet. does any one know how to do it? ...

    Started by vicwin, 4 Jan 2008 1:00 PM
    9 Pages
    1 2 3 ... 9
    • Replies: 83
    • Views: 73,744
    14 Dec 2012 1:56 AM Go to last post
  5. [Tutorial] Extending an Ext Class

    I'm posting my learning experience here from Saki's Tutorial on Extending an Ext Class. I didn't want to alter his tutorial, but wanted to do a...

    Started by mjlecomte, 1 Mar 2008 6:30 AM
    10 Pages
    1 2 3 ... 10
    • Replies: 91
    • Views: 65,103
    16 Jul 2010 11:51 PM Go to last post
  6. Getting the JSON examples to work on PHP4.x

    The examples provided by ext using JSON via XHR assume your php to support json_encode(). For those running php 4.x that might not work out of the...

    Started by Wolfgang, 19 Feb 2007 2:07 PM
    3 Pages
    1 2 3
    • Replies: 26
    • Views: 64,019
    25 Jan 2011 6:14 PM Go to last post
  7. Arrow [2.0 A.1] FCKeditor Form Field Extention

    Hi there all... I'm new in ExtJS and i have to admit it, it's a very VERY good job... :) So i've started using it and i liked it. The thing is...

    Started by stashx, 7 Nov 2007 12:14 AM
    9 Pages
    1 2 3 ... 9
    • Replies: 85
    • Views: 61,255
    5 Oct 2010 2:54 AM Go to last post
  8. Scope of "this" inside a function

    I am studying about the scope of the variables in the Ext tutorial and this tutorial shows the next example: var o1 = {testvar:22, fun:function()...

    Started by gogofe, 1 Oct 2008 4:05 AM
    2 Pages
    1 2
    • Replies: 16
    • Views: 58,919
    3 Dec 2008 2:10 PM Go to last post
  9. Link Button or Hyper link

    Hi All, I want to know how to add a link button (Hyper link) using Ext JS framework? Can anybody please help me?

    Started by nikhilwalker, 7 Dec 2008 11:41 PM
    7 Pages
    1 2 3 ... 7
    • Replies: 68
    • Views: 53,488
    25 Jul 2012 4:14 AM Go to last post
  10. Button in Grid's cell

    is it possible to attach the Ext.Button in columnModel? if possible can you show me example.. tnx! i'm new here and this library is great! tnx!

    Started by boydapa3, 19 Mar 2007 11:23 PM
    4 Pages
    1 2 3 ... 4
    • Replies: 33
    • Views: 52,192
    19 Jun 2012 5:19 AM Go to last post
  11. Editable Column Tree example

    Hi, I looked for it some time ago on this forum and didn't find, so I wrote it. It allows create, modify, delete and save Tree nodes either in...

    Started by dpasichnik, 13 Dec 2007 2:09 PM
    5 Pages
    1 2 3 ... 5
    • Replies: 43
    • Views: 50,184
    10 Mar 2011 11:48 AM Go to last post
  12. Basic Login

    I've done some searching and come up empty - does anyone have a basic example of how a logon box is initiated when a user hits a site (say...

    Started by djfiii, 13 Feb 2008 5:10 PM
    9 Pages
    1 2 3 ... 9
    • Replies: 83
    • Views: 46,439
    23 Mar 2011 2:02 PM Go to last post
  13. Require EXTJS sample code to Refresh the Grid on button click

    Hi, I have a requirement that when a button is clicked the grid needs to be reloaded by fetching data from the text controls. Please provide a...

    Started by johnlicy, 21 Nov 2007 11:50 PM
    2 Pages
    1 2
    • Replies: 16
    • Views: 44,487
    4 Sep 2011 6:38 AM Go to last post
  14. Question Grid Cell Tooltip

    I have tried searching everywhere for a solution to using quicktip/tooltip in a 'EditorGridPanel' grid. What I am trying to do is have a mouse...

    Started by badgerd, 3 Dec 2007 8:14 PM
    3 Pages
    1 2 3
    • Replies: 28
    • Views: 44,340
    23 May 2012 10:01 AM Go to last post
  15. Exclamation set field type in editor grid based on a combo box selection

    I am working on an editable grid, that has 3 columns. First column (Param) is an editable textbox, The second column (Field Type) is a ComboBox and...

    Started by brikonwall, 18 Mar 2008 6:49 PM
    4 Pages
    1 2 3 ... 4
    • Replies: 33
    • Views: 43,461
    23 Apr 2013 7:23 AM Go to last post
  16. Scrollbar to the ExtJS panel ?

    Hi, I am having some requirement to make my ext panel a custom panel with the scrollbars that match the current theme of the application, i have...

    Started by sanjaybh, 30 Dec 2008 5:33 AM
    3 Pages
    1 2 3
    • Replies: 26
    • Views: 42,080
    24 Jan 2013 3:26 AM Go to last post
  17. Download File on('click')

    Hi, I founded one suggestion for download file via ajax. Is it possibly to download file on button click? I try to sent ajax query: function...

    Started by 6epcepk, 15 Feb 2008 2:23 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 41,075
    14 Jul 2011 1:37 PM Go to last post
  18. Arrow 2.0 Change Log (final)

    EDIT: Updated Dec. 3 for final release. OK folks, Yes, we have been hard at work on 2.0 and, believe it or not, 2.0 docs. Here is your first...

    Started by brian.moeskau, 13 Sep 2007 12:42 AM
    4 Pages
    1 2 3 ... 4
    • Replies: 36
    • Views: 40,008
    17 Mar 2008 3:16 PM Go to last post
  19. [Ext 2.0] GridView3 + Ext 2.0 - Live Demo

    After the previous screenshot was so well received, I decided to throw up a new demo of Grid3 running in Ext2.0. :) ...

    Started by jack.slocum, 19 May 2007 9:28 AM
    8 Pages
    1 2 3 ... 8
    • Replies: 78
    • Views: 38,374
    19 Oct 2007 7:20 AM Go to last post
  20. Tree in a Combo.

    Please, is there a way of creating a combo which shows a tree of options? Thanks in advance.

    Started by joao_candido, 16 Jun 2008 3:56 AM
    6 Pages
    1 2 3 ... 6
    • Replies: 58
    • Views: 38,058
    22 Jan 2012 5:56 AM Go to last post