Skip to main content

Container

Pro version only

The Container control is available in the PRO version only.

A control to attach HTML code or the DHTMLX widgets.

The Container control is a very convenient way to develop Form-based solutions. You can improve your project with HTML code or combine several native widgets in one Form to make the project functional and easy to use. You cannot attach Layout and Form widgets.

How to start

You can add the Container control to the Form in an easy way.

You need to specify the type of the control type: "container" during the initialization of Form and then use one of the methods:

You can also attach the HTML code directly to the Container control. Look at the sample above.

Methods

List of the Container control methods

You can manipulate the Container control by using methods of the object returned by the getItem() method. Use methods to hide or show Container, set and get properties, etc.

Events

List of the Container control events

You can manipulate the Container control by using events of the object returned by the getItem() method.

Properties

List of the Container control properties

The list of the properties is used to configure the Container control. For example, to specify css, height, width, padding, etc.