Init function for dhtmlx components

Hi,
Is there any init like functionality for dhtmlx components .

I mean if i create any dhtmlx component for example
var layoutobj = new dhtmlxLayoutObject(‘divid’, ‘1C’);

is there any method that will be called like a constructor in java object.
(In java if we create an object for a class then constructor will be called.)

Thanks,
Naresh Adla

Hi,
please, describe more in details your question.
Each dhtmlx component has contructor which is called when object is creating.

Yeah,
Can i override that method which is called while instantiating the dhtmlxcomponent?

No, you can’t override it.