void StartKeyboard(string url = '', string elTagName = '', string elType = '', bool keepUpIfEl = false, string elId = '', string elName = '')

Runs the configured virtual keyboard. Trust Level Required: Medium

Parameters

Name Description
url URL to override the default. Pass in empty string if you're depending upon elTagName/elType to show the proper keyboard.
elTagName Associate the keyboard with a certain element tag name in order to control which keyboard shows.
elType Associate the keyboard with a certain input element type attribute in order to control which keyboard shows.
keepUpIfEl Pass in true to override the default behavior of closing the keyboard when the current element loses focus. Passing in true here is ONLY useful if you're using elTagName/elType. Note that the keyboard may stay up regardless if Auto-Show is not checked in the Config Tool.
elId Element id attribute.
elName Element name attribute.

Return

Nothing returned