Form

Undocumented in source.

Members

Functions

add
Form add(ElementInterface element, string postion, bool type)

Adds an element to the form

getMessages
MessageInterface[] getMessages()

Returns the messages generated in the validation

isValid
bool isValid(string[string] data)

Validates the form

render
string render(string name)

Renders a specific item in the form

Variables

_elements
ElementInterface[string] _elements;
Undocumented in source.
_messages
MessageList _messages;
Undocumented in source.

Meta