apostrophe
Version:
Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.
15 lines (12 loc) • 401 B
JavaScript
/* global rangy, $, _ */
/* global alert, prompt, AposSlideshowWidgetEditor, apos */
function AposMarqueeWidgetEditor(options)
{
var self = this;
options.template = '.apos-marquee-editor';
options.type = 'marquee';
options.options = options.options || {};
// options.options.extraFields = true;
AposSlideshowWidgetEditor.call(self, options);
}
AposMarqueeWidgetEditor.label = "Marquee";