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

.. 2012-03-27 00:36:48 100

assets 2012-01-26 03:16:14 4

build-base-ie.properties 2011-06-10 20:34:13 192

build-base-ie.xml 2010-10-20 03:08:28 295

build-base.properties 2011-07-22 02:32:25 288

build-base.xml 2009-12-23 01:59:35 292

build-htmlparser.properties 2011-06-10 20:34:13 199

build-htmlparser.xml 2009-12-23 01:59:35 298

build-locale.properties 2011-06-10 20:34:13 191

build-locale.xml 2010-02-17 10:29:19 294

build-skin.properties 2011-06-10 20:34:13 187

build-skin.xml 2010-10-20 03:08:28 294

build-uievents.properties 2011-06-10 20:34:13 216

build-uievents.xml 2010-10-20 03:08:28 303

build.xml 2011-07-13 09:10:42 984

docs 2012-03-01 00:52:10 11

HISTORY.md 2012-02-29 01:12:00 10.8 KiB

js 2012-02-29 01:12:00 8

meta 2012-02-21 22:41:41 3

README.md 2011-07-13 09:19:20 451

tests 2012-03-27 00:36:48 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