%@page language="Java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %>
This sample shows how to replace all <textarea>
elements
with CKEditor by using JSP tag.
To replace all <textarea>
elements, place the following call at any point
after the last <textarea>
element:
<ckeditor:replaceAll basePath="/ckeditor/" />