decorate.js
No description.

File Location

/goog/ui/decorate.js


Public Protected Private

Global Functions

goog.ui.decorate(element) ?goog.ui.Component
Decorates the element with a suitable goog.ui.Component instance, if a matching decorator is found.
Arguments:
element : Element
Element to decorate.
Returns: ?goog.ui.Component  New component instance, decorating the element.
code »

Directory ui

File Reference