()
| 274 | // setup the editor toolbar |
| 275 | // Credit to the work at http://hackerwins.github.io/summernote/ for this editbar logic/display |
| 276 | var finishEdit = function(){ |
| 277 | editorScope.updateTaBindtaTextElement(); |
| 278 | editorScope.hidePopover(); |
| 279 | }; |
| 280 | event.preventDefault(); |
| 281 | editorScope.displayElements.popover.css('width', '375px'); |
| 282 | var container = editorScope.displayElements.popoverContainer; |