Breadcrump
You are in:
Creating event driven JavaScript objects
Creating your own event driven JavaScript objects can be very simple. The important thing is to ensure you are not reinventing the standard DOM event model. Here I show an approach that provides a quick and powerful mechanism for creating event driven objects.
TinyMCE Extension for Alfresco
A recent customer requirement was identified in the Document Management side of Alfresco (as opposed to the WCM side). The requirement I refer to; was to embed content from the DM repository directly into new content being created via the WYSIWYG editor. After thinking about it for a little, I went about producing a solution that was based on the WCM version.


