wf-core:getCurtailedText

This tag is used to crop a input text to a given length.

Syntax
<wf-core:getCurtailedText
   ellipsis="..."?
   inputText="..."
   maxLength="..."
   var="..."/>
Attributes
var, mandatory, no runtime expressions

This is the object where the result will be placed.

inputText, mandatory

Input text that has to be crop to a certain length.

maxLength, mandatory

The length of the output text.

ellipsis

The tailing text of the output text.