Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 779 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 779 Bytes

Mediator Tagger POC example

This plugin converts a textbox to a tagging box using the mediator framework

The aim of the mediator framework is to create a cross-framework engine for creating
JavaScript plugins that plug into any framework.

This is achieved my decoupling the JavaScript framework of choice from the plugin logic
in turn calling its parent framework via a mediator.

The example plugin (tagger) supports the following JavaScript frameworks (Let me know if you
want to see any other frameworks supported)
using the javascript mediator framework (POC version)

JQuery (1.9.1)
Mootools (1.4.5)
Prototype (1.7.1.0)
YUI (3.10.3)
Dojo (1.9.1)
Ext (3.4.0)
Zepto (1.0)