Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/quickedit/js/views/EditorView.js @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
17 }, | 17 }, |
18 getEditedElement: function getEditedElement() { | 18 getEditedElement: function getEditedElement() { |
19 return this.$el; | 19 return this.$el; |
20 }, | 20 }, |
21 getQuickEditUISettings: function getQuickEditUISettings() { | 21 getQuickEditUISettings: function getQuickEditUISettings() { |
22 return { padding: false, unifiedToolbar: false, fullWidthToolbar: false, popup: false }; | 22 return { |
23 padding: false, | |
24 unifiedToolbar: false, | |
25 fullWidthToolbar: false, | |
26 popup: false | |
27 }; | |
23 }, | 28 }, |
24 stateChange: function stateChange(fieldModel, state) { | 29 stateChange: function stateChange(fieldModel, state) { |
25 var from = fieldModel.previous('state'); | 30 var from = fieldModel.previous('state'); |
26 var to = state; | 31 var to = state; |
27 switch (to) { | 32 switch (to) { |