All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.xava.editors.htmlEditor.jsp Maven / Gradle / Ivy

There is a newer version: 7.4.3
Show newest version
 

<%
boolean editable="true".equals(request.getParameter("editable"));

if (editable) {
	String cssClass = "ox-html-text";
	String conf = request.getParameter("config"); 
	if ("true".equals(request.getParameter("simple"))) {
		conf = "simple";  
	} 
	if (conf != null) cssClass = "ox-" + conf + "-html-text"; 
%>

	

<%
}
else {
	String propertyKey = request.getParameter("propertyKey");
	String fvalue = (String) request.getAttribute(propertyKey + ".fvalue");
%>
'>
<%=fvalue%>
<% } %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy