Block UI (ref)

(part of package 'Block UI')

You can access it in code via: plugins.svyBlockUI

Properties

delay

This is the delay in milliseconds how long it must take to start show the blocking ui

Type: int Default Value: 250


messageStyleClass

Type: styleclass


overlayColor

Type: color Default Value: "#ffffff"


overlayOpacity

Type: double Default Value: 0.5


spinner

Type: string


spinnerBgColor

Type: color


API

setMessage

Updates the message of the UI Blocker

@param {String} message

Parameters:

message string


show

Shows the UI Blocker

@param {String} [message] @param {Number} [timeout] optional number of milliseconds until the blocker is hidden

Parameters:

message string timeout int (optional)


stop

Stops all UI Blockers

@param {Number} [timeout] optional number of milliseconds until the blocker is hidden

Parameters:

timeout int (optional)


Last updated