http://webix.com/snippet/2699d3ef
Can you explain why when template has container property, borders exist ?
Thanks
http://webix.com/snippet/2699d3ef
Can you explain why when template has container property, borders exist ?
Thanks
It is expected behavior, Webix UI elements do not render a border when they are attached directly to document.body.
Just set borderless property to enforce the state of border
So. Webix ui elements draw borders differently too when attached to layout with type property.
attached to a div or to (rows, cols) is different.
I have some difficulties to understand why.
I love so much Webix
The logic is the next
When component is placed inside of layout, its borders depends on layout type.
Can you set this information in Manual ?
May be you are interested to have a manual’s french
Ok i now understand very well. I think it’s not well explained in manual, or it’s me :-).
It’s an important thing to understand.