Hi Alexandra,
Can I clear the border of a layout component with a margin attribute.
When I set a margin to a layout component, it shall appear the border even though its type is "clean".
Please help me, thank you!
Hi Alexandra,
Can I clear the border of a layout component with a margin attribute.
When I set a margin to a layout component, it shall appear the border even though its type is "clean".
Please help me, thank you!
Hi,
we have tested the following:
dhx.ui({
type:"clean",
margin:50, rows:[
{ template:"top" },
{ template:"middle" },
{ template:"bottom" }
]
});
There are no borders in this layout. Could you provide your example with borders ?
Hi Alexandra,
Yes, you are right. It's my fault.
I just want to know how to adjust the gap among the views in a "form" component.
Could you give me some advice?
Thank you.
Hi,
you can use additional rows to increase the space between form elements.
…
{height: 10},
…