You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/demos/demail/_States.js

12 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, {
});