User Tools

Site Tools


en:public:developer:template_system:tags:parameters:analyzetagparams

Differences

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

Link to this comparison view

en:public:developer:template_system:tags:parameters:analyzetagparams [2013/01/27 13:07]
admin [Example]
en:public:developer:template_system:tags:parameters:analyzetagparams [2013/01/27 16:57] (current)
admin
Line 12: Line 12:
 | <html><span style="color:#008000">-* or 0</span></html>               | Forbid the function to analyze any params | | <html><span style="color:#008000">-* or 0</span></html>               | Forbid the function to analyze any params |
 | <html><span style="color:#008000">FieldA;FieldB;-FieldC</span></html> | Analyze the parameter FieldA, FieldB before to call the function and forbid it to analyze the parameter FieldC | | <html><span style="color:#008000">FieldA;FieldB;-FieldC</span></html> | Analyze the parameter FieldA, FieldB before to call the function and forbid it to analyze the parameter FieldC |
 +| <html><span style="color:#008000">Result</span></html>                | Analyze the result of a calling function (or var) before to pass it to any filter |
 +| <html><span style="color:#008000">-Result</span></html>               | Forbid the Analyze of the result of a calling function (or var) before to pass it to any filter |
 +
 ==== Example ==== ==== Example ====
  
Line 28: Line 31:
 </code> </code>
      
-<#MyVar setValue="<#MyOtherVar>" AnalyzeTagParams="-MyOtherVar">  
-will store in MyVar <#MyOtherVar> 
- 
-and 
- 
-<#MyVar setValue="<#MyOtherVar>" AnalyzeTagParams="*">   
-will store in MyVar 456 
- 
-<code> 
- 
-   
- 
-</code> 
- 
 this will output this will output
  
Line 60: Line 49:
              
 </code> </code>
- 
en/public/developer/template_system/tags/parameters/analyzetagparams.1359277645.txt.gz ยท Last modified: 2013/01/27 13:07 by admin