defines settings for extra text fields
webix.ui({
rows:[
{ view:"multitext", label:"Main", subConfig:{
label:"Extra"
}}
]
});
Extra fields inherit configuration from the main one, unless otherwise is stated by the subConfig object.
Back to top