DHTMLX Docs & Samples Explorer

DhtmlxForm Overview

Whatever self-respecting site you visit, you meet forms everywhere. The pages can have different content but exactly forms bring an app to life. Technically speaking, forms - web-pages interface elements that allow to input data.

DhtmlxForm provides various controls such as checkbox, button, label and different attributes for them: name, value, width, style, label, connector etc.

You can execute different controls operations. These are control of visibility, checking of state, item existance and many others. Also you can add form to a layout's cell as any other dhtmlx component.

The library lets to create dhtmlForm object from existing form or using a config file of one of the following formats: JSON, XML, HTML. To the point, to the existing form you can add just some features, but for a new form creation you have ample opportunities.