Sha256: ca775b3af9048ddca84bfd8f53ebe2a5f0dfaa17d5d2626d17d81463cd499abe
Contents?: true
Size: 405 Bytes
Versions: 74
Compression:
Stored size: 405 Bytes
Contents
pageflow.EntryConfigurationFileSelectionHandler = function(options) { this.call = function(file) { pageflow.entry.configuration.setReference(options.attributeName, file); }; this.getReferer = function() { return '/meta_data/' + (options.returnToTab || 'general'); }; }; pageflow.editor.registerFileSelectionHandler('entryConfiguration', pageflow.EntryConfigurationFileSelectionHandler);
Version data entries
74 entries across 74 versions & 1 rubygems