Page 1 of 317. Showing 3,162 results (0.012 seconds)
Macro signatures
Whenever macro expressions are saved in the administration, the system automatically adds a security signature. Signatures ensure the integrity of macros and identify the user who entered the macro. Every macro signature contains an identifier of the macro's author and a hash of the given expression. To increaseMacro resolvers
Macro resolution within Xperience is handled by system components known as macro resolvers. A resolver is responsible for processing entered macro expressions and outputting the result. The resolution process can be simplified into the following steps: The resolver parses the macro expression to identify itsDefine macro fields
Macro fields need to be defined per macro resolver. Resolvers are system components that ensure the processing of macros. By adding fields into specific resolvers, you make them available for the functionality handled by that particular resolver. You can register macro fields into resolvers: globally – makesMacro expressions
Macros are text expressions that the system evaluates and resolves into values. For more information about macro usage, see Use macro expressions. Macros availability In the current version of Xperience, macro expressions are only usable in the Modules application when defining default values for editing forms.Reference - Macro methods vRefresh7Archived
Macro expressions allow you to use a large variety of methods. The following categories list the methods according to the type of provided functionality: The macro syntax allows you to use infix notation for the first parameter of methods. For example: {% "word".ToUpper() %} instead of {% ToUpper("wordUse macro expressions
Macro expressions need to be enclosed in curly brackets and the percentage symbol: {% <expression> %} Input fields that support macro expressions are marked by an input mode switcher. MacroInput.png Macro syntax Xperience provides an object-oriented language named K#, which defines the available macro expression.Reference - Macro methods vRefresh0Archived
Macro expressions allow you to use a large variety of methods. The following categories list the methods according to the type of provided functionality: The macro syntax allows you to use infix notation for the first parameter of methods. For example: {% "word".ToUpper() %} instead of {% ToUpper("wordReference - Macro methods
Macro expressions allow you to use a large variety of methods. The following categories list the methods according to the type of provided functionality: The macro syntax allows you to use infix notation for the first parameter of methods. For example: {% "word".ToUpper() %} instead of {% ToUpper("wordMacro expressions
Macros are text expressions that the system evaluates and converts into values. By using macros, you can create dynamic website content and in general configure the application to perform different actions under different conditions. Macros range from simple expressions for loading values from data in the systemMacro expressions
Macros are text expressions that the system evaluates and converts into values. By using macros, you can create dynamic website content and in general configure the application to perform different actions under different conditions. Macros range from simple expressions for loading values from data in the system