cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/demos/demail/_States.js
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

11 lines
355 B
JavaScript

// summary:
// acme._States is a mixin designed to help widget authors easily manage
// applying styles based on widget conditions and provides event handler
// stubs to ease the life of widget users
// description:
// supported states:
// * enabled/disabled
// * selected/unselected
// * focused/blured
dojo.declare("acme._States", null, {
});