Options
name | type | description | default | |
---|---|---|---|---|
id | string | An unique id of formula textarea element. | formula | |
cursorAnimTime | int | Blinking animation time of cursor. (ms) | 160 | |
cursorDelayTime | int | Blinking delay time of cursor. (ms) | 500 | |
strings | formula | string | Default label text in formula. | Formula |
strings | validationPassed | string | The label text when result of validation is passed. | Passed |
strings | validationError | string | A message when formula occurs validation error. | Validation Error |
export | filter(data) | function | You can filter pre-export data as map filtering. | function(data) { return data; } |
export | item(element) | function | You can bind a trigger or customize for item which be inserted by insert() function. | function($e) { return $e.text(); } |