Editor.UI (Element Utils Module)
Methods
Editor.UI.getProperty (type)
- typestring
Get registered property via type.
Editor.UI.parseArray (txt)
- txtstring
Parse txt as an array.
Editor.UI.parseBoolean (txt)
- txtstring
Parse txt as a boolean value.
Editor.UI.parseColor (txt)
- txtstring
Parse txt as a color object.
Editor.UI.parseObject (txt)
- txtstring
Parse txt as an object.
Editor.UI.parseString (txt)
- txtstring
Parse txt as a string.
Editor.UI.regenProperty (propEL, cb)
- propELHTMLElement
- cbfunction
Regenerate property at propEL.
Editor.UI.registerElement (name, def)
- namestring
- defobject
Register a custom element.
Editor.UI.registerProperty (type, protoOrUrl)
- typestring
- protoOrUrlobject|string
Register a custom property.
Editor.UI.unregisterProperty (type)
- typestring
Unregister a custom property.
