TEMP - removes inline mode adds stub code to have a fixed toolbar dom item
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 ... */
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user