RoxenCMS 17Web Developer ManualSiteBuilder Tags

   

<sb-app-launcher>
<sb-block-dependencies>
<sb-edit-area>
<sb-error>
<sb-force-language>
<sb-get-permanent-link>
<sb-login>
<sb-notify-change>
<sb-precache-change>
<sb-register-dependency>
<sb-resolve-permanent-link>

<sb-notify-change/>

Provided by module: CMS: Tags

This tag makes SiteBuilder check if a file or directory has been changed in the repository. This may be required to have SiteBuilder notice externally updated content in the repository in a timely manner.


Attributes

path="absolute or relative path to a file or a directory"

Specify the file or directory to be checked.


check-only

This flag makes SiteBuilder check the file or directory and notify about changes only when needed.


time="int"

This enqueues a notification event at the given time (UNIX timestamp).


flush="{yes, no}" (no)

In combination with the time attribute this specifies whether to remove previously enqueued events or not.