User Tools

Site Tools


en:beginner:customization

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:beginner:customization [2019/12/05 00:30] anupamaen:beginner:customization [2019/12/05 00:33] – [Customization] anupama
Line 79: Line 79:
 Every macro variable now has additional variants of itself: variants that are safe to use in an HTML context, in an HTML attribute context, CSS context, URL context, JavaScript context and SQL context.  Every macro variable now has additional variants of itself: variants that are safe to use in an HTML context, in an HTML attribute context, CSS context, URL context, JavaScript context and SQL context. 
  
-The additional variants of each variable are denoted by the suffixes: Htmlsafe, Attrsafe, Csssafe, Urlsafe, Jssafe, SqlsafeThe variable name suffixes of these additional variants' indicate the context in which each is to be used.  +The additional variants of each variable are denoted by the suffixes: 
- +<code>Htmlsafe, Attrsafe, Csssafe, Urlsafe, Jssafe, Sqlsafe</code> 
-For example, the ''_cgiargq_'' variable has the following variants:+The variable name suffixes of these additional variants' indicate the context in which each is to be used.  
 +// 
 +For example//, the ''_cgiargq_'' variable has the following variants:
 <code>_cgiargqHtmlsafe_ <code>_cgiargqHtmlsafe_
 _cgiargqAttrsafe_ _cgiargqAttrsafe_
en/beginner/customization.txt · Last modified: 2023/03/13 20:51 by kjdon