Classes (1) | Namespaces (0) |
Properties (2) | Static properties (0) |
Methods (13) | Static methods (0) |
Events (0) |
Properties (2) | Static properties (0) |
Methods (13) | Static methods (0) |
Events (0) |
Retreieve the settings object from an instance
Display the drag handle on mouse over cell
Mouse move event handler for during a move. See if we want to update the display based on the new cursor position
Mouse down event handler for starting a drag
Mouse release handler - end the drag and take action to update the cells with the needed values
Position the filler icon over a cell
Initialisation
Chunk a string such that it can be filled in by the stepper function
Read informaiton from a cell, possibly using live DOM elements if suitable
Render a string for it's position in the table after the drag (incrememt numbers)
Find out the coordinates of a given TD cell in a table
Display the border around one or more cells (from start to end)
Write informaiton to a cell, possibly using live DOM elements if suitable
Retreieve the settings object from an instance
AutoFill settings object
Display the drag handle on mouse over cell
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | e | Object | Event object |
void
Mouse move event handler for during a move. See if we want to update the display based on the new cursor position
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | e | Object | Event object |
void
Mouse down event handler for starting a drag
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | e | Object | Event object |
void
Mouse release handler - end the drag and take action to update the cells with the needed values
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | e | Object | Event object |
void
Position the filler icon over a cell
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | nTd | Node | Cell to position filler icon over |
void
Initialisation
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | oDT | object | DataTables settings object | ||
2 | oConfig | object | Configuration object for AutoFill |
void
Chunk a string such that it can be filled in by the stepper function
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | sStr | String | String to prep |
with parameters, iStart, sStr and sPostFix
Read informaiton from a cell, possibly using live DOM elements if suitable
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | nTd | Node | Cell to read |
Read value
Render a string for it's position in the table after the drag (incrememt numbers)
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | nTd | Node | Cell being written to | ||
2 | oPrepped | Object | Prepared object for the stepper (from _fnPrep) | ||
3 | iDiff | Int | Step difference | ||
4 | bIncrement | Boolean | Increment (true) or decriment (false) | ||
5 | sToken | String | Token to replace |
Rendered information
Find out the coordinates of a given TD cell in a table
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | nTd | Node | undefined |
x and y properties, for the position of the cell in the tables DOM
Display the border around one or more cells (from start to end)
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | nStart | Node | Starting cell | ||
2 | nEnd | Node | Ending cell |
void
Write informaiton to a cell, possibly using live DOM elements if suitable
Name | Type | Attributes | Default | Description | |
---|---|---|---|---|---|
1 | nTd | Node | Cell to write | ||
2 | sVal | String | Value to write | ||
3 | bLast | Boolean | Flag to show if this is that last update |
void