How to style a button without using a form

Hello,

I want to place a button in my application that should fit in with the rest of the elements (it should have the style dhx_skyblue).

Currently, I am using a form for this, containing only the button.

var formData = [{ type: "button", name: "calculateButton", value: "Berechnen", command: "calculate" }]; buttonForm = parameterLayout.cells("c").attachForm(formData);

Is there a way to add a button to a layout cell without having to integrate it into a form first and still being able to style it?

Thank you.

Hello,

Is there a way to add a button to a layout cell without having to integrate it into a form first and still being able to style it?

No, button can be used only as form element.

The button for the dhxform is not html form button. It consists of table and div with a certain css styles.