registeres a new type for property sheet elements
name | string | name of the new editor |
data | object | data object that includes template, click behaviour 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 extend() method.
Study the Property Sheet article for details.
Back to top