Skip to content

Instantly share code, notes, and snippets.

@mjbradford89
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save mjbradford89/a26478baa4802579ffe3 to your computer and use it in GitHub Desktop.

Select an option

Save mjbradford89/a26478baa4802579ffe3 to your computer and use it in GitHub Desktop.
<%--
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*/
--%>
<%@ include file="/html/js/editor/init.jsp" %>
<%@ taglib uri="http://liferay.com/tld/util" prefix="liferay-util" %>
<liferay-util:include page='<%= themeDisplay.getPathEditors() + "/editor/ckeditor.jsp" %>'>
<liferay-util:param name="ckEditorConfigFileName" value="ckconfig_bbcode.jsp" />
</liferay-util:include>
<%--
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*/
--%>
<%@ include file="/html/js/editor/init.jsp" %>
<%@ taglib uri="http://liferay.com/tld/util" prefix="liferay-util" %>
<liferay-util:include page='<%= themeDisplay.getPathEditors() + "/html/js/editor/ckeditor.jsp" %>'>
<liferay-util:param name="ckEditorConfigFileName" value="ckconfig_creole.jsp" />
<liferay-util:param name="hideImageResizing" value="<%= Boolean.TRUE.toString() %>" />
</liferay-util:include>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment