ePages 7.38.0 - DE_EPAGES/TLE/API/HtmlFormatter.pm

Package DE_EPAGES::TLE::API::HtmlFormatter

TLE format handler for HTML texts. This handler supports the following formats:

Functions

DEFAULTFORMAT

DEFAULTFORMAT

Switches the default format to 'js'. This function is also used to switch the default formatting between <script ...></script> tags

Syntax
#BLOCK("DEFAULTFORMAT", #Format) template #ENDBLOCK
Example
#LOCAL("Value", "<>'")
  #Value
  #BLOCK("DEFAULTFORMAT", "js")
    #Value
  #ENDBLOCK
#ENDLOCAL
Input
#Format (string)
formatter name