skip to Main Content

Trying to add styles using jQuery in dialog of UI5

I am trying to add styles to my dialog header of my ui5 application, but the effect is not applied. Here is the code: ` onValueHelpRequest : function(oEvent) { var sInputValue = oEvent.getSource().getValue(), oView = this.getView(); if (!this._pValueHelpDialog) { this._pValueHelpDialog…

VIEW QUESTION
Back To Top
Search