Render Tags
From RedDot Wiki
[edit] Tips
Do not add a comment between <if> and <query> tags - it will break the template
[edit] Bold text
GetHTML method does not retrieve a correct value on anchor tags set to an external links e.g. GetElement(anc_EXAMPLE).GetHtml()
Value method does not retrieve a correct value on anchor tags set to an external link e.g. GetElement(anc_EXAMPLE).Value
[edit] Query call Operators
The following appear to be valid: Relational = == != <= >=
The following appear not to be valid: Relational <>
Others to try can be found at [1]. Keep in mind that Navigation Manager is a 1.1 .net application
Tests for null may include [Escape:Null] or [String:]
