mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged 3.1 to HEAD
13275: updated web-client to use tinymce v3 13276: overlay display fix for when field has large content git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13585 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
src="${pageContext.request.contextPath}/scripts/ajax/common.js"> </script>
|
||||
|
||||
<script language="javascript" type="text/javascript">
|
||||
|
||||
<!-- Init the Tiny MCE in-line HTML editor -->
|
||||
var alfresco = typeof alfresco == "undefined" ? {} : alfresco;
|
||||
alfresco.constants = typeof alfresco.constants == "undefined" ? {} : alfresco.constants;
|
||||
@@ -85,6 +84,7 @@
|
||||
function saveContent(id, content)
|
||||
{
|
||||
document.getElementById("wizard:wizard-body:editor-output").value = content;
|
||||
return content;
|
||||
}
|
||||
</script>
|
||||
<script language="javascript"
|
||||
|
Reference in New Issue
Block a user