ludo.form.LabelElement

ludo.form.


new ludo.form.LabelElement(config)

Class which render two child views, one label and one form field. This is a convenient class for rendering
a form field with a label to the left.

This class renders the views in a linear horizontal layout.

Parameters:
Name Type Description
config Object
Properties
Name Type Description
label Object

Configuration for ludo.form.Label

field Object

Configuration for a form field

Source: