Sha256: 845ee11323021225896d520fc963490d7670c1e5f64fcb41c316b49351fa87ff
Contents?: true
Size: 729 Bytes
Versions: 7
Compression:
Stored size: 729 Bytes
Contents
pageflow.internalLinks.ListConfigurationEditorView = pageflow.ConfigurationEditorView.extend({ configure: function() { this.tab('general', function() { this.group('general'); }); this.tab('files', function() { this.group('background'); this.input('thumbnail_image_id', pageflow.FileInputView, { collection: pageflow.imageFiles, positioning: false }); }); this.tab('links', function() { this.view(pageflow.internalLinks.EditableLinksModeView, { model: this.model.page }); this.view(pageflow.PageLinksView, { model: this.model.page }); }); this.tab('options', function() { this.group('options'); }); } });
Version data entries
7 entries across 7 versions & 1 rubygems