SAPUI5 Grundlagen

Icons

(C) Brandeis Consulting.

Beispiel

(C) Brandeis Consulting.

Icons

Icon Explorer

In anderen Oberflächenelementen, z.B. Buttons

         <Button
            id="helloDialogButton"
            icon="sap-icon://world"
            text="{i18n>openDialogButtonText}"
            press=".onOpenDialog"
            class="sapUiSmallMarginEnd"/>

Als eigenständiges Oberflächenelement

      <content>
         <core:Icon
            src="sap-icon://hello-world"
            size="8rem"
            class="sapUiMediumMargin"/>
      </content>
(C) Brandeis Consulting.