previous | index | next

Encoding the Input Field

encodeInputField must write an input HTML element with attributes: name is constructed from the component's client ID using the component's getClientID method.

value is obtained from the component's getValue method.

size is retrieved from the component's tag attributes using the getAttributes method.


previous | index | next