﻿<?xml version="1.0" encoding="UTF-8"?>
<Template id="APIBrowser" Title ="API Browser">
  <import-style src ="Styles/jsprof.css" id ="jsprof" />
  <import-style src ="Styles/GizmoStyles.css" id ="Gizmo" />
  <import-style src ="Styles/wideselect.css" id ="wideselect" />
	<import-xml src = "Templates/TemplateTools.xml" id = "TemplateTools" />
  <import-xml src = "Fragments/FrameworkAPIBrowser.xml" id = "APIBrowser" />
  <embedded-script>
    <![CDATA[
      template_init : function(){

					if(typeof this.resizeTo == "function"){
						this.resizeTo(650,620);
						this.setCanResize(0);
					}
        this.GetAPIList().setResultHandler( this._prehandle_apiclick);
        this.RefreshPackageList();
        this.GetAPIList().getContainer().style.height = "225px";
      }
    ]]>
    
  </embedded-script>
</Template>
