Servis-Rhino 4211B Betriebsanweisung Seite 109

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 298
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 108
WL.Client.setUserPrefs(prefs, options)
Set multiple properties for a user in one single call.
prefs – A JavaScript object where the names of the properties in the object will be used as
the names of the properties to be created and the corresponding values in the object used as
the values of the properties.
options – ???
See also:
WL.Client.getUserPref(key)
WL.Client.hasUserPref(key)
WL.Client.setUserPref(key, value, options)
WL.Client.updateUserInfo(options)
Refreshes the data that will be returned by:
WL.Client.getUserName(realm)
WL.Client.getLoginName(realm)
WL.Client.isUserAuthenticated(realm)
See also:
WL.Client.getUserName(realm)
WL.Client.getLoginName(realm)
WL.Client.isUserAuthenticated(realm)
WL.BusyIndicator(containerId, options)
This function will show a "Busy" box on the screen which contains some text. In addition, all
other interactions with the UI will be suspended. Creating the busy indicator doesn't automatically
show it, use the show() method to make it visible.
Check the reference guide for details of which options are available in which OS versions.
Property Description
text
The text to show in the Busy text box.
bounceAnimation
opacity
textColor
strokeOpacity
fullScreen
boxLength
duration
minDuration
An instance of the indicator can be shown with the "show()" method and hidden with the
"hide()" method.
A busy indicator is commonly constructed and then shown. For example:
Page 109
Seitenansicht 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 297 298

Kommentare zu diesen Handbüchern

Keine Kommentare