Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0

On this page

You are viewing documentation of version 19.0, which is not included in the latest version. Click here to open the index page for version 18.0.

GetLastActiveElement (deprecated)


Summary

Returns the last active target text store before the current KMW operation.

Note that the name is misleading: this function returns the last active TextStore, not the last active HTMLElement. Use instead keyman.interface.getLastActiveTextStore().

Syntax

keyman.interface.GetLastActiveElement();
keyman.interface.getLastActiveElement();
KeymanWeb.GetLastActiveElement();
KeymanWeb.getLastActiveElement();

Parameters

None.

Return Value

TextStore
The requested text store.

Replaced By

This function is deprecated; see instead:

See also