initial commit
[emacs-init.git] / nxhtml / tests / in / ryan-091111-wrong-side.tpl
1 <script language="javascript" type="text/javascript">
2 //<!--
3 {literal}
4 $('account').observe("change", function(event) {should_get_account_data(
5 'first', 'acct' );});
6 $('desc').observe("change", function(event) {should_get_account_data(
7 'first', 'name' );});
8 {/literal}
9 {if $autocomplete}
10 {literal}
11 document.observe("dom:loaded", function(event)
12 {auto_complete_customers('first', 'acct');});
13 document.observe("dom:loaded", function(event)
14 {auto_complete_customers('first', 'name');});
15 {/literal}
16 {/if}
17 //-->
18 </script>