User Tools

Site Tools


en:public:developer:template_system:tags:parameters:truestr

TrueStr

The string used to display the true boolean value when formating a value throught the parameter “format”

NOTE: By default the content of the parameter “TrueStr” will be parsed (all <#..> tags will be evaluated) before to apply any filter. You can control this behavior throught the parameter AnalyzeTagParams

Example

<#MyVar setValue="1">
<#MyVar Format="'Bool = '%b" TrueStr='true'>

The above example will output:

Bool = true
en/public/developer/template_system/tags/parameters/truestr.txt · Last modified: 2014/03/02 12:05 by svanderclock