custom control, enabled or is_enabled?

is there better docs how to create custom control? more examples? example of existing control and their codes?

what should i use?

item._enabled = true;

as in docs
docs.dhtmlx.com/form__custom_item.html

or

item._is_enabled = true;

as in sample
dhtmlx.com/docs/products/dhtmlxF … ustom.html

Hi

please use item._enabled, I will fix sample and it will updated accdording site update schedule.