Cross Reference: /yui3/src/editor/
Name Date Size

.. 2012-03-30 18:48:20 100

assets 1970-01-01 01:00:00 0

build-base-ie.properties 1970-01-01 01:00:00 0

build-base-ie.xml 1970-01-01 01:00:00 0

build-base.properties 1970-01-01 01:00:00 0

build-base.xml 1970-01-01 01:00:00 0

build-htmlparser.properties 1970-01-01 01:00:00 0

build-htmlparser.xml 1970-01-01 01:00:00 0

build-locale.properties 1970-01-01 01:00:00 0

build-locale.xml 1970-01-01 01:00:00 0

build-skin.properties 1970-01-01 01:00:00 0

build-skin.xml 1970-01-01 01:00:00 0

build-uievents.properties 1970-01-01 01:00:00 0

build-uievents.xml 1970-01-01 01:00:00 0

build.xml 2012-02-23 23:26:07 1.3 KiB

docs 2012-01-09 16:39:30 9

HISTORY.md 2012-01-31 00:00:14 1.4 KiB

js 2012-03-02 16:49:57 14

meta 2012-02-23 23:26:07 3

README.md 2011-06-24 17:51:20 930

tests 2012-03-30 18:48:20 4

README.md

Widget
======
Widget is the foundation class from which all YUI 3 widgets are derived.
It provides the following pieces of core functionality:
* The render lifecycle method, in addition to the init and destroy
lifecycle methods provided by Base
* Abstract rendering methods to support a consistent MVC structure across
widgets
* A common set of base widget attributes
* Consistent class-name generation support
* Plugin support