Home Reference Source
public class | source

AdapterEzEditTable

Extends:

Feature → AdapterEzEditTable

Adapter module for ezEditTable, an external library providing advanced grid features (selection and edition): http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus

Constructor Summary

Public Constructor
public

Creates an instance of AdapterEzEditTable

Member Summary

Public Members
public

Module description

public

Filename of ezEditTable library

public
public

Load ezEditTable stylesheet

public

Path to ezEditTable stylesheet

public

Name of ezEditTable stylesheet

public

Path to ezEditTable library

Method Summary

Public Methods
public

Remove advanced grid

public

init()

Conditionally load ezEditTable library and set advanced grid

public

reset()

Reset advanced grid when previously removed

public

toggle()

Toggle behaviour

Inherited Summary

From class Feature
public

TableFilter configuration

public

TableFilter emitter instance

public

TableFilter feature setting

public

Feature name is the camelised class name as per TableFilter's convention

public

Field indicating whether Feature is initialized

public

TableFilter instance

public

Destroy the feature

public

Disable the feature

public

enable()

Enable the feature

public

init()

Initialize the feature

public

Indicate whether the feature is enabled or not

public

reset()

Reset the feature after being disabled

Public Constructors

public constructor(tf: TableFilter, cfg: Object) source

Creates an instance of AdapterEzEditTable

Override:

Feature#constructor

Params:

NameTypeAttributeDescription
tf TableFilter

TableFilter instance

cfg Object

Configuration options for ezEditTable library

Public Members

public desc: String source

Module description

public filename: String source

Filename of ezEditTable library

public initialized: boolean source

Field indicating whether Feature is initialized

Override:

Feature#initialized

public loadStylesheet: Boolean source

Load ezEditTable stylesheet

public stylesheet: String source

Path to ezEditTable stylesheet

public stylesheetName: String source

Name of ezEditTable stylesheet

public vendorPath: String source

Path to ezEditTable library

Public Methods

public destroy() source

Remove advanced grid

Override:

Feature#destroy

public init() source

Conditionally load ezEditTable library and set advanced grid

Override:

Feature#init

public reset() source

Reset advanced grid when previously removed

Override:

Feature#reset

public toggle() source

Toggle behaviour