registerType

registers a new editor type for property sheet elements

void registerType(string name,object data);
name
stringthe name of the new editor data
objectthe data object that includes template, click behavior and editor

Example

prop.registerType("popup", {
    editor:"popup"
});

Related samples

Details

Editors are based on standard Webix editors that can be either taken as they are or with extra functionality added with the help of the extend method.

Study the Property Sheet article for details.

See also
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.