<%@page import="javax.servlet.*" %> <%@page import="java.net.*" %> <%@page import="java.io.*" %> <%@page import="java.util.*" %> <%@include file="jsputility.jsp" %> <% // HTML encode is used to encode the content within the value attribute // of the hidden textarea field // source code of jsputility class can be found in "jsputility.jsp" jsputility HTMLencode = new jsputility(); %> JavaScript API Sample / JSP
JavaScript API Sample / JSP
This sample demonstrates the usage of edit-on Pro in JSP scripts. The document loaded into the editor becomes imported and exported using the applets JavaScript (run-time) APIs.
" /> " />

Following config.xml file has been used for this JSP sample.

The user interface has been defined within the uiconfig.xml file.
Back to Samples Index