| name | values | default | required |
|---|
| java_codebase (codebase) | relative path to applet archive directory (e.g.: "java") | | yes |
| java_archive | jar file:- jxhtmledit.jar for signed applet
- jxhtmledit_u.jar for unsigned applet
| | yes |
| progressbar | - true display progress bar while loading applet
- false otherwise
| false | no |
| boxmessage | applet loading message: JXHTMLEDIT Loading ... | | no |
| name | applet name | | no |
| id | applet id | | no |
| width | applet width in pixels | | yes |
| height | applet height in pixels | | yes |
| hspace | applet horizontal space | | no |
| vspace | applet vertical space | | no |
| align | applet alignment | | no |
| param_page_encoding | encoding character set of the html page where the applet is loaded | UTF-8 | no |
| param_encoding | encoding character set of the document to edit | UTF-8 | no |
| param_lang | ISO 639 language identifier (a two- or three-letter code) | en | no |
| param_separate_window | - true the applet is on a popup window
- false the applet is on the same page of the <form> specified on the following parameter "param_callingform"
| true | no |
| param_callingform | name of the <form> containing the field indicated on the following parameter "param_callingfield" | | yes |
| param_callingfield | name of the <form> field (e.g.: <textarea>) from where to load and where to save HTML/XHTML document | | yes |
| param_stylesheet | CSS1 file to use as a document stylesheet; it could specified using an absolute ULR (e.g.: http://www.mysite.com/stylesheet.css) or a path relativive to jxhtmledit.jar file folder | | no |
| param_hide_source | - true hide source edit panel
- false show source edit panel
| false | no |
| param_xhtml | - true output XHTML code
- false output HTML code
| true | no |
| param_indent | - true indent XHTML output code
- false compact XHTML output code
| false | no |
| param_entities_off | - true save extended chars as they are
- false save extended chars as html entities
| true | no |
| param_config_files_path | directory containing XML configuration files; it could be an absolute ULR (e.g.: http://www.mysite.com/config/) or a path relativive to jxhtmledit.jar file folder; leave blank for default configuration files | | yes |
| param_buttons_images_path | directory containing buttons images; it could be an absolute ULR (e.g.: http://www.mysite.com/buttons/) or a path relativive to jxhtmledit.jar file folder; leave blank for defaults buttons | | yes |
| param_images_path | directory containing images that could be inserted on document; it could be an absolute ULR (e.g.: http://www.mysite.com/images/) or a path relativive to jxhtmledit.jar file folder | | yes |
| param_images_list | lista dei nomi di file delle immagini inseribili nel documento separati dal carattere ":" | | yes |