<s:event b:on="construct" b:action="show"/> <div> <style type="text/css"> body, td, div{ font-family: Verdana; font-size: 13px; } h1,h2,h3,h4,h5,h6 { font-weight:bold; font-size:13px; } h1 { font-size: 17px; } h2 { font-size:14px; } .b-tree-leaf { cursor: pointer; } </style> <s:behavior b:name="link"> <s:event b:on="command"> <s:if b:test="not(id(@b:href))"> <s:task b:action="load" b:url="{@b:href}" b:destination="id('contentdeck')" b:mode="asfirstchild" /> </s:if> <s:task b:action="select" b:target="id(@b:href)" /> </s:event> </s:behavior> <s:include b:url="{concat($bpc_path, 'controls/backbase/b-toolbar/b-toolbar.xml')}" /> <s:include b:url="{concat($bpc_path, 'controls/backbase/b-tree/b-tree.xml')}" /> <link rel="stylesheet" href="css/xmlverbatim.css" type="text/css" /> <b:toolbar> <b:toolbaritem b:action="select" b:target="id('contentdeck')/*[last()]">&#160;Back&#160;to&#160;Index&#160;</b:toolbaritem> </b:toolbar> <div style="padding:5px;"> <h1>BXML Reference</h1> <b:deck id="contentdeck"> <s:include b:url="reference/index.xml" /> </b:deck> </div> </div>