Tutorial
Contents
View the full HTML code for this sample tagged page
Main Text Area
OmniUpdate Start Tag
Editable region tag:
<!-- com.omniupdate.div label="content" group="Everyone" button="787" break="break" -->
This region is editable because there is a group assigned - group="Everyone".
Optional Editor Tag
CSS Path loads a CSS file for an editing area. On inline content it goes just below the start tag, on include files it simply goes on the first line.
The CSS Menu loads a .txt file that populates the style dropdown list within the editor. To learn how to utilize this menu in your tagging, click here.
The width tag shows how wide the editor will be within the editor.
<!-- com.omniupdate.editor csspath="/_resources/css/splashtop.css" cssmenu="/" width="742" div="#OUPreview" -->
OmniUpdate End Tag
<!-- /com.omniupdate.div -->
Include File
OmniUpdate Start Tag
<!-- com.omniupdate.div label="testimonials" group="Everyone" button="787" break="break" path="/includes/testimonials.html" -->
Include files such as this have a path tag - path="/includes/testimonials.html".
This region is editable because there is a group assigned - group="Everyone".
Normal Include Call
Can be JSP, ASP, CFM - this include call is ignored within the OmniUpdate system.
<!--#include virtual="/includes/testimonials.html" -->
OmniUpdate End Tag
<!-- /com.omniupdate.div -->