Sha256: 6f176820686db14e796cc9a7699466b6ab36283aafecbda672ed87d94a0625a7
Contents?: true
Size: 435 Bytes
Versions: 30
Compression:
Stored size: 435 Bytes
Contents
pageflow.WidgetConfigurationFileSelectionHandler = function(options) { var widget = pageflow.entry.widgets.get(options.id); this.call = function(file) { widget.configuration.setReference(options.attributeName, file); }; this.getReferer = function() { return '/widgets/' + widget.id; }; }; pageflow.editor.registerFileSelectionHandler( 'widgetConfiguration', pageflow.WidgetConfigurationFileSelectionHandler );
Version data entries
30 entries across 30 versions & 1 rubygems