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:02]
admin [Example]
en:public:developer:template_system:tags:parameters:analyzetagparams [2013/01/27 16:57] (current)
admin
Line 9: Line 9:
  
 ^ Value                                                                 ^ Description ^        ^ Value                                                                 ^ Description ^       
-| <html><span style="color:#008000">*</span></html>                     | Analyze all the params before to call the function | +| <html><span style="color:#008000">* or 1</span></html>                | Analyze all the params before to call the function | 
-| <html><span style="color:#008000">-*</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 18: Line 21:
   <#MyOtherVar setValue="123">   <#MyOtherVar setValue="123">
      
-  <#MyVar setValue="<#MyOtherVar>" AnalyzeTagParams="-*">+  <#MyVar setValue="<#MyOtherVar>" AnalyzeTagParams="-MyOtherVar">
   <#MyOtherVar setValue="456">   <#MyOtherVar setValue="456">
   <#MyVar>   <#MyVar>
Line 46: Line 49:
              
 </code> </code>
- 
en/public/developer/template_system/tags/parameters/analyzetagparams.1359277362.txt.gz · Last modified: 2013/01/27 13:02 by admin