wideForm()
wideForm(
children?,options?):HTMLElement
Defined in: js-api/ui.ts:2304
Same as form with layout: 'wide': inputs in two columns.
Parameters
| Parameter | Type | Default value |
|---|---|---|
children | InputBase<any>[] | [] |
options | ElementOptions | null | null |
Returns
HTMLElement