Functions (of Template Tags)


Below you can find syntax of all the functions used in Template Tags.


FUNCTION <dwu> Decimal With Unit


Description


The <dwu> i.e. Decimal With Unit function defines and formats parameters of numeral objects.


Example


 <?xml version="1.0" encoding="utf-8"?>

   <assembly id="nxm.tests.basic.pl">

. . .

   <dwu v_street="this.address.street" method="count" type="int"></collector>

. . .

 </assembly>


Attributes





Prefixes of attribute

Description

c_

Constant value inserted in the template

v_

The value of the selected variable.

Possible values: v_street=”this.address.street”

All the attributes' prefixes beginning with the characters "c_" and "v_" are reserved for use in the dwu function.


Methods


  • count