The simple form provides an easy way of creating a form with multiple labels and input fields. PropertiesAspectstores the dictionary on which the simple form operates. The keys of the dictionary are the labels of the form. Label and Classdefines the list of labels and their associated value class. The class defines which editor will be presented. For a Boolean it will show a checkbox, while it will show an input field for a string or a number.
|