Container properties
type
- string - the type of a control, set it to "container"html
- HTMLElement, string - the HTML content of a controlcss
- string - adds style classes to a control stringdisabled
- boolean - defines whether a control is enabled (false) or disabled (true)height
- string, number, "content" - the height of a controlhidden
- boolean - defines whether a control is hiddenid
- string - the id of a control, auto-generated if not setname
- string - the name of a controlpadding
- string, number - sets padding between a cell and a border of a controlwidth
- string, number, "content" - the width of a control