VOS Object Type Definition

input

OTD #27; Revision 1.

Group: gui.

Extends: widget

A text input widget. May be single or multiline.

Authors

Reed Hedges,

Child Objects

 

gui:target [property:property] (required.)

The contents/target of the control

 

gui:multiline [property:property] (optional.)

If the value of this property is "yes", then the input widget may be more than one line tall, and the user may input more than one line (seperated by a newline charater, ASCII value 10). If absent, a default value of "no" should be used.

Messages

this type defines no new messages.

History of this document

Revision 0 (Sat Oct 26 15:17:43 EDT 2002):
created
Revision 1 (Thu Dec 26 17:31:40 EST 2002):
Added group prefix to subobjects. Changed "property" to "property:property". Merry Christmas!