Skip to content

cstruter/Tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)