Package DE_EPAGES::TLE::API::NewLineReplaceHandler
Functions
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 |
|