Tags out of containers, div and rows

Hi all.

First, my condolences to all Euroepan people and of course the Belgian ones :cry:

Can I insert in the outline responsive panel in servoy any other tag than divs and containers?

Do I have to build a component with no any data provider linked for a single code as the following one?

<form class='form-inline'> 
</form>

Do the following works in bootstrap?

<div class='form form-inline'>
</div>

Hi Roberto,

In the webcomponents you build anything you want with HTML, CSS, JavaScript.
In the Servoy Developer you can add the webcomponents to your form.

Also you can add on any row in the outline, properties (like style, etc) to accomplish your needs.
Check: Properties view > properties > attributes +

Dont think it is usefull to use tags inside a svy-form.