3.15. text

Text element, single line.

create a text element:

element createText (string text, int size, [string name]);

parameter:

function setMaxLength(int $maxlength = 5) - sets the maxlength. default = 5 with no parameters.

example:

		$myText = $ippfp->createText("",20,"mytext");