Toolbox definition

Toolbox.xml

The authoring toolbox is populated from the static resource file pat/res/Toolbox.xml.

Control & group IDs

The IDs referred to by toolboxLocation.control.id and toolboxLocation.group.id are the <treeNode/> IDs from pat/res/Toolbox.xml. For example, below shows the rendered "TEXTUAL" group and the correponding part of the XML resource. In this case, the group ID is toolboxTextItemLabel and the child <treeNode/> IDs are the control IDs.

Rendered groupGroup definition

Example Toolbox.xml

<resources>

	<treeView id="Toolbox_PageView">

		<!-- PINNED -->
		<treeNode id="toolboxPinnedLabel" idsLabel="IDS_TB_PINNED" classPrefix="clsToolboxHeaderTreenode"/>

		<!-- TEXTUAL -->
		<treeNode id="toolboxTextItemLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TB_TEXTUAL">
			<treeNode id="toolboxListTextItem" value="textItem" idsLabel="IDS_EL_textItem" idsTooltip="IDS_EL_textItem_tip" smallSvgIcon="def_el_textItem"/>
			<treeNode id="toolboxListCreateQueryExpr" value="createQueryExpr" idsLabel="IDS_CREATE_QUERY_EXPR" idsTooltip="IDS_CREATE_QUERY_EXPR_tip" smallSvgIcon="def_query_calculation"/>
			<treeNode id="toolboxListCreateLayoutExpr" value="createLayoutExpr" idsLabel="IDS_CREATE_LAYOUT_EXPR" idsTooltip="IDS_CREATE_LAYOUT_EXPR_tip" smallSvgIcon="def_layout_calculation"/>
			<treeNode id="toolboxListCreateTuple" value="createTuple" idsLabel="IDS_CREATE_TUPLE" idsTooltip="IDS_CREATE_TUPLE_tip" smallSvgIcon="def_tuple"/>
			<treeNode id="toolboxListRichTextItem" value="richTextItem" idsLabel="IDS_EL_richTextItem" idsTooltip="IDS_EL_richTextItem_tip" smallSvgIcon="def_el_richTextItem"/>
			<treeNode id="toolboxListHyperlink" value="hyperlink" idsLabel="IDS_EL_hyperlink" idsTooltip="IDS_EL_hyperlink_tip" smallSvgIcon="def_el_hyperlink"/>
			<treeNode id="toolboxListDate" value="date" idsLabel="IDS_COMP_DATE" idsTooltip="IDS_COMP_DATE_tip" smallSvgIcon="def_el_date"/>
			<treeNode id="toolboxListTime" value="time" idsLabel="IDS_COMP_TIME" idsTooltip="IDS_COMP_TIME_tip" smallSvgIcon="def_el_time"/>
			<treeNode id="toolboxListPageNumber" value="pageNumber" idsLabel="IDS_COMP_PAGENUM" idsTooltip="IDS_COMP_PAGENUM_tip" smallSvgIcon="def_el_pageNumber"/>
			<treeNode id="toolboxListRowNumber" value="rowNumber" idsLabel="IDS_COMP_ROWNUM" idsTooltip="IDS_COMP_ROWNUM_tip" smallSvgIcon="def_el_rowNumber"/>
			<treeNode id="toolboxListAsOfTime" value="asOfTime" idsLabel="IDS_EL_asOfTime" idsTooltip="IDS_EL_asOfTime_tip" smallSvgIcon="def_el_asOfTime"/>
		</treeNode>

		<!-- LAYOUT -->
		<treeNode id="toolboxLayoutLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TB_LAYOUT">
			<treeNode id="toolboxListBlock" value="block" idsLabel="IDS_EL_block" idsTooltip="IDS_EL_block_tip" smallSvgIcon="def_el_block"/>
			<treeNode id="toolboxListTable" value="table" idsLabel="IDS_EL_table" idsTooltip="IDS_EL_table_tip" smallSvgIcon="def_el_table"/>
			<treeNode id="toolboxListFieldSet" value="fieldSet" idsLabel="IDS_EL_fieldSet" idsTooltip="IDS_EL_fieldSet_tip" smallSvgIcon="def_el_fieldSet"/>
			<treeNode id="toolboxListImage" value="image" idsLabel="IDS_EL_image" idsTooltip="IDS_EL_image_tip" smallSvgIcon="def_el_image"/>
		</treeNode>

		<!-- DATA CONTAINER -->
		<treeNode id="toolboxDataControlLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TB_DATA_CONTAINERS">
			<treeNode id="toolboxListListControl" value="listControl" idsLabel="IDS_EL_listControl" idsTooltip="IDS_EL_listControl" smallSvgIcon="def_el_listControl"/>
			<treeNode id="toolboxListList" value="list" idsLabel="IDS_EL_list" idsTooltip="IDS_EL_list_tip" smallSvgIcon="def_el_list"/>
			<treeNode id="toolboxListAppList" value="appList" idsLabel="IDS_EL_appList" idsTooltip="IDS_EL_appList_tip" smallSvgIcon="def_el_appList"/>
			<treeNode id="toolboxListCrosstab" value="crosstab" idsLabel="IDS_EL_crosstab" idsTooltip="IDS_EL_crosstab_tip" smallSvgIcon="def_el_crosstab"/>
			<treeNode id="toolboxListVisChart" value="visChart" idsLabel="IDS_LBL_NEW_GENERIC_CHART_GALLERY" idsTooltip="IDS_LBL_NEW_GENERIC_CHART_GALLERY_tip" smallSvgIcon="def_el_vizControl"/>
			<treeNode id="toolboxListRepeaterTable" value="repeaterTable" idsLabel="IDS_EL_repeaterTable" idsTooltip="IDS_EL_repeaterTable_tip" smallSvgIcon="def_el_repeaterTable"/>
			<treeNode id="toolboxListRepeater" value="repeater" idsLabel="IDS_EL_repeater" idsTooltip="IDS_EL_repeater_tip" smallSvgIcon="def_el_repeater"/>
			<treeNode id="toolboxListSingleton" value="singleton" idsLabel="IDS_EL_singleton" idsTooltip="IDS_EL_singleton_tip" smallSvgIcon="def_el_singleton"/>
		</treeNode>

		<!-- ACTIVE REPORT -->
		<treeNode id="toolboxActiveReportLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TB_ACTIVE_REPORT">
			<treeNode id="toolboxListAppVariableTextItem" value="appVariableTextItem" idsLabel="IDS_EL_appVariableTextItem" idsTooltip="IDS_EL_appVariableTextItem_tip" smallSvgIcon="def_el_appVariableTextItem"/>
			<treeNode id="toolboxListAppRowNumber" value="appRowNumber" idsLabel="IDS_EL_appRowNumber" idsTooltip="IDS_EL_appRowNumber_tip" smallSvgIcon="def_el_appRowNumber"/>
			<treeNode id="toolboxListAppRepeaterTable" value="appRepeaterTable" idsLabel="IDS_EL_appRepeaterTable" idsTooltip="IDS_EL_appRepeaterTable_tip" smallSvgIcon="def_el_appRepeaterTable"/>
			<treeNode id="toolboxListAppDeck" value="appDeck" idsLabel="IDS_EL_appDeck" idsTooltip="IDS_EL_appDeck_tip" smallSvgIcon="def_el_appDeck"/>
			<treeNode id="toolboxListAppDataDeck" value="appDataDeck" idsLabel="IDS_EL_appDataDeck" idsTooltip="IDS_EL_appDataDeck_tip" smallSvgIcon="def_el_appDataDeck"/>
			<treeNode id="toolboxListAppTabControl" value="appTabControl" idsLabel="IDS_EL_appTabControl" idsTooltip="IDS_EL_appTabControl_tip" smallSvgIcon="def_el_appTabControl"/>
			<treeNode id="toolboxListAppDataTabControl" value="appDataTabControl" idsLabel="IDS_EL_appDataTabControl" idsTooltip="IDS_EL_appDataTabControl_tip" smallSvgIcon="def_el_appDataTabControl"/>
			<treeNode id="toolboxListAppButtonBar" value="appButtonBar" idsLabel="IDS_EL_appButtonBar" idsTooltip="IDS_EL_appButtonBar_tip" smallSvgIcon="def_el_appButtonBar"/>
			<treeNode id="toolboxListAppDataButtonBar" value="appDataButtonBar" idsLabel="IDS_EL_appDataButtonBar" idsTooltip="IDS_EL_appDataButtonBar_tip" smallSvgIcon="def_el_appDataButtonBar"/>
			<treeNode id="toolboxListAppToggleButtonBar" value="appToggleButtonBar" idsLabel="IDS_EL_appToggleButtonBar" idsTooltip="IDS_EL_appToggleButtonBar_tip" smallSvgIcon="def_el_appToggleButtonBar"/>
			<treeNode id="toolboxListAppDataToggleButtonBar" value="appDataToggleButtonBar" idsLabel="IDS_EL_appDataToggleButtonBar" idsTooltip="IDS_EL_appDataToggleButtonBar_tip" smallSvgIcon="def_el_appDataToggleButtonBar"/>
			<treeNode id="toolboxListAppRadioButtonGroup" value="appRadioButtonGroup" idsLabel="IDS_EL_appRadioButtonGroup" idsTooltip="IDS_EL_appRadioButtonGroup_tip" smallSvgIcon="def_el_appRadioButtonGroup"/>
			<treeNode id="toolboxListAppDataRadioButtonGroup" value="appDataRadioButtonGroup" idsLabel="IDS_EL_appDataRadioButtonGroup" idsTooltip="IDS_EL_appDataRadioButtonGroup_tip" smallSvgIcon="def_el_appDataRadioButtonGroup"/>
			<treeNode id="toolboxListAppCheckboxGroup" value="appCheckboxGroup" idsLabel="IDS_EL_appCheckboxGroup" idsTooltip="IDS_EL_appCheckboxGroup_tip" smallSvgIcon="def_el_appCheckboxGroup"/>
			<treeNode id="toolboxListAppDataCheckboxGroup" value="appDataCheckboxGroup" idsLabel="IDS_EL_appDataCheckboxGroup" idsTooltip="IDS_EL_appDataCheckboxGroup_tip" smallSvgIcon="def_el_appDataCheckboxGroup"/>
			<treeNode id="toolboxListAppDropDownList" value="appDropDownList" idsLabel="IDS_EL_appDropDownList" idsTooltip="IDS_EL_appDropDownList_tip" smallSvgIcon="def_el_appDropDownList"/>
			<treeNode id="toolboxListAppDataDropDownList" value="appDataDropDownList" idsLabel="IDS_EL_appDataDropDownList" idsTooltip="IDS_EL_appDataDropDownList_tip" smallSvgIcon="def_el_appDataDropDownList"/>
			<treeNode id="toolboxListAppListBox" value="appListBox" idsLabel="IDS_EL_appListBox" idsTooltip="IDS_EL_appListBox_tip" smallSvgIcon="def_el_appListBox"/>
			<treeNode id="toolboxListAppDataListBox" value="appDataListBox" idsLabel="IDS_EL_appDataListBox" idsTooltip="IDS_EL_appDataListBox_tip" smallSvgIcon="def_el_appDataListBox"/>
			<treeNode id="toolboxListAppIterator" value="appIterator" idsLabel="IDS_EL_appIterator" idsTooltip="IDS_EL_appIterator_tip" smallSvgIcon="def_el_appIterator"/>
			<treeNode id="toolboxListAppDataIterator" value="appDataIterator" idsLabel="IDS_EL_appDataIterator" idsTooltip="IDS_EL_appDataIterator_tip" smallSvgIcon="def_el_appDataIterator"/>
			<treeNode id="toolboxListAppDiscreteSlider" value="appDiscreteSlider" idsLabel="IDS_EL_appDiscreteSlider" idsTooltip="IDS_EL_appDiscreteSlider_tip" smallSvgIcon="def_el_appDiscreteSlider"/>
			<treeNode id="toolboxListAppDataDiscreteSlider" value="appDataDiscreteSlider" idsLabel="IDS_EL_appDataDiscreteSlider" idsTooltip="IDS_EL_appDataDiscreteSlider_tip" smallSvgIcon="def_el_appDataDiscreteSlider"/>
			<treeNode id="toolboxListAppContinuousSlider" value="appContinuousSlider" idsLabel="IDS_EL_appContinuousSlider" idsTooltip="IDS_EL_appContinuousSlider_tip" smallSvgIcon="def_el_appContinuousSlider"/>
			<treeNode id="toolboxListAppButton" value="appButton" idsLabel="IDS_EL_appButton" idsTooltip="IDS_EL_appButton_tip" smallSvgIcon="def_el_appButton"/>
			<treeNode id="toolboxListAppIFrame" value="appIFrame" idsLabel="IDS_EL_appIFrame" idsTooltip="IDS_EL_appIFrame_tip" smallSvgIcon="def_el_appIFrame"/>
			<treeNode id="toolboxListAppCreateReportPromptsWizard" value="createReportPromptsWizard" idsLabel="IDS_EL_createReportPromptsWizard" idsTooltip="IDS_EL_createReportPromptsWizard_tip" smallSvgIcon="def_report_prompts"/>
		</treeNode>

		<!-- PROMPTING -->
		<treeNode id="toolboxPromptLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TB_PROMPTING">
			<treeNode id="toolboxListTextBox" value="textBox" idsLabel="IDS_EL_textBox" idsTooltip="IDS_EL_textBox_tip" smallSvgIcon="def_el_textBox"/>
			<treeNode id="toolboxListSelectValue" value="selectValue" idsLabel="IDS_EL_selectValue" idsTooltip="IDS_EL_selectValue_tip" smallSvgIcon="def_el_selectValue"/>
			<treeNode id="toolboxListSelectWithSearch" value="selectWithSearch" idsLabel="IDS_EL_selectWithSearch" idsTooltip="IDS_EL_selectWithSearch_tip" smallSvgIcon="def_el_selectWithSearch"/>
			<treeNode id="toolboxListSelectDateTime" value="selectDateTime" idsLabel="IDS_EL_selectDateTime" idsTooltip="IDS_EL_selectDateTime_tip" smallSvgIcon="def_el_selectDateTime"/>
			<treeNode id="toolboxListSelectDate" value="selectDate" idsLabel="IDS_EL_selectDate" idsTooltip="IDS_EL_selectDate_tip" smallSvgIcon="def_el_selectDate"/>
			<treeNode id="toolboxListSelectTime" value="selectTime" idsLabel="IDS_EL_selectTime" idsTooltip="IDS_EL_selectTime_tip" smallSvgIcon="def_el_selectTime"/>
			<treeNode id="toolboxListSelectInterval" value="selectInterval" idsLabel="IDS_EL_selectInterval" idsTooltip="IDS_EL_selectInterval_tip" smallSvgIcon="def_el_selectInterval"/>
			<treeNode id="toolboxListSelectWithTree" value="selectWithTree" idsLabel="IDS_EL_selectWithTree" idsTooltip="IDS_EL_selectWithTree_tip" smallSvgIcon="def_el_selectWithTree"/>
			<treeNode id="toolboxListGeneratedPrompt" value="generatedPrompt" idsLabel="IDS_EL_generatedPrompt" idsTooltip="IDS_EL_generatedPrompt_tip" smallSvgIcon="def_el_generatedPrompt"/>
			<treeNode id="toolboxListPromptButton" value="promptButton" idsLabel="IDS_EL_promptButton" idsTooltip="IDS_EL_promptButton_tip" smallSvgIcon="def_el_promptButton"/>
		</treeNode>

		<!-- AUTHORED CONTROLS -->
		<treeNode id="toolboxAuthoredLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TB_AUTHORED"/>

		<!-- ADVANCED -->
		<treeNode id="toolboxAdvancedLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TB_ADVANCED">
			<treeNode id="toolboxListCustomControl" value="customControl" idsLabel="IDS_EL_customControl" idsTooltip="IDS_EL_customControl" smallSvgIcon="def_el_customControl"/>
			<treeNode id="toolboxListConditionalBlocks" value="conditionalBlocks" idsLabel="IDS_EL_conditionalBlocks" idsTooltip="IDS_EL_conditionalBlocks_tip" smallSvgIcon="def_el_conditionalBlocks"/>
			<treeNode id="toolboxListHTMLItem" value="HTMLItem" idsLabel="IDS_EL_HTMLItem" idsTooltip="IDS_EL_HTMLItem_tip" smallSvgIcon="def_el_HTMLItem"/>
			<treeNode id="toolboxListLayoutComponentRef" value="layoutComponentRef" idsLabel="IDS_EL_layoutComponentRef" idsTooltip="IDS_EL_layoutComponentRef_tip" smallSvgIcon="def_el_layoutComponentRef"/>
			<treeNode id="toolboxListCMMMap" value="CMMMap" idsLabel="IDS_EL_CMMMap" idsTooltip="IDS_EL_CMMMap_tip" smallSvgIcon="def_el_CMMMap"/>
			<treeNode id="toolboxListTOC" value="TOC" idsLabel="IDS_EL_TOC" idsTooltip="IDS_EL_TOC_tip" smallSvgIcon="def_el_TOC"/>
			<treeNode id="toolboxListTOCEntry" value="TOCEntry" idsLabel="IDS_EL_TOCEntry" idsTooltip="IDS_EL_TOCEntry_tip" smallSvgIcon="def_el_TOCEntry"/>
			<treeNode id="toolboxListBookmark" value="bookmark" idsLabel="IDS_EL_bookmark" idsTooltip="IDS_EL_bookmark_tip" smallSvgIcon="def_el_bookmark"/>
			<treeNode id="toolboxListCrosstabSpacerNoFactCells" value="crosstabSpacerNoFactCells" idsLabel="IDS_COMP_crosstabSpacerNoFactCells" idsTooltip="IDS_COMP_crosstabSpacerNoFactCells_tip" smallSvgIcon="def_el_crosstabSpacer"/>
			<treeNode id="toolboxListCrosstabSpacerWithFactCells" value="crosstabSpacerWithFactCells" idsLabel="IDS_COMP_crosstabSpacerWithFactCells" idsTooltip="IDS_COMP_crosstabSpacerWithFactCells_tip" smallSvgIcon="def_el_crosstabSpacer_with_fact_cells"/>
			<treeNode id="toolboxListButton" value="button" idsLabel="IDS_EL_button" idsTooltip="IDS_EL_button_tip" smallSvgIcon="def_el_button"/>
			<treeNode id="toolboxListNotebook" value="notebook" idsLabel="IDS_EL_notebook" idsTooltip="IDS_EL_notebook_tip" smallSvgIcon="def_el_notebook"/>
		</treeNode>

		<!-- DEVELOPER -->
		<treeNode id="toolboxDeveloperLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TB_DEVELOPER">
			<treeNode id="toolboxListExtensibleViz" value="vizControlSandbox" idsLabel="IDS_EL_CUSTOM_VIZ" idsTooltip="IDS_LBL_NEW_DEVELOPER_WIDGET_GALLERY_tip" smallSvgIcon="def_el_vizControlSandbox"/>
			<treeNode id="toolboxListSvgSchematic" value="svgSchematicSandbox" idsLabel="IDS_EL_SCHEMATIC_VIZ" idsTooltip="IDS_LBL_NEW_GENERIC_SCHEMATIC_GALLERY_tip" smallSvgIcon="def_el_vizControlSchematicSandbox"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_PagesView">
		<treeNode id="toolboxPagesViewLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TOOLBOX_LABEL" expandable="true" expanded="true">
			<treeNode id="toolboxListPage" value="page" idsLabel="IDS_EL_page" idsTooltip="IDS_EL_page_tip" smallSvgIcon="def_el_page"/>
			<treeNode id="toolboxListPageSet" value="pageSet" idsLabel="IDS_EL_pageSet" idsTooltip="IDS_EL_pageSet_tip" smallSvgIcon="def_el_pageSet"/>
			<treeNode id="toolboxListBookletItem" value="bookletItem" idsLabel="IDS_EL_bookletItem" idsTooltip="IDS_EL_bookletItem_tip" smallSvgIcon="def_el_bookletItem"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_PagesAsTabsView">
		<treeNode id="toolboxPagesAsTabsViewLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TOOLBOX_LABEL" expandable="true" expanded="true">
			<treeNode id="toolboxListPage" value="page" idsLabel="IDS_EL_page" idsTooltip="IDS_EL_page_tip" smallSvgIcon="def_el_page_AsTab"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_PromptPagesView">
		<treeNode id="toolboxPromptPagesViewLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TOOLBOX_LABEL" expandable="true" expanded="true">
			<treeNode id="toolboxListPromptPage" value="promptPage" idsLabel="IDS_EL_page" idsTooltip="IDS_EL_page_tip" smallSvgIcon="def_el_page"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_VariablesView">
		<treeNode id="toolboxVariablesViewLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TOOLBOX_LABEL" expandable="true" expanded="true">
			<treeNode id="toolboxListReportVariableLocale" value="reportVariable_locale" idsLabel="IDS_VARTYPE_locale" idsTooltip="IDS_VARTYPE_locale_tip" smallSvgIcon="def_reportVariable_locale"/>
			<treeNode id="toolboxListReportVariableString" value="reportVariable_string" idsLabel="IDS_VARTYPE_string" idsTooltip="IDS_VARTYPE_string_tip" smallSvgIcon="def_reportVariable_string"/>
			<treeNode id="toolboxListReportVariableBoolean" value="reportVariable_boolean" idsLabel="IDS_VARTYPE_boolean" idsTooltip="IDS_VARTYPE_boolean_tip" smallSvgIcon="def_reportVariable_boolean"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_ClassStylesView">
		<treeNode id="toolboxClassStylesViewLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TOOLBOX_LABEL" expandable="true" expanded="true">
			<treeNode id="toolboxListClassStyle" value="classStyle" idsLabel="IDS_EL_classStyle" idsTooltip="IDS_EL_classStyle_tip" smallSvgIcon="def_el_classStyle"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_QueryView_queries">
		<treeNode id="toolboxQueryViewQueriesLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TOOLBOX_LABEL" expandable="true" expanded="true">
			<treeNode id="toolboxListQuery" value="query" idsLabel="IDS_EL_query" idsTooltip="IDS_EL_query_tip" smallSvgIcon="def_el_query"/>
			<treeNode id="toolboxListJoin" value="join" idsLabel="IDS_EL_joinOperation" idsTooltip="IDS_EL_joinOperation_tip" smallSvgIcon="def_joinOperation"/>
			<treeNode id="toolboxListUnion" value="union" idsLabel="IDS_PROPVAL_SETOP_UNION" idsTooltip="IDS_PROPVAL_SETOP_UNION_tip" smallSvgIcon="def_setOperation_UNION"/>
			<treeNode id="toolboxListIntersect" value="intersect" idsLabel="IDS_PROPVAL_SETOP_INTERSECT" idsTooltip="IDS_PROPVAL_SETOP_INTERSECT_tip" smallSvgIcon="def_setOperation_INTERSECT"/>
			<treeNode id="toolboxListExcept" value="except" idsLabel="IDS_PROPVAL_SETOP_EXCEPT" idsTooltip="IDS_PROPVAL_SETOP_EXCEPT_tip" smallSvgIcon="def_setOperation_EXCEPT"/>
			<treeNode id="toolboxListSqlQuery" value="sqlQuery" idsLabel="IDS_EL_sqlQuery" idsTooltip="IDS_EL_sqlQuery_tip" smallSvgIcon="def_el_sqlQuery"/>
			<treeNode id="toolboxListMdxQuery" value="mdxQuery" idsLabel="IDS_EL_mdxQuery" idsTooltip="IDS_EL_mdxQuery_tip" smallSvgIcon="def_el_mdxQuery"/>
			<treeNode id="toolboxListQueryFolder" value="queryFolder" idsLabel="IDS_EL_queryFolder" idsTooltip="IDS_EL_queryFolder_tip" smallSvgIcon="def_el_queryFolder"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_QueryView_query">
		<treeNode id="toolboxQueryViewQueryLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TOOLBOX_LABEL" expandable="true" expanded="true">
			<treeNode id="toolboxListCreateQueryExpr" value="createQueryExpr" idsLabel="IDS_CREATE_QUERY_EXPR" idsTooltip="IDS_CREATE_QUERY_EXPR_tip" smallSvgIcon="def_query_calculation"/>
			<treeNode id="toolboxListCreateTuple" value="createTuple" idsLabel="IDS_CREATE_TUPLE" idsTooltip="IDS_CREATE_TUPLE_tip" smallSvgIcon="def_tuple"/>
			<treeNode id="toolboxListFilter" value="filter" idsLabel="IDS_EL_filter" idsTooltip="IDS_EL_filter_tip" smallSvgIcon="def_filter"/>
			<treeNode id="toolboxListSlicerMemberSet" value="slicerMemberSet" idsLabel="IDS_EL_slicerMemberSet" idsTooltip="IDS_EL_slicerMemberSet_tip" smallSvgIcon="def_el_slicer"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_QueryView_dimensionInfo">
		<treeNode id="toolboxQueryViewDimensionLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_QUERY_VIEW_DIMENSION_LABEL" expandable="true" expanded="true">
			<treeNode id="toolboxListDimension" value="dimension" idsLabel="IDS_EL_dimension" idsTooltip="IDS_EL_dimension_tip" smallSvgIcon="def_el_dimension"/>
			<treeNode id="toolboxListLevel" value="level" idsLabel="IDS_EL_level" idsTooltip="IDS_EL_level_tip" smallSvgIcon="def_el_level"/>
			<treeNode id="toolboxListLevelHierarchy" value="levelHierarchy" idsLabel="IDS_EL_levelHierarchy" idsTooltip="IDS_EL_levelHierarchy_tip" smallSvgIcon="def_el_hierarchy"/>
			<treeNode id="toolboxListMemberHierarchy" value="memberHierarchy" idsLabel="IDS_EL_memberHierarchy" idsTooltip="IDS_EL_memberHierarchy_tip" smallSvgIcon="def_el_member"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_ParametersView">
		<treeNode id="toolboxParametersViewLabel" classPrefix="clsToolboxHeaderTreenode" idsLabel="IDS_TOOLBOX_LABEL" expandable="true" expanded="true">
			<treeNode id="toolboxParameter_string" value="parameter_string" idsLabel="IDS_EL_parameter_string" idsTooltip="IDS_EL_parameter_tip" smallSvgIcon="def_el_parameter"/>
			<treeNode id="toolboxParameter_date" value="parameter_date" idsLabel="IDS_EL_parameter_date" idsTooltip="IDS_EL_parameter_tip" smallSvgIcon="def_el_parameter"/>
			<treeNode id="toolboxParameter_time" value="parameter_time" idsLabel="IDS_EL_parameter_time" idsTooltip="IDS_EL_parameter_tip" smallSvgIcon="def_el_parameter"/>
			<treeNode id="toolboxParameter_dateTime" value="parameter_dateTime" idsLabel="IDS_EL_parameter_dateTime" idsTooltip="IDS_EL_parameter_tip" smallSvgIcon="def_el_parameter"/>
			<treeNode id="toolboxParameter_interval" value="parameter_interval" idsLabel="IDS_EL_parameter_interval" idsTooltip="IDS_EL_parameter_tip" smallSvgIcon="def_el_parameter"/>
			<treeNode id="toolboxParameter_mun" value="parameter_mun" idsLabel="IDS_EL_parameter_mun" idsTooltip="IDS_EL_parameter_tip" smallSvgIcon="def_el_parameter"/>
		</treeNode>
	</treeView>

	<treeView id="Toolbox_Empty"/>

</resources>