Optional. Arranges controls inside the control group horizontally
const form = new dhx.Form("form_container", {
css: "dhx_widget--bordered",
width: "250px",
rows: [
{
padding: "10px",
cols: [{
type: "checkbox",
width: "100px",
label: "I agree",
name: "agree",
id: "agree",
checked: true
},
{
type: "checkbox",
label: "I disagree",
name: "align",
}]
}
]
});
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4