Tagging Reference


On this page you will find a reference for all existing OmniUpdate comment tags. Any parameters you might use in either the "Start" or "Editor" tags can be found -- and explained -- on this page.

 



Date Time Tag

Date Time stamp. Can appear anywhere on the page but can only appear once per page (only the first one is processed.)

Syntax:
<!-- com.omniupdate.date --> <!-- /com.omniupdate.date -->

Example:
<!-- com.omniupdate.date type="datetime" style="short" --> <!-- /com.omniupdate.date -->

Parameters ( toggle all )

  1. style

  2. type

Direct Entry/Login Tag

Direct entry or login button code is inserted by the system at the location of this tag at publish time. Cannot reside within an editable region tag.

Syntax:
<!-- com.omniupdate.ob --> <!-- /com.omniupdate.ob -->

Example:
<!-- com.omniupdate.ob --><!-- /com.omniupdate.ob -->

Parameters

This tag has no parameters.

Editable Region Tag

Defines an editable region.

Syntax:
<!-- com.omniupdate.div --> <!-- /com.omniupdate.div -->

Example:
<!-- com.omniupdate.div label="Text Full" group="Everyone" padding="3" button="106" bgcolor="white" border="#33FF00" break="break" --> <!-- /com.omniupdate.div -->

Parameters ( toggle all )

  1. bgcolor

  2. border

  3. break

  4. button

  5. group (Required)

  6. hide

  7. label (Required)

  8. padding

  9. path

  10. position

Edit Full Page Tag

The placement of this tag provides control over where on a given page the edit full page source button should be placed. Useful on pages that rely heavily on CSS with absolute positioned and floated divs.

Syntax:
<!-- com.omniupdate.efp -->

Example:
<!-- com.omniupdate.efp -->

Parameters

This tag has no parameters.

Editor Tag

Allows customization of various attributes of the WYSIWYG editor. Note: this tag does not require a closing equivalent.

Syntax:
<!-- com.omniupdate.editor -->

Example:
<!-- com.omniupdate.editor csspath="/omnistyles/mainbodythird.css" cssmenu="/omnistyles/mainbody.txt" width="799" -->

Parameters ( toggle all )

  1. cssmenu

  2. csspath

  3. div (Deprecated)

  4. editor

  5. parag

  6. reflow

  7. toolbar

  8. width

  9. wysiwyg

MultiEdit Tag

Multiedit tags are a special form of OmniUpdate Tag that allows a user to edit multiple content regions at one time on a page. A page can have several tags or a multiedit tag, or a combination of both

Multiedit Tags are surrounded by OmniUpdate editable region tags with the button attribute set to hide or button number. Button attribute controls whether the user is presented the edit button in the preview screen or not. This allows the user to use both Multiedit as well as WYSIWYG editor for that editable region. Setting the button=”hide” will make the region only editable via Multiedit.

Note: : If a web page has MultiEdit tags, JustEdit is disabled automatically for that page.

Syntax:
<!-- com.omniupdate.multiedit -->

Example:
<!-- com.omniupdate.multiedit type="Type" prompt="string" alt="string" -- >

Parameters ( toggle all )

  1. alt

  2. prompt (Required)

  3. type (Required)

Properties Tag

The properties tag provides control over what metadata is editable in the Properties Editor. If correct functionality of the Properties Editor is required in PCFs, this tagging is required.

Any meta data (HTML meta tags) within the properties tagging will appear within the Properties Editor.

Syntax:
<!-- com.omniupdate.properties --> <!-- /com.omniupdate.properties -->

Example:
<document>
<!-- com.omniupdate.properties -->
<title>Properties Test</title>
<!-- /com.omniupdate.properties -->
<metadata>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- com.omniupdate.properties -->
<meta name="keywords" content="keyword, keywords, keywords" />
<meta name="description" content="This is a description." />
<!-- /com.omniupdate.properties -->
</metadata>
</document>

Parameters

This tag has no parameters.