RoxenCMS 5.4Web Developer ManualEmit Tags

   

<emit>
<emit ac-identities>
<emit ac-identity-data>
<emit ac-identity-extras>
<emit ac-permissions>
<emit ac-zones>
<emit atlas>
<emit authors>
<emit captcha>
<emit category>
<emit category-document>
<emit cimg>
<emit dir>
<emit dir>(SB)
<emit event>
<emit event-dates>
<emit event-locations>
<emit exec>
<emit fonts>
<emit imgs>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit poll>
<emit sb-dir>
<emit sb-file-languages>
<emit sb-languages>
<emit sb-log>
<emit sb-referring-pages>
<emit sb-search>
<emit sb-stationeries>
<emit sb-wizard>
<emit search-database-profiles>
<emit scopes>
<emit site-news>
<emit sources>
<emit spellcheck>
<emit sql>
<emit timerange>
<emit values>
<emit workflow>
<emit ws-dir>
<emit xml-db>

<emit source="sb-wizard"></emit>

Provided by module: CMS: Tags

This plugin makes it possible to list information and to create links to wizards in the SiteBuilder Content Editor. If no wizard or tab argument is specified, all wizards will be listed.

If a user follows a link created with this plugin the user will enter a SiteBuilder wizard inside the Content Editor. The user will stay inside the Content Editor when the wizard is completed.

To better manage errors, use this plugin together with <sb-error>.

Note!

All <emit> attributes apply.


Attributes

path="absolute or relative path to a file or a directory" (current file)

Specify the file or directory the wizards should operate on. If this attribute is omitted, the current file will be used.


wizard="see table below"

List only the specified wizard.

File wizards

ValueDescription

add-language

Add language to file.

add-protection-point

Add a protection point.

check-contents

Check file contents.

commit

Commit this file or directory.

copy

Copy this file or directory.

create-directory

Create a new directory in the current directory.

create-file

Create a file in this directory.

customize-template

Edit template parameters.

delete

Delete this file or directory.

delete-multiple

Delete several files at once.

discard

Discard your changes.

download

Download this file for editing.

edit-category

Edit category metadata of this file.

edit-contents

Edit the contents of this file.

edit-email-notification

Edit the email notification metadata of this file.

edit-ext-visibility

Edit external visibility.

edit-metadata

Edit the metadata for this file.

edit-permissions

Edit permissions of this file or directory.

empty-trash

Purge deleted files.

export

Export site contents to server transport directory or ZIP file.

import

Import data from server transport directory or ZIP file.

join

Join changes in two work areas.

move-rename

Move and/or rename this file or directory.

persistent-cache-prefetch-directory

Add the current directory to the persistent cache crawler queue.

persistent-cache-prefetch-file

Add the current file to the persistent cache crawler queue.

purge

Delete a file or directory permanently.

reassign-uuid

Reassign a new unique identifier to the current file.

remove-language

Remove language from file.

remove-protection-point

Remove a protection point.

search-index-directory

Add the current directory to the search crawler queue.

search-index-file

Add the current file to the search crawler queue.

select-workarea

Select work area.

undelete

Undelete a file or directory.

update

Updates the edit area version of the current file with the latest changes from the repository.

upload-contents

Upload new contents in this file.

upload-file

Create and upload a new file.

view-cache-dependencies

Show which resources that the persistent cache data for the current file depends on.

view-change-log

Show the change log of a file.

view-contents

View the file in the filesystem.

view-contributors

Show an annotated listing of a file.

view-differences

View the difference of this file in workarea and repository.

view-editing-status

Show the status of each user's edit area.

view-link-dependencies

View link relationships from the Link Manager database.

view-source

View the source code of the file.

view-translation-diffs

View the translation difference for the original and translated languages.

workflow-process-status

View current and past workflow activities related to this file.

Configuration wizards

ValueDescription

change-password

Change your password.

change-rxml-protection-point

Changes the name of an existing protection point.

configure-workarea

Configure a work area.

create-rxml-protection-point

Create a new RXML protection point.

create-workarea

Create a new work area.

create-workflow-path

Create workflow path. Note: Only applicable to old workflow module.

default-workarea

Select default work area.

download-applauncher

Download Application Launcher.

edit-workflow-path

Edit workflow path. Note: Only applicable to old workflow module.

editor-profiles

Editor profiles.

file-types

Edit file types.

languages

Edit language settings.

link-manager

Link manager settings.

list-rxml-protection-points

Lists existing protection point.

persistent-cache-preferences

Edit persistent cache settings.

persistent-cache-status

Show persistent cache crawler status.

remove-rxml-protection-point

Remove an existing protection point.

remove-workarea

Remove a work area.

remove-workflow-path

Remove workflow path. Note: Only applicable to old workflow module.

replication-server-settings

Initiate replication server actions.

replication-server-settings

Edit replication server settings.

user-preferences

Edit your user preferences.

workflow-status

View status of workflow usage.

<emit source="sb-wizard" wizard="edit-contents"> <a href="&_.url;">Edit</a> </emit>

tab="{'files', 'prefs'}"

List only the wizards in the given tab. If the attribute is set to 'files' the wizards under the 'Files' tab will be listed. If set to 'prefs' the wizards under the 'Configuration' tab will be listed.


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

Wizard URL will link to Normal browsing mode unless this attribute is used. If set, the URL links to Undelete mode.


&_.doc; (provided by CMS: Tags)

Returns a small documentation of the wizard.


&_.name; (provided by CMS: Tags)

Returns the wizards name.


&_.status; (provided by CMS: Tags)

Returns 'enabled' or 'disabled' dependeing if the wizard is applicable to the file.


&_.tab; (provided by CMS: Tags)

Returns which tab the wizard belongs to


&_.url; (provided by CMS: Tags)

Returns the url to the wizard.