Facilitates the creation of page-local translations that expose functionality during the rendering of a page.
Syntax
Smartsite SXML | Copy Code |
---|---|
<se:pagetranslations> <se:collection> <se:member name=""> </se:member> </se:collection> </se:pagetranslations> |
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
Id | String |
MustBeAttribute
Trim |
Defines the identifier under which the page-local translations will be accessible. This identifier is always prefixed with 'translation.', so that your translations will be accessible as 'translation.[yourid].[yourmembername](args)'. |
List | Collection |
IsRequired
Default |
Used to set the list of translations to define. |
Shared Parameters
Local Viper Methods
Viper | Extension | Description |
---|---|---|
This.ClearForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |
|
This.GetForcedResult | Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). | |
This.RenderTime | ✓ | Returns the render time of the macro in milliseconds. |
This.SetForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |