Update of /var/cvs/applications/searchrelate/META-INF/tags/mm/searchrelate
In directory james.mmbase.org:/tmp/cvs-serv14621
Modified Files:
tabs.tagx
Log Message:
introduces aftercancel and aftersubmit (which is cancel|commit) fragments
See also:
http://cvs.mmbase.org/viewcvs/applications/searchrelate/META-INF/tags/mm/searchrelate
Index: tabs.tagx
===================================================================
RCS file:
/var/cvs/applications/searchrelate/META-INF/tags/mm/searchrelate/tabs.tagx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- tabs.tagx 15 Jul 2008 16:24:22 -0000 1.7
+++ tabs.tagx 15 Jul 2008 17:15:34 -0000 1.8
@@ -43,9 +43,16 @@
<jsp:directive.attribute name="intro" fragment="true"
/>
+
<jsp:directive.attribute name="aftercommit" fragment="true"
/>
+ <jsp:directive.attribute name="aftercancel" fragment="true"
+ />
+
+ <jsp:directive.attribute name="aftersubmit" fragment="true"
+ />
+
<mm:import id="e">.${empty extension ? 'jspx' : extension}</mm:import>
<mm:import id="p" externid="path" from="this" vartype="list">${empty path ?
'a,b,c' : path}</mm:import>
<mm:import id="f" externid="form" from="this">${empty form ? 'form' :
form}</mm:import>
@@ -143,6 +150,8 @@
window.location = '<mm:url page="${page}"><mm:param
name="${f}">${currentpage}</mm:param></mm:url>'
});
</script>
+ <jsp:invoke fragment="aftercancel" />
+ <jsp:invoke fragment="aftersubmit" />
</mm:present>
<mm:notpresent referid="cancel">
<mm:compare referid="tabClass" regexp=".*\boutside\b.*"
inverse="true">
@@ -176,6 +185,7 @@
</script>
</c:if>
<jsp:invoke fragment="aftercommit" />
+ <jsp:invoke fragment="aftersubmit" />
</mm:present>
<script type="text/javascript">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs