[CLOSED] Adding custom grid features

  1. #1

    [CLOSED] Adding custom grid features

    I created a grid feature in javascript. How can I add it to a grid declared on server side? For Plugins, there's a generic plugin class. But I dont see a Generic Feature for gridpanel.
    Last edited by Daniil; Dec 29, 2012 at 1:11 PM. Reason: [CLOSED]
  2. #2
    GridFeature is base class for grid feature class
    See Ext\Grid\Feature\ folder with implemented features
  3. #3
    I dont see GridFeature available in list of features. Are you saying I need to create a server side class that inherits from GridFeature? Is it not possible to create a GenericGridFeature class where I just supply it the javascript xtype or classname?

    Click image for larger version. 

Name:	grid-features.png 
Views:	93 
Size:	7.7 KB 
ID:	5310
  4. #4
    GridFeature is abstract class, it is required to create subclass
    At this moment, we have no GenericFeature (like GenericPlugin) but we will add it soon (few days)
  5. #5
    GenericFeature control is added to SVN

Similar Threads

  1. [CLOSED] Adding events to custom control
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 29, 2012, 8:16 PM
  2. [CLOSED] Adding custom html attribute
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 30, 2011, 12:25 AM
  3. Desktop features
    By Yannis in forum 1.x Help
    Replies: 0
    Last Post: Jun 17, 2010, 6:19 PM
  4. [1.0] Adding custom buttons to HtmlEditor
    By olakara in forum 1.x Help
    Replies: 2
    Last Post: Apr 19, 2010, 7:11 AM
  5. [CLOSED] Adding Custom Events
    By conman in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Sep 04, 2009, 8:50 PM

Posting Permissions