Home > Contents > Index >
cid
ID of the asset being rendered or formatted.
Syntax
c="asset ID"Parameters
None.
Description
When an element either calls the templates' page entry or calls an element directly, it must pass in the asset's ID so thecode knows which asset it is supposed to format.
Example
This example is taken from the Burlington Financial example site included with Sites. First, the page named Home loads the home page asset, names it HomePage, and then scatters the information in its fields:
<ASSET.LOAD TYPE="Variables.c" OBJECTID="Variables.cid" NAME="HomePage"/> <ASSET.SCATTER NAME="HomePage" PREFIX="asset"/>The values for
c
andcid
are passed in from the Burlington Financial URL.See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.