Scolvo script API¶
- Scolvo Script
- Data Structures
- Interpreter built-in functions
- Operators
- String functions
- Date functions
- Util functions
- Type Definition Extension functions
- Builder functions
- createTargetEvent()
- createSourceEvent()
- createSelectOption()
- createMultiSelectOption()
- createShortToastNotificationTargetEvent()
- createAddItemTargetEvent()
- createReplaceItemTargetEvent()
- createRefreshItemTargetEvent()
- createRemoveItemTargetEvent()
- createValueChangeTargetEvent()
- createErrorValueChangeTargetEvent()
- createEnableChangeTargetEvent()
- createVisibilityChangeTargetEvent()
- createValueChangeSourceEvent()
- createSelectionChangeSourceEvent()
- createClickSourceEvent()
- Math functions
- Logger functions
- ReactiveX functions
- QueryBuilder functions
- insert()
- insertOrReplace()
- select()
- selectDistinct()
- update()
- delete()
- from() chaining function
- fromAs() chaining function
- select(columns) chaining function
- selectAs(column) chaining function
- table(tableName) function
- and() function
- or() function
- not() function
- eq() function
- notEq() function
- gt() function
- gEq() function
- lt() function
- lEq() function
- like() function
- notLike() function
- in() function
- notIn() function
- between() function
- notBetween() function
- custom() function
- Backend built-in functions
- Backend built-in function groups
- Scheduling functions
- Authentication functions
- Internal Communication functions
- External Communication functions
- Document handling functions
- documentGetUrl() function
- documentPut() function
- documentDownload() function
- createDirectory() function
- listDirectory() function
- fileDelete() function
- fileCopy() function
- fileMove() function
- writeFile() function
- fileToString() function
- writeCsvFile() function
- readCsvFile() function
- readExcelFile() function
- Reporting repository functions
- Misc functions
- Scolvo Virtual Machine built-in functions
- Data Cycle
- Label
- Menu
- Page
- Page element
- Syntax of the page element
- Events of the page
- Dictionary keys of the page
- Built-in functions related to page element
- Syntax of the page descriptor
- Syntax of the page attribute descriptor
- Valid page attribute names and values
- Syntax of the page actions
- Syntax of the page action-list
- Example page definition
- Page element
- List
- List element
- Syntax of the list element
- Events of the list
- Dictionary keys of the list
- Syntax of the list descriptor
- Syntax of the list attribute descriptor
- Valid list attribute names and values
- Syntax of the list actions
- Syntax of the list action-list
- Syntax of the list columns
- Syntax of the list column-list
- Example list definition
- List element
- Icons