RUAL Documentation

render page

This block is part of the User Interface group and was last modified in core v13.0.2.

render page Deprecated since v13.0.2 v13.0.2

Sends the combined HTML to the frontend and renders the page. All previously encountered broadcasts will be executed after the page has been rendered.

Pin Pin Type Default
flow
flow
timeout
Defines how long the backend will wait on a response from the frontend as soon as this block was reached. The maximum timeout is 60 seconds
number 5
UI Component
The default HTML displayed on this page. We will serve the main base using SSR (Server Side Rendering).
uicomponent
Titlerequired
The title of this page shown in embeds and browsers.
value
Description
The description of this page shown in embeds and browsers.
value
meta tags
Other meta tags used on this page, define as: [{ name, content } / { property, content }]
array
viewport
Viewport used on this page.
value width=device-width,initial-scale=1.0
stylesheet
Customs stylesheet to use on this page
stylesheet
json scope
Scope the user needs to have to be able to view the JSON of the document
scope *
revisions scope
Scope the user needs to have to be able to view the revisions of the document
scope *
guid
The guid will be used for the json and revisions modal
value
storage
The storage will be used for the json and revisions modal
storage
On render
Will be called after the frontend renders the page. This needs to be set in order for the frontend to receive all previously queued ui actions that interact with the frontend
inpinfunction

Core Releases

v13.0.2 This block was introduced in v13.0.2, click here to see the release notes. v13.0.2 This block was deprecated in v13.0.2, click here to see the release notes.
Back to User Interface Return to the main group to view all sub-groups Back to UI Return to the group to view all blocks within this group