IBM Worklight 6.1 - How to customize WL.BusyIndicator's height and width?
问题 I am using busyindicator in worklight 6.1 version for ios environment and want to know how to increase height and width for indicator. Code for showing busy indicator which i am using busyInd = new WL.BusyIndicator('content', {text : 'Loading Data Please Wait....'}); busyInd.show() //for showing indicator busyInd.hide() // for Hiding indicator It is showing me busyIndicator but it is very small and text is too long which is not showing properly. I want to customize the height and width. Can i