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

templates.ListH.gsp Maven / Gradle / Ivy

<%
	org.devocative.devolcano.vo.ClassVO cls = targetClass
	org.devocative.devolcano.ContextVO context = context

	org.devocative.devolcano.GenTargetVO formJ = context.getGenTarget(cls, "FormJ")
%>



<%
    if(params["ajaxEditColumn"] && formJ != null) { %>
	
<% if(cls.hasAdd) {%> <% } } %>
<% cls.allFieldsMap.each { String name, org.devocative.devolcano.vo.FieldVO field -> if (field.ok && field.hasFVO) { out << """\t\t\t\t
\n""" } } %>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy