Datentyp

string: str


Beispiel

string


Quelltext ansehen
 <dtml-var "getTextInput(fmName='sampleForm',elName='string',value='Hello World!',enabled=True,REQUEST=REQUEST)">


Datentyp

text: str


Beispiel

text


Quelltext ansehen
 <dtml-var "getTextArea(fmName='sampleForm',elName='string',cols=80,rows=5,value='Hello World!',enabled=True,REQUEST=REQUEST)">