ludo.form.Combo

ludo.form.


new ludo.form.Combo(config)

A text field with combo button. Click on the combo button will show child view beneath the text input

This class extends ludo.form.Text.

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

Layout for child, example:

childLayout:{
width:300,height:300
}

Source: