RoxenCMS 5.4Web 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-app-launcher/>

Provided by module: CMS: Tags

Starts an editing session for the given file using the Roxen Application Launcher. This will work regardless of the user's currently selected editor profile. Likewise, file type exclusions defined in the Editor Profiles perference wizard are disregarded.


Attributes

file="path"

Path to the file to edit.


content-type="string"

Optional content type for files that are not managed by SiteBuilder. (By default the file extension is used to determine the content type for these files.)


bundle-files="string"

Optional comma-separated list of file paths that are to be downloaded together with the main file. All bundled files will be placed in the same directory as the main file.

Note!

This attribute may not be supported by all Roxen Application Launcher clients.


timeout="seconds"

Optional timeout, in seconds, after the session will finish automatically.

Note!

This attribute may not be supported by all Roxen Application Launcher clients.


title="string"

Optional human-readable title of the session, which will be displayed in the Application Launcher "Sessions" view.

Note!

This attribute may not be supported by all Roxen Application Launcher clients.


disable-edit-button="{1, 0}"

Optional flag to turn off the "Edit" button, for this session, in the Application Launcher "Sessions" view.

Note!

This attribute may not be supported by all Roxen Application Launcher clients.


disable-finish-button="{1, 0}"

Optional flag to turn off the "Finish" button, for this session, in the Application Launcher "Sessions" view.

Note!

This attribute may not be supported by all Roxen Application Launcher clients.


disable-force-upload-button="{1, 0}"

Optional flag to turn off the "Force Upload" button, for this session, in the Application Launcher "Sessions" view.

Note!

This attribute may not be supported by all Roxen Application Launcher clients.