TEMP - removes inline mode adds stub code to have a fixed toolbar dom item

This commit is contained in:
Shannon
2018-10-12 10:28:36 +02:00
parent ab846ec4f6
commit faec132f82
3 changed files with 7 additions and 1 deletions

View File

@@ -186,9 +186,10 @@ function tinyMceService($log, $q, imageHelper, $locale, $http, $timeout, stylesh
//create a baseline Config to exten upon
var config = {
//fixed_toolbar_container: "#blah",
selector: "#" + args.htmlId,
theme: args.theme ? args.theme : "modern",
inline: true,
//inline: true,
plugins: plugins,
valid_elements: tinyMceConfig.validElements,
invalid_elements: tinyMceConfig.inValidElements,

View File

@@ -35,6 +35,9 @@
background-position-x: 99%;
}
.umb-rte .mce-container {
white-space: inherit;
}
/* This used to be in place but I'm not sure its needed ... */

View File

@@ -2,6 +2,8 @@
<div ng-if="isLoading"><localize key="general_loading">Loading</localize>...</div>
<div id="blah"></div>
<div ng-style="{ visibility : isLoading ? 'hidden' : 'visible'}"
id="{{textAreaHtmlId}}" class="umb-rte-editor"></div>
</div>