In-page Hints
Hot Lingo spell-checks all textual input elements within a web page or, depending on user-specified settings, only inputs found within <FORM> elements. In certain cases it may be desirable to customize the behavior of Hot Lingo for a given web page, either to ensure scripted elements are included or to ignore inputs that should not be spell checked. To enable this, Hot Lingo recognizes custom attributes that can be applied to the <BODY>, <INPUT> and <TEXTAREA> elements.
Custom attributes are generally parsed but ignored by browsers, however from within Microsoft Internet Explorer these attributes can be set programmatically from within script executed on the onLoad page event - useful if a web page needs to conform to W3C valid HTML DTD.
Notes: End-users may choose to disable the in-page hint feature. The use of this feature from within web pages requires knowledge of HTML.
|
||
|
This attribute must be included in the <BODY> element of a page to enable the in-page hint feature within Hot Lingo. Values:
Usage:
|
||
|
||
|
Hot Lingo can spell check inputs found within a <FORM> element only, or from the entire web page. This attribute can be used to indicate the desired spell checking behavior for a given page. Values:
Usage:
|
||
|
||
|
Hot Lingo has additional support for applets and ActiveX controls used by Lotus iNotes and Microsoft Exchange OWA. To ensure applet support within a page employing such technology, the hotlingo_applets attribute can be set to "true". Values:
Usage:
|
||
|
||
|
Hot Lingo does not spell check read-only or hidden text inputs. Optionally Hot Lingo can be instructed to ignore specific text inputs using the hotlingo_ignore attribute set to "true" for <INPUT> and <TEXTAREA> elements. Values:
Usage:
|
||