<?xml version="1.0" encoding="UTF-8"?>
<a:screen xmlns:c="leaf.application.action" xmlns:p="uncertain.proc" xmlns:a="http://www.leaf-framework.org/application" trace="true">

    <a:view>

        <script type="text/javascript"><![CDATA[
         function hls030_tab_function_close() {
             alert("1");
         }
         function hls030_tab_function_add(){
            alert("2");
         }
         function hls030_tab_function_query() {
            alert("3");
         }
         ]]></script>
        
<a:screenTopToolbar type="bottom">
    <a:gridButton click="hls030_tab_function_close" text="HLS.CLOSE"/>
    <a:gridButton click="hls030_tab_function_add" text="HLS.NEW"/>
    <a:gridButton click="hls030_tab_function_query" text="HLS.QUERY"/>
</a:screenTopToolbar>
    </a:view>

</a:screen>