hana-cli
Version:
HANA Developer Command Line Interface
14 lines (12 loc) • 650 B
text/xml
<core:FragmentDefinition xmlns="sap.m"
xmlns:l="sap.ui.layout"
xmlns:f="sap.ui.layout.form"
xmlns:core="sap.ui.core">
<Toolbar id="toolbarDebug" ariaLabelledBy="Title5">
<Title id="Title5" text="{i18nReuse>grpDebug}"/>
</Toolbar>
<Label id="labelQuiet" text="{i18nReuse>gui.quiet}" tooltip="{i18nReuse>disableVerbose}"/>
<CheckBox id="disableVerbose" selected="{/disableVerbose}" tooltip="{i18nReuse>disableVerbose}"/>
<Label id="labelDebug" text="{i18nReuse>gui.debug}" tooltip="{i18nReuse>debug}"/>
<CheckBox id="debug" selected="{/debug}" tooltip="{i18nReuse>debug}"/>
</core:FragmentDefinition>