JavaScript

A5.InksetStatus Method

Syntax

A5.Ink.setStatus([status])

Arguments

statusobjectstringboolean

The status message. If status is a boolean value of "false" then status will be hidden, if "true" then the currently active tools status message will be shown. If status is a string then the message will be picked from the A5.Ink.status.messages object. If status is an object, then a property with the name "html" will be expected.

htmlstring

The HTML to display in the status message area.

Description

Set the status message.