Data binding related interface
Editor related interface
Extension modules handling
Information about the mode
Navigation related interface
Handling pop-ups
Project related interface
Runtime related interface
Returns a wrapped DOM element to the first element found by name.
The name (e.g.: id4670136063630198857) of the element to be searched for.
Returns a wrapped DOM element to the first element found by the given parameters.
The name of the tag to be searched for.
Optional
startContentDomElement: HTMLElementThe start DOM element to be searched from.
Returns an array of wrapped DOM elements found by the given parameters.
The name of the property to be searched for.
The value of the property to be searched for.
Whether to only test if property value is defined.
Returns an array of wrapped DOM elements found by the given parameters.
The name of the tag to be searched for.
Optional
startContentDomElement: HTMLElementThe start DOM element to be searched from.
Returns an array of wrapped DOM elements found by the given parameters.
The name of the tag that starts with a specific string to be searched for.
Optional
startContentDomElement: HTMLElementThe start DOM element to be searched from.
Returns an array of wrapped DOM elements found by the given parameters.
The tags to be searched for.
Optional
startContentDomElement: HTMLElementThe start DOM element to be searched from.
Registers an event handler called once the content is inserted. Call this with a callback and it will be called whenever the content is inserted into the DOM if it has already been inserted at the time of this method call, the callback will be called in the next event loop iteration
Event subscription delete function
Registers an event handler called once the content is inserted. Call this with a callback and it will be called whenever the content is inserted into the DOM if it has already been inserted at the time of this method call, the callback will be called in the next event loop iteration
Event subscription delete function
Returns the real (internal) file name by resolving display name (original name) in "other files" (files imported into media lib). If no file is found, an empty string is returned.
The name of the file to be searched for.
Generated using TypeDoc
siteKiosk.content
Example:
The below example explains a common use case and may help you getting started with the SiteKiosk API content interface.
Some initial steps:
myTextElement
{$myPlaceholder}
Now we'll add the custom script to replace the placeholder: