docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 6.1Web Developer ManualEmit Tags
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<emit>
<emit atlas>
<emit captcha>
<emit cimg>
<emit dir>
<emit exec>
<emit fonts>
<emit imgs>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit scopes>
<emit sources>
<emit spellcheck>
<emit sql>
<emit timerange>
<emit values>
<emit ws-dir>
<emit xml-db>

<emit source="spellcheck"></emit>

Provided by module: Tags: Spell checker

Lists from a text words that are not found in a dictionary using aspell.


Attributes

text="string"

The text to be spell checked. Tags are allowed in the text.


dict="string"

Optionally select a dictionary.


error="string"

Variable to set if an error occurs.


&_.offset; (provided by Tags: Spell checker)

Character offset to the word in the text.


&_.suggestions; (provided by Tags: Spell checker)

If present, a comma and space separated list of suggested word replacements.


&_.word; (provided by Tags: Spell checker)

The word not found in the dictionary.