Hi I need to display Pop-up on click on the icon.
I'm using Form element's.
<f:FormElement>
<f:fields>
<Text text="{i18n>DestinationSystem}"></Text>
<core:Icon src="sap-icon://question-mark" width="1rem"
app:id="DQ_DestinationSystem" visible="{= !${device>/system/phone}}" class="sapUiTinyMarginTop" press="fnTooltip"/>
<ComboBox id="idEditDQ_DestinationSystemReq"
change="onClickComboSelection"
selectedKey="0"
selectionChange="fnChangeState">
Is it possible to display icon beside label?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.