paddingX

sets the right and left padding (applies the specified value to both sides)

number paddingX;

Example

webix.ui({
    view:"fieldset", 
    label:"Field Set 1",
    paddingX:20,
    body:{
        rows:[
            { view:"text", label:"Email"},
            { view:"text", label:"Password"}
        ]
    }
});


Default value:

18
See also
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.