Compile this attribute editor by executing ant (see build.xml) in samples/color_chooser/. The build creates colorchooser.jar. Then test the attribute editor by proceeding as following:
Copy colorchooser.incl and colorchooser.jar to .XXE_install_directory/addon/config/xhtml/
Include colorchooser.incl in the XXE configuration file for XHTML which is by adding the following XXE_install_directory/addon/config/xhtml/xhtml_loose.xxeinclude element in XMLmind XML Editor - Configuration and Deployment:
<include location="colorchooser.incl" />
Delete directory (which is equivalent to clearing the Quick Start cache in XMLmind XML Editor - Online Help).XXE_user_preferences_dir/cache/
Restart XXE.
Create a new → → document using → . Then use the
"" toolbar button to insert a new table. This newly inserted table element has a bgcolor attribute.
Use the Attributes tool to edit the bgcolor attribute. Right-click on bgcolor or select it and then click the
button. Then select the
item from the popup menu. Doing this will display the color chooser dialog box.