• Editor.UI (Element Utils Module)
    • Methods
      • Editor.UI.getProperty (type)
      • Editor.UI.parseArray (txt)
      • Editor.UI.parseBoolean (txt)
      • Editor.UI.parseColor (txt)
      • Editor.UI.parseObject (txt)
      • Editor.UI.parseString (txt)
      • Editor.UI.regenProperty (propEL, cb)
      • Editor.UI.registerElement (name, def)
      • Editor.UI.registerProperty (type, protoOrUrl)
      • Editor.UI.unregisterProperty (type)

    Editor.UI (Element Utils Module)

    Methods

    Editor.UI.getProperty (type)

    • type string
      Get registered property via type.

    Editor.UI.parseArray (txt)

    • txt string
      Parse txt as an array.

    Editor.UI.parseBoolean (txt)

    • txt string
      Parse txt as a boolean value.

    Editor.UI.parseColor (txt)

    • txt string
      Parse txt as a color object.

    Editor.UI.parseObject (txt)

    • txt string
      Parse txt as an object.

    Editor.UI.parseString (txt)

    • txt string
      Parse txt as a string.

    Editor.UI.regenProperty (propEL, cb)

    • propEL HTMLElement
    • cb function
      Regenerate property at propEL.

    Editor.UI.registerElement (name, def)

    • name string
    • def object
      Register a custom element.

    Editor.UI.registerProperty (type, protoOrUrl)

    • type string
    • protoOrUrl object|string
      Register a custom property.

    Editor.UI.unregisterProperty (type)

    • type string
      Unregister a custom property.