cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Form display FormElement with icon

santoshgowda
Participant
0 Likes
478

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?

Accepted Solutions (0)

Answers (0)