subConfig

defines settings for extra text fields

object subConfig;

Example

webix.ui({
    rows:[
        { view:"multitext", label:"Main", subConfig:{
            label:"Extra"
        }}
    ]    
});

Details

Extra fields inherit configuration from the main one, unless otherwise is stated by the subConfig object.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.