Home > Contents > Index >
INSITE.BEGINREF
Mark the upper boundary of a potentially movable or replaceable section of HTML.
Syntax
<INSITE.BEGINREF PARENTID="ID of containing asset" PARENTTYPE="type of containing asset" PARENTFIELD="meta-attribute current asset came from" ID="ID of current (child) asset" TYPE="type of current (child) asset" [CSSSTYLE="css style"]/>Parameters
PARENTID (required)
- the ID of the containing asset.
PARENTTYPE (required)
- the type of the containing asset.
PARENTFIELD (required)
- the meta-attribute the current asset came from.
ID (required)
- the asset id of the current (child) asset.
TYPE (required)
- the type of the current (child) asset.
CSSSTYLE (optional)
- this optional argument is used to describe the CSS style of the optional border, background, etc. to use around the element when Insite is enabled (for extra visual expression). The tag will do NOTHING with this parameter if Insite is disabled (say, for example, on a live site).
Description
This tag marks the upper boundary of a potentially movable or replaceable section of HTML, as managed under INSITE control. Each
BEGINREF
must be paired with a matchingENDREF
tag. Both tags must also be placed so that they occur at matching HTML hierarchy levels, since they will at the minimum generate an HTML span section.Example
<INSITE.BEGINREF PARENTID="Variables.cid" PARENTTYPE="Variables.c" PARENTFIELD='Manualrecs' ID="Variables.assetid" TYPE="Variables.assettype"/> <ASSET.LOAD TYPE="Variables.assettype" OBJECTID="Variables.assetid" NAME='currentasset' FLUSHONVOID="true"/> <ASSET.SCATTER NAME="currentasset" PREFIX="asset"/> <p><CSVAR NAME="Variables.asset:description"/></p> <INSITE.ENDREF/>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.