%--
_______________________________
| |
| setup_editform_javascrip.jsp |
| |
| include on Edit Form pages |
|_______________________________|
Use following in webspace description to specify tinymce version:
tinymce=3.5.10
--%><%
//----- Set default and optional version below:
//String tinymce_version_default = "3.4.3"; //defines default tinymce version
String tinymce_version_default = "5.5.0";
String tinymce_version_others = "3.5.10,5.1.2,5.5.0"; //defines optional tinymce verision allowed in webspace description
String assetVersionHash = "EeH3ZnLspS";
%><%--
Use following on editform url to override default tinymce version or webspace description setting:
...-editform.jsp...&tinymce=3.5.10
_______________________________________
| |
| Additional work done by this include |
|_______________________________________|
-Initializes JavaScript and Java variables for use by library and throughout page
-Includes general snippet helper Java Script library (snippet_helper.js)
-Includes standard Java Script EDIT FORM library (snippet_helper_editform.js)
-Includes editize RTE if running on MAC platform
-Makes a trace entry indicating the page loaded
--%><%rz.isjavascriptenabled = true;
%>
<%@include file = "/util/EASY/easy_javascript.jsp"%>
<% if (request.getRequestURI().indexOf("/linkmanager") == -1) { %>
<% if (rz.tinymce) {
if(tinymce_version.indexOf("5.") == 0){%>
<%-- 6-10-2020: Added for new revize_form_builder plugin --%>
<%-- End Form Builder Scripts --%>
<%} else {%>
<%}%>
<% } else { %>
<% } %>
<% } %>