Home > Contents > Index >
INSITE.BEGINLIST
Mark the upper boundary that a potentially movable section of HTML can move to.
Syntax
<INSITE.BEGINLIST PARENTID="ID of containing asset" PARENTTYPE="type of containing asset" PARENTFIELD="meta-attribute current asset came from" [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.
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 that a potentially movable section of HTML can move to, as managed under INSITE control. Each
BEGINLIST
must be paired with a matchingENDLIST
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.BEGINLIST PARENTID="Variables.cid" PARENTTYPE="Variables.c" PARENTFIELD="Manualrecs"/> <LOOP LIST="assetlist"> <ICS.LISTGET LISTNAME="assetlist" FIELDNAME="assetid" OUTPUT="assetid"/> <ICS.LISTGET LISTNAME="assetlist" FIELDNAME="assettype" OUTPUT="assettype"/> ... </LOOP> <INSITE.ENDLIST/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.