User Tools

Site Tools


en:public:developer:template_system:tags:parameters:hexencode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:public:developer:template_system:tags:parameters:hexencode [2013/01/28 17:01]
admin
en:public:developer:template_system:tags:parameters:hexencode [2013/01/28 17:19] (current)
admin
Line 4: Line 4:
 must be represented in the HEX-view. It means that each character will be changed with its own  must be represented in the HEX-view. It means that each character will be changed with its own 
 hexadecimal value. For example, character "b" will be changed with 62. hexadecimal value. For example, character "b" will be changed with 62.
 +
 +**NOTE:** By default the resulting content will be parsed (all <#..> tags will be evaluated) before to apply 
 +this filter. You can control this behavior throught the parameter 
 +[[en:public:developer:template_system:tags:parameters:AnalyzeTagParams]]
 +
 +==== Values ====
 +
 +^ Value                                                ^ Description ^       
 +| <html><span style="color:#008000">1</span></html>    | Means that value must be hex-encoded. |
 +| <html><span style="color:#008000">0</span></html>    | Means that value must be hex-decoded. |
  
 ==== Example ==== ==== Example ====
  
-code> +<code>
-  +
   <#TestVar setValue="hello">   <#TestVar setValue="hello">
   <#TestVar hexencode="1">   <#TestVar hexencode="1">
- 
 </code> </code>
      
en/public/developer/template_system/tags/parameters/hexencode.1359378107.txt.gz · Last modified: 2013/01/28 17:01 by admin