ePages 7.17.0 - DE_EPAGES/TLE/API/NewLineReplaceHandler.pm

Package DE_EPAGES::TLE::API::NewLineReplaceHandler

Functions

NewLineReplace

NewLineReplace

Replace line breaks including whitespcae before and after line break by givn string.

Syntax
#BLOCK("NewLineReplace",#Replace) template #ENDBLOCK
Example
#IF(#Session.User.BillingAddress)
   #BLOCK("NewLineReplace"," ")
      <input
        name="#Session.User.BillingAddress"
        class="
          Example
          Error
        "
      />
   #ENDBLOCK
#ENDIF
Input
#Replace (string)
Replacement value