Constructor Summary
Public Constructor | ||
public |
constructor(tf: TableFilter) Creates an instance of Help |
Member Summary
Public Members | ||
public |
btn: DOMElement Button DOM element |
|
public |
Css class for help button |
|
public |
Custom help button HTML |
|
public |
Help button text ('?') |
|
public |
cont: DOMElement Help container DOM element |
|
public |
Adjust container left position when table's horizontal scroll is
on, typically when |
|
public |
Css class for help container element |
|
public |
ID of custom container element for instructions |
|
public |
Default HTML appended to instructions text |
|
public |
|
|
public |
Instructions HTML |
|
public |
Instructions text (accepts HTML) |
|
public |
ID of main custom container element |
|
public |
Default position in toolbar ('left'|'center'|'right') |
Method Summary
Public Methods | ||
public |
destroy() Remove help UI |
|
public |
init() Initialise Help instance |
|
public |
toggle() Toggle help pop-up |
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() Destroy the feature |
|
public |
disable() 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) source
Creates an instance of Help
Override:
Feature#constructorParams:
Name | Type | Attribute | Description |
tf | TableFilter | TableFilter instance |
Public Members
public contAdjustLeftPosition: Number source
Adjust container left position when table's horizontal scroll is
on, typically when responsive
option is enabled.
public initialized: boolean source
Field indicating whether Feature is initialized