We found 17 matches for: user interface

An overview of all user interface blocks currently available, updated daily!

UI: push to datatable

Pushes a row to the datatable with the given outlet

In-pins

flow
selector
Selector to be used when this outlet is used multiple times within the current page.
Unique id
Value to make the outlet unique if it is being used multiple times on the page
UI Component
Position


Default:
start
clear previous


Default:
false

Out-pins

flow
Function: return uicomponent

In-pins

flow
Unique id
Value to make the outlet unique if it is being used multiple times on the page
UI Component
UI: update dynamic content

Updates the dynamic content

In-pins

flow
selector
Selector to be used when this outlet is used multiple times within the current page.
Unique id
Value to make the outlet unique if it is being used multiple times on the page
UI Component
Position

Out-pins

flow
UI: update form data

Updates data by outlet

In-pins

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

Out-pins

flow
UI: foreach

Loops over the given data and returns everything as one ui component

In-pins

flow
data
The given function will be executed for every item in this array
concurrency
How many items should be executed at the same time

Default:
10

Out-pins

flow
UI Component
Foreach
index
value
UI: focus element

Focuses given element by outlet

In-pins

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

Out-pins

flow
UI: remove class

Removes a class from the element

In-pins

flow
Selector
Selector to be used when this outlet is used multiple times within the current page.
classnames
The classes to be removed from the given element.

Out-pins

flow
UI: add class

Adds a class to the element

In-pins

flow
Selector
Selector to be used when this outlet is used multiple times within the current page.
classnames
The classes to be added to the given element.

Out-pins

flow
UI: hide element

Hide by outlet

In-pins

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

Out-pins

flow
UI: update text content

Update text content by outlet

In-pins

flow
Selector
Selector to be used when this outlet is used multiple times within the current page.
Text
Value to update as text

Out-pins

flow
UI: show element

Show by outlet

In-pins

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

Out-pins

flow
UI: Update form with mutations

Updates data by outlet

In-pins

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

Out-pins

flow
UI: scroll To

Scrolls given element to a specific position

In-pins

flow
selector
Selector to be used when this outlet is used multiple times within the current page.
Top
Left
Behavior
Options: smooth, auto

Out-pins

flow
UI: select text in input

Selects all the text in an input

In-pins

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

Out-pins

flow
UI: toggle class

Toggles a class to the element

In-pins

flow
Selector
Selector to be used when this outlet is used multiple times within the current page.
classnames
The classes to be added to the given element.

Out-pins

flow
UI: Update style

Updates the giving style property

In-pins

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


Default:
false

Out-pins

flow
UI: bind event

Bind events (like left click, key up) to a ui component outlet

In-pins

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

Out-pins

flow