padding

spacing between context border and its contents

number padding;

Example

webix.ui({
    view:"context",
    body:"...",
    master:"...",
    padding: 10
})

Related samples

Details

The default value here is 4px.

See also
  • Articles
  • Back to top