Der Attribut-Typ 'string' stellt einzeilige, der Attribut-Typ 'text' mehrzeilige Text-Eingabefelder zur Verfügung.
str
<dtml-var "getTextInput(fmName='sampleForm',elName='string',value='Hello World!',enabled=True,REQUEST=REQUEST)">
<dtml-var "getTextArea(fmName='sampleForm',elName='string',cols=80,rows=5,value='Hello World!',enabled=True,REQUEST=REQUEST)">