registers a new editor type for property sheet elements
name | string | the name of the new editor |
data | object | the data object that includes template, click behavior and editor |
prop.registerType("popup", {
editor:"popup"
});
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.