Home > Contents > Index >
satellite.parameter
Argument tag that supplies arbitrary parameters to a parent tag.
Syntax
<satellite.parameter name="argument name" value="argument value" condition="boolean=condition" />Parameters
name (required)
- Name of argument
value (required)
- Value of argument
condition (optional)
- Boolean condition that if false will deactivate the tag. Default value is true.
Description
Argument tag that supplies arbitrary parameters to a parent tag.
errno
None.
Example
This simple example shows how to create a simple link tag with c and cid parameters.
<satellite.link> <satellite.parameter name="c" value="Article"/> <satellite.parameter name="cid" value="123123123" condition="Variables.foo=Variables.bar"/> </satellite.link>See Also
satellite.link
satellite.preference
object.argument
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.