We found 31 matches for: ui

An overview of all ui blocks currently available, updated daily!

UI: update datatable selection

In-pins

flow
Selector
Selection
The selection is an array of all selected datatable rows. It should be in the following format: [guid, guid, guid, ...]

Out-pins

flow
UI: debug

In-pins

flow

Out-pins

flow
UI: datatable activate filter

In-pins

flow
Unique ID
The unique id of the filter

Out-pins

flow
UI: datatable update filters

In-pins

flow
Filters
overwrite
If set to true the current datatable filters will be overwritten. If not set, the datatable filters will just be added

Default:
false
activate
If set to true the current datatable filters will be activated. If not set, the datatable filters will just be added

Default:
false

Out-pins

flow
UI: get browser information

This function does not return the value directly. It accepts a function that will be executed with the given value as soon as the frontend responds.

In-pins

flow
Callback
Location
Inner Height
Inner Width
User Agent
Platform
Language
Screen Width
Screen Height

Out-pins

flow
UI: cookie delete

Removes a cookie from the users browser.

In-pins

flow
name
The name of the cookie

Out-pins

flow
Ui: sessionstorage set

In-pins

flow
key
value

Out-pins

flow
UI: cookie set

Sets a cookie in the users browser.

In-pins

flow
name
The name of the cookie
value
The value of the cookie
expiry
The expiry of the cookie

Out-pins

flow
UI: sessionstorage delete

In-pins

flow
key

Out-pins

flow
UI: localstorage set

In-pins

flow
key
The key being set in the local storage
value
The value being set form the local storage

Out-pins

flow
UI: localstorage delete

In-pins

flow
key
The key being removed form the local storage

Out-pins

flow
UI: Update stylesheet

Updates a stylesheet with the given outlet. Will not do anything if the stylesheet does not exist.

In-pins

flow
stylesheet

Out-pins

flow
UI: Remove stylesheet

Removes a stylesheet from the current page

In-pins

flow

Out-pins

flow
UI: Add stylesheet

Adds a stylesheet to the current page

In-pins

flow
stylesheet

Out-pins

flow
UI: get field from form

Get value from form based on selected field

In-pins

flow
Selector
Selector to be used when this outlet is used multiple times within the current page.

Out-pins

flow
UI: get form data

Returns an object with all the fields from a form selected by an outlet id

In-pins

flow
Validation id
The validation id used in the inputs with attached validation
Selector
Selector to be used when this outlet is used multiple times within the current page.
Filepath
If files were uploaded in this form, they will be moved from the temp directory to the given filepath.

Out-pins

flow
Form data
Mutations: all
Returns all fields as mutations
Mutations: changes
Only returns the changed fields as mutations
file
Will return all files uploaded in this form
Valid
Failed
Returns an array with an object for each failed validation check, containing the key "error" with a description of the error and the key "field" with the fieldname.
UI: submit form

Submits the given form in the frontend

In-pins

flow
Selector
Selector to be used when this outlet is used multiple times within the current page.

Out-pins

flow
UI: datatable selection

In-pins

flow
Selector

Out-pins

flow
Selection
The selection is an array of all selected datatable rows. It will be in the following format: [guid, guid, guid, ...]
UI: datatable reload

In-pins

flow
row guid
If the guid is given only that row (if visible) will be reloaded. If it is not given, the whole data table will reload
show loader
Will hide the loader if set to false

Out-pins

flow
UI: get geolocation

This function does not return the value directly. It accepts a function that will be executed with the given value as soon as the frontend responds.

In-pins

flow
Callback
Success
Error
Accuracy
Altitude
Altitude Accuracy
Heading
Latitude
Longitude
Speed
Timeout
The time in ms the frontend will wait before sending the final location, if a low number is set a less accurate number may be send. The maximum that can be set is 5000

Default:
500

Out-pins

flow
UI: datatable search

In-pins

flow
Searchvalue

Out-pins

flow
UI: sessionstorage get

This function does not return the value directly. It accepts a function that will be executed with the given value as soon as the frontend responds.

In-pins

flow
key
Callback
value

Out-pins

flow
UI: cookies get all

Returns all cookies

In-pins

flow

Out-pins

flow
object
An object with all set cookies
UI: cookie get

Returns the cookie value associated with the given key.

In-pins

flow
name
The name of the cookie

Out-pins

flow
value
The value of the cookie
UI: localstorage get

This function does not return the value directly. It accepts a function that will be executed with the given value as soon as the frontend responds.

In-pins

flow
key
The key being retrieved from the local storage
Callback
value

Out-pins

flow
UI: broadcast unsubscribe

In-pins

flow
channels

Out-pins

flow
UI: broadcast subscribe

In-pins

flow
channels
Function
Event
Message

Out-pins

flow
ui: return row render

In-pins

flow
Unique id
Value to make the outlet unique if it is being used multiple times on the page
UI: text to speech

Speaks the given text in a browser-controlled voice.

In-pins

flow
text
The text to speak, use commas to improve the way the text is spoken
language
A value representing a BCP 47 language tag (en-EN, nl-NL, etc).

Default:
browser language
rate
A float representing the rate value. It can range between 0.1 (lowest) and 10 (highest), with 1 being the default pitch for the current platform or voice, which should correspond to a normal speaking rate. Other values act as a percentage relative to this, so for example 2 is twice as fast, 0.5 is half as fast, etc.

Default:
1

Out-pins

flow
UI: sound: stop

Stops the given sound by ID

In-pins

flow
id
Unique ID previously sound was created by.

Out-pins

flow