InputForm extends VisibleThing

A group of related input elements, derived from the HTML FORM element.

An InputForm represents a group of related VisibleThings. An InputForm cannot accept or lose focus. The onInput Event can never be triggered for an InputForm. The name of the InputTextField may be used as a label or heading for the rendered form. The fieldValue of the InputForm has no renderable effect, and may be used to store temporary data.

[InputForm.html]

Examples

Implementation Notes

Inference Rules

Constraints

Attributes

(none)

Inherited Attributes

Children

(none)

Inherited Children

References

(none)

Inherited References

Extensions

Inherited Extensions