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/26 23:54]
admin [Values]
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">1</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">0</span></html>                     Don't Analyze any params before to call the function | +| <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 and FieldB before to call the function. Forbid the function to analyze the parameter FieldC |+| <html><span style="color:#008000">FieldA;FieldB;-FieldC</span></html> | Analyze the parameter FieldAFieldB 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="0">+  <#MyVar setValue="<#MyOtherVar>" AnalyzeTagParams="-MyOtherVar">
   <#MyOtherVar setValue="456">   <#MyOtherVar setValue="456">
   <#MyVar>   <#MyVar>
      
-  <#MyVar setValue="<#MyOtherVar>" AnalyzeTagParams="1">  +  <#MyVar setValue="<#MyOtherVar>" AnalyzeTagParams="*">  
   <#MyOtherVar setValue="789">   <#MyOtherVar setValue="789">
   <#MyVar>   <#MyVar>
Line 46: Line 49:
              
 </code> </code>
- 
en/public/developer/template_system/tags/parameters/analyzetagparams.1359230085.txt.gz · Last modified: 2013/01/26 23:54 by admin