# wide_form

### Description

@short: 将该部分及其标签放在同一行

@signature: wide_form: boolean

### Example

~~~jsx
gantt.config.wide_form = true;
~~~

### Details

![wide_form](/img/wide_form.png)

![normal_form](/img/normal_form.png)


:::note
sample: [宽表单中的 Lightbox](https://snippet.dhtmlx.com/hf45hvr3)
:::

### Related API
- [lightbox](api/config/lightbox.md)
- [resizeLightbox](api/method/resizelightbox.md)

### Related Guides
- [与 Lightbox 元素一起工作](guides/lightbox-manipulations.md#setting-the-default-value-for-a-lightboxs-control)