Package DE_EPAGES::Design::API::TLE::StyleHandler
Functions
STYLEGROUPBYID
Returns the StyleGroup by the given ID.
Syntax |
#FUNCTION("STYLEGROUPBYID", #StyleGroupID) |
Input |
|
Return |
|
STYLETEMPLATEBYID
Returns the StyleTemplate by the given ID.
Syntax |
#FUNCTION("STYLETEMPLATEBYID", #StyleTemplateID) |
Input |
|
Return |
|
register
Registers this handle on the processor
Syntax |
$Handler->register( $Processor ); |
Input |
|
tle
This function is called by tle processor to get the value of a tle variable. The value of 'Style' depedends on servlet variable 'PreviewStyle' if the preview not defined the default style of shop is used.
Syntax |
$Value = $Handler->tle( $Processor, $TLEName); |
Example |
my $Value = $Handler->tle( $Processor, 'Name'); |
Input |
|
Return |
|