User Tools

Site Tools


en:public:developer:template_system:tags:parameters:httpencode

Differences

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

Link to this comparison view

en:public:developer:template_system:tags:parameters:httpencode [2012/11/30 14:18]
igor created
en:public:developer:template_system:tags:parameters:httpencode [2013/01/28 17:23] (current)
admin
Line 1: Line 1:
-Parameter "httpencode" defines that value of corresponding value or result of function must be HTTP-encoded. Data must be sent over the Internet using the ASCII-characters set. It is always possible to have there some non-accessible characters that must be converted into valid ASCII-format.+====== HttpEncode ====== 
 + 
 +Parameter "httpencode" defines that value of corresponding variable or result of function will be HTTP-encoded. Data must be sent over the Internet using the ASCII-characters set. It is always possible to have there some non-accessible characters that must be converted into valid ASCII-format.
  
 If you're interest learn more reading [[http://www.w3schools.com/tags/ref_urlencode.asp]]. If you're interest learn more reading [[http://www.w3schools.com/tags/ref_urlencode.asp]].
 +
 +**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 ==== ==== Values ====
-^ Value                                                ^ Description ^        
-| <html><span style="color:#008000">1</span></html>    | Means that value must be HTTP-encoded. If something else is specifies this parameter will be ignored. | 
  
 +^ Value                                                ^ Description ^       
 +| <html><span style="color:#008000">1</span></html>    | Means that value must be http-encoded. |
 +| <html><span style="color:#008000">0</span></html>    | Means that value must be http-decoded. |
 ==== Example ==== ==== Example ====
  
en/public/developer/template_system/tags/parameters/httpencode.1354270709.txt.gz · Last modified: 2012/11/30 14:18 by igor