Serialized Form


Package com.tecnick.jxhtmledit

Class com.tecnick.jxhtmledit.JXHTMLedit extends javax.swing.JApplet implements Serializable

serialVersionUID: -5517820545596597533L

Serialized Fields

jxhtmledit_version

java.lang.String jxhtmledit_version
Software Version


configuration

JXHTMLConfig configuration
Configuration data.


isStandalone

boolean isStandalone
This is an applet


this_applet

java.applet.Applet this_applet
"this" applet


undo_stack

java.util.Stack undo_stack
Undo stack


redo_stack

java.util.Stack redo_stack
Redo stack


jarpath

java.lang.String jarpath
path to jar file


editor

javax.swing.JEditorPane editor
WYSIWYG editor pane


editsource

javax.swing.JEditorPane editsource
Source editor pane


current_editor

javax.swing.JEditorPane current_editor
Selected Editor


encoding_out

java.lang.String encoding_out
Applet parameter (param_encoding): charset encoding


encoding_in

java.lang.String encoding_in
Applet parameter (param_page_encoding): input page charset encoding


param_lang

java.lang.String param_lang
ISO 639 language identifier (a two- or three-letter code) used on TMX files


param_callingform

java.lang.String param_callingform
Applet parameter (param_callingform): name of the calling html form


param_callingfield

java.lang.String param_callingfield
Applet parameter (param_callingfield): name of the calling html textarea form field


param_stylesheet

java.lang.String param_stylesheet
Applet parameter (param_stylesheet): name of the default CSS stylesheet file


param_hide_source

boolean param_hide_source
Applet parameter (param_hide_source): if true hide source edit panel


param_xhtml

boolean param_xhtml
Applet parameter (param_xhtml): if true export (save) as XHTML instead of HTML


param_indent

boolean param_indent
Applet parameter (param_indent): when true indent XHTML output code


param_entities_off

boolean param_entities_off
Applet parameter (param_entities_off): when true convert htmlentities to extended chars


buttons_images_path

java.lang.String buttons_images_path
Applet parameter (param_buttons_images_path): path to buttons images directory (relative to document base)


config_files_path

java.lang.String config_files_path
Applet parameter (param_config_files_path): path configuration files directory (relative to document base)


images_path

java.lang.String images_path
Applet parameter (param_images_path): absolute URI of images directory


images_list

java.lang.String images_list
Applet parameter (param_images_list): list of images in images_path directory separted by ":"


param_separate_window

boolean param_separate_window
Applet parameter (param_separate_window): true if applet is loaded in a separate browser window respect one containing the calling form field


current_html_code

java.lang.String current_html_code
HTML source code to edit


undoAction

JXHTMLedit.UndoAction undoAction
undo action


redoAction

JXHTMLedit.RedoAction redoAction
redo action


source_mode

boolean source_mode
Set current edit mode: WYSIWYG/source


attribute_string_array

java.lang.String[] attribute_string_array
the following will contain the string attribute to attach on tag


br_state_editor

boolean br_state_editor
remember auto
settings for editor


br_state_source

boolean br_state_source
remember auto
settings for source editor


text_to_search

java.lang.String text_to_search
remember last search


auto_li_enabled

boolean auto_li_enabled
enable auto

  • autoListItem

    javax.swing.JCheckBox autoListItem
    checkbox to enable/disable the auto
  • mode


  • autobreak

    javax.swing.JCheckBox autobreak
    checkbox to enable/disable the auto
    mode


    buttonActionListener

    java.util.ArrayList buttonActionListener
    ActionListener array for buttons


    openManufacturerSite

    java.awt.event.ActionListener openManufacturerSite
    open manufacturer site on a new browser window