Opens the browsers print dialog for the given pdf. If the browser does not support that action the file will be downloaded. The print dialog will NOT open on any MAC based system as this action would freeze the browser.
This activates the on scan listener if it was previously deactivated
Connected function will be executed on enter or if the maxlength is reached. The input will be cleared after every enter or after 1 second of inactivity. The on scan will try to set the element value if an outlet is selected
1
Opens the given file in the browser. If the browser does not support that action the file will be downloaded
Accepts an auth object and logs in the user with the given token. The auth object can be generated by using the User Management blocks "Sign in" or "Sign as User"
Opens a notification based on the connected ui component
Closes a notification based on the selected outlet. If no outlet is selected it will close the notification that was last opened
Opens a modal based on the connected UI component
modal-backdrop show
modal show modal-open d-block
modal-dialog modal-dialog-centered
modal-content
modal-backdrop show
modal show modal-open d-block
modal-dialog modal-dialog-centered
modal-content
Accepts HTML and returns the given HTML as a component. Does NOT verify if the HTML is actually valid.
Accepts a component and returns the given HTML. Does NOT verify if the HTML is actually valid.
This deactivates the on scan listener. It can be activated later on again by calling the activate on scan action
Sends a request to the frontend to download a given file
Sends a request to the frontend to remove the token
Validate object is used when there is no frontend involved. If an object from an api request needs to be validated we do not have a form to work. If a frontend is involved and the receives inputs with validation the validate form can be used.
Updates the query part of the url
false
Sets the title of the page
Updates the meta tags of the current page
[{ name, content } / { property, content }]
Closes a modal based on the selected outlet. If no outlet is selected it will close the modal that was last opened
Opens the default modal. The only things that can be set are the title, the content and the footer
modal-header bg-primary
modal-body
modal-footer
true
Build a page on the given URI
[{ name, content } / { property, content }]
width=device-width,initial-scale=1.0
An event that can be added to HTML elements. As soon as the element loads, the event will be triggered and a uicomponent can be returned
Sends the combined HTML to the frontend and renders the page. All previously encountered broadcasts will be executed after the page has been rendered.
5
[{ name, content } / { property, content }]
width=device-width,initial-scale=1.0
*
*
Helps users create a new component. As soon as the component is created this block will be replaced by the new component which can also be selected in the search.