Ext:User Extensions and Plugins

Page 1 of 25 1 2 3 11 ... LastLast

+ Post New Thread

  1. Ext.ux.grid.FiltersFeature with remote list source

    when i using Ext.ux.grid.FiltersFeature with type list, using remote store data, the filters menu ui is not constructed, it ust show an empty box,...

    Started by 1412, 24 Apr 2013 11:42 PM
    • Replies: 2
    • Views: 322
    27 Apr 2013 3:52 PM Go to last post
  2. Ext.ux.AddTabButton Add new tab button in tab strip

    Adds a new tab button to the tabstrip. Similar to http://www.sencha.com/forum/showthread.php?83213-Add-new-tab-button-in-tab-strip Button changes...

    Started by adam.jimenez, 25 Mar 2013 12:30 AM
    • Replies: 4
    • Views: 692
    12 Apr 2013 8:43 AM Go to last post
  3. Ext.ux.TabCloseOnMiddleClick

    Closes tab when middle mouse button is clicked on the tab bar. Based on:...

    Started by adam.jimenez, 22 Mar 2013 3:40 AM
    tabpanel
    • Replies: 1
    • Views: 240
    22 Mar 2013 6:02 AM Go to last post
  4. Ext.ux.data.PagingStore - updated for Ext JS 4

    Updating an Ext JS 3 app, finally forced me to need Condor's Ext.ux.data.PagingStore extension, since I couldn't find one amongst the 270+ posts on...

    Started by aghextjs, 26 Apr 2013 8:02 AM
    pagingstore, store
    • Replies: 1
    • Views: 352
    28 Apr 2013 11:25 PM Go to last post
  5. Thumbs up How to select next record or select previous record in a grid with a paging toolbar

    I found the selectPrevious and selectNext functions from another user on this site, and am not sure who the original source was, but I put this class...

    Started by AJD, 17 Jan 2012 5:55 PM
    • Replies: 3
    • Views: 1,377
    20 Jan 2012 10:16 AM Go to last post
  6. Ext.ux.grid.TimeFilter

    I don't know if exists, but for my need I develop it. I just copy the DateFilter and modify it. I share it: /** * @class...

    Started by akta3d, 12 Jun 2012 11:15 AM
    • Replies: 1
    • Views: 532
    12 Jun 2012 11:17 AM Go to last post
  7. ux.LiveSearchGrid and ux.RowExpander problem

    Hi all, In a grid I want use these two plugins ux.LiveSearchGrid and ux.RowExpander. When I use the RowExpander, the LiveSearchPlugin don't match...

    Started by akta3d, 7 Jun 2012 1:11 AM
    • Replies: 0
    • Views: 428
    7 Jun 2012 1:11 AM Go to last post
  8. Post Ext.ux.SWFUpload

    GitHub SWFUpload.js /* * SWFUpload adapter for Ext * Author: Chris Alfano (chris@devnuts.com) - Sep 06,2009 * Author: Henry Paradiz...

    Started by Akujin, 13 Oct 2011 10:36 PM
    • Replies: 3
    • Views: 2,166
    14 Oct 2011 8:12 AM Go to last post
  9. Ext.FormSerializer - Converts form to JS Object, JSON, or Query String

    https://gist.github.com/3514853 /* @Author Henry Paradiz henry.paradiz at gmail dot com * * Ext.FormSerializer * * ...

    Started by Akujin, 29 Aug 2012 8:23 AM
    json, object, querystring, serialize, serializer
    • Replies: 1
    • Views: 619
    29 Aug 2012 8:54 AM Go to last post
  10. Cool Inline Anything Grid/TreeGrid Plugin: Dynamic inline grid content

    Here's a plugin which will "inline" any arbitrary ExtJS component inside a Grid or TreeGrid. It targets per-cell selection, and has visual...

    Started by alex.sherwin, 26 Sep 2012 7:18 PM
    • Replies: 5
    • Views: 1,181
    10 Apr 2013 6:40 AM Go to last post
  11. Ext.ux.grid.feature.MultiSorting - add multiple sorting in a grid.

    Ext.define('Ext.ux.grid.feature.MultiSorting', { extend : 'Ext.grid.feature.Feature', alias :...

    Started by alexLis, 7 Oct 2011 1:27 AM
    • Replies: 4
    • Views: 2,126
    15 Dec 2011 10:40 AM Go to last post
  12. Precompiled Themes?

    Is there such beasts out there for people not interested in messing with SCSS?

    Started by alphadogg, 19 May 2011 11:32 AM
    • Replies: 5
    • Views: 1,975
    10 Jul 2011 7:34 PM Go to last post
  13. How to use Ext.ux.data.PagingMemoryProxy

    Need examples how to use Ext.ux.data.PagingMemoryProxy.

    Started by amedina, 8 Jun 2011 5:42 AM
    • Replies: 0
    • Views: 743
    8 Jun 2011 5:42 AM Go to last post
  14. Paging Memory Proxy

    Can some one write an example how to use the Paging Memory Proxy. I want to create a paging on a grid. This is my code Ext.Loader.setConfig({...

    Started by amedina, 21 Jun 2011 11:30 AM
    • Replies: 3
    • Views: 2,805
    1 Apr 2012 4:57 AM Go to last post
  15. Create your next TreeStore JSON data using FreeMind mind mapper

    Creating JSON data for a TreeStore can be a thankless task. Don't you just love copy/pasting leaf: false ... err no! Well now you don't have to :) ....

    Started by ampro, 3 Dec 2012 7:48 PM
    data, freemind, json, treestore, xslt
    • Replies: 1
    • Views: 670
    4 Dec 2012 8:48 AM Go to last post
  16. Post CurrencyField extends NumberField to format display as currency

    I created this as of a requirement for a project I'm working on, so I thought I'd share it here. It is somewhat based off of this extension. ...

    Started by andyjl, 6 Jul 2011 11:23 AM
    • Replies: 5
    • Views: 3,410
    13 Apr 2012 11:45 AM Go to last post
  17. Ext.form.field.VTypes - IBAN

    I checked the forums and couldn't find any IBAN validation so decided to do one by myself. The regular expressions are the same as the ones used in...

    Started by anton.dimitrov, 23 Apr 2012 9:01 AM
    iban, vtype
    • Replies: 1
    • Views: 690
    24 Apr 2012 9:30 AM Go to last post
  18. Ext.ux.ActivityMonitor() - User Activity/Idle Monitoring

    I just created a GitHub repo for a common class I've had to use on a million different projects: -...

    Started by arthurakay, 16 Nov 2011 12:14 PM
    2 Pages
    1 2
    • Replies: 12
    • Views: 5,359
    12 Sep 2012 1:21 AM Go to last post
  19. Ext.ux.toolbar.PagingOptions

    One of the extensions I always end up building is a PagingToolbar with an additional ComboBox for selecting the page size. I've done this a million...

    Started by arthurakay, 19 Apr 2011 7:09 AM
    3 Pages
    1 2 3
    • Replies: 25
    • Views: 7,978
    8 Mar 2012 12:09 PM Go to last post
  20. Question Help..!! DatePicker extension in ExtJS 4.0

    I am new to ExtJs. I am writing my own widget for DatePicker. I am trying to achieve multi-months view with multiple date selection capable...

    Started by ashishjoshi, 16 Feb 2012 10:50 PM
    datepicker extension, template, widget
    • Replies: 2
    • Views: 1,323
    20 Feb 2012 1:07 AM Go to last post