Minor style changes
[castle.git] / MonoRail / TestSiteNVelocity / views / ajax / jsproxies.vm
blob0bdab2be4dc649e9a4e5476b8a75f53a6ed60f21
1 <html>\r
2 <head>\r
3 $AjaxHelper.GetJavascriptFunctions()\r
4 $AjaxHelper.GenerateJSProxy("myproxy")\r
5 \r
6 </head>\r
7 \r
8 <body>\r
9 \r
10 <input type="button" id="invocableMethodButton" value="invocableMethod1" onclick="javascript:$('result').innerHTML = myproxy.invocableMethod1();" />\r
12 <input type="button" id="anotherMethodButton" value="friendlyName" onclick="javascript:$('result').innerHTML = myproxy.friendlyName('something');" />\r
14 <div id="result">\r
15 </div>\r
17 </body>\r
18 </html>