Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
    • DISCLAIMER: These are old notes, and do not necessarily reflect the current development plan for the UI widget framework.

Widgets: new syntax
-------------------
 
For better namespacing/organization and better readability, widgets
are implemented via a custom 'jquery-ish' factory, instead of as a
jQuery module. This is mainly to keep the widgets abstracted away from
whatever DOM element they are associated with.
 
So, for example, the browser widget before:

...