Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Fires when the status bar text of the object has changed.
Syntax
| HTML Attribute | <element StatusTextChange = "handler(event)"> |
| attachEvent Method | object.attachEvent("StatusTextChange", handler) |
Event information
| Synchronous | No |
| Bubbles | No |
| Cancelable | No |
Event handler parameters
sText [in]
Type: BSTRA String that specifies the new status bar text.
Remarks
The container can use the information provided by this event to update the text of a status bar.
See also
Reference