Topic: jQuery UI Dialog

Blurbette Plugin: TinyMCE Control

This time I’ll define a TinyMCE Control class that must be instantiated.

The last one, the Shortcode class, works fine without instantiating because all its properties are one-offs, and its public elements are available to all scopes (global and function).

This class defines a ‘thing’ that has unique properties, and there might be more than one of these ‘things,’ so it must ... 

Read article