allows customizing inner form
The property is used for redefinition and not for direct calls.
The function accepts 1 parameter:
webix.protoUI({
name: "mycomments",
$cssName: "comments",
$configForm: function(config){
// your code
}
})