03 Troubleshooting
Designer
Editor applet sizing issues
There are cases where the Input field for entering Unicode characters does not display properly in the Editor applet. The prompt, input field, and buttons do not all fit within the width of the Editor applet. Thus, these controls wrap improperly making the input field unusable.There are two workarounds:
1. Change the prompt displayed for this feature. This change must be made on the Domino server and affects all instances of the Editor applet hosted by that server. The English language prompt is defined in the editor.properties file. The prompts for other languages are found in the editor_xx_yy.properties files where xx is the two letter language code and yy is the two letter country code. These files are located in the \DOMINO\JAVA directory in the server's data directory. Open the editor.properties file and change the UNICODE_PROMPT = Enter Unicode Value (decimal or 0xhex) to UNICODE_PROMPT = Enter Unicode Value: (or to your preference). Save the file.
2. Change the size of the Editor applet. This must be done in the database template. For each body field that is set to use the applet, check if the HTMLBodyAttributes contains a height = \"300\" width = \"625\" entry (the values may differ). Change the width to a larger value.