... | in utilities.naml |
1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061
|
<macro name="ajax" dot_parameter="do" parameters="is_cached" requires="servlet">
<n.use_html_encoder.>
<n.do/>
<n.if.is_cached>
<then.load_call_later_script/>
<else>
<script type="text/javascript">
<n.compress.run_call_later_now/>
</script>
</else>
</n.if.is_cached>
</n.use_html_encoder.>
</macro>
|
Free forum by Nabble | Edit this page |