Text Editor allows you to add images to your documents in an easy and intuitive way.
In order to insert an image, simply press the
button on the toolbar. The Image Properties dialog window that will open lets you set configuration options that define image source, its size, display properties, or other advanced properties.
The Image Properties dialog window includes four tabs that group image options:
For general information on using dialog windows please refer to the Dialog Windows section of the User's Guide.
The Image Info tab is the default tab that opens after you press the
button on the toolbar. It allows you to set the image URL and configure the way it will appear in the document.
Below is an overview of all Image Info tab elements:
http://example.com/image1.jpg/images/image2.jpgWith Text Editor you do not have to worry about resizing your image.
If the image is too big, you can alter its dimensions by entering new values into the Width and Height fields. By default the image ratio is locked, which you can see thanks to a
button. This means that when you change one of the size values (width or height), the other one will be adjusted automatically.
If you want to freely modify both dimensions, click the
button in order to unlock the ratio. The button will now change to
and modification of one dimension will not automatically cause the other one to be adjusted. To lock the image ratio again, click the
button once more.
You can easily return to original image size by pressing the
button. This will reset the image size; the original width and height will now appear in appropriate text boxes.
The Link tab lets you assign a link to an image inserted into the document, effectively converting the image into a clickable link. The link can point to any kind of object available in the Internet, like a simple URL address, a PDF document, or an online video.
This might prove especially useful if, for example, you want to add a thumbnail that would lead the reader of your document to a full-size copy of the image or add a company logo and point to its website.
To use the Link functionality, first you need to insert an image into a document using the Image Info tab. After you configure the display options, switch to the Link tab and configure the image target using the available options.
Below is the overview of all Link tab elements:
http://example.com/http://example.com/largeimage1.jpg/howto/images/images/largeimage2.jpg_blank), Topmost Window (_top), Same Window (_self), or Parent Window (_parent).
The Upload tab of the Image Properties dialog window allows you to send your own images to the server.
To upload an image file, click the file input field or the Browse button next to it. When the file browser of your operating system opens, navigate to an appropriate folder and choose a file by double clicking it or using the Open button. To send the file to the server, click the Send it to the Server button of Text Editor.
The Advanced tab lets you configure additional image options such as assign it an ID, a class, a longer description, a tooltip, or CSS style properties. It is meant for advanced users with knowledge of HTML as well as CSS, and gives nearly endless possibilities as far as the presentation of the image is concerned.
Below is the overview of all Advanced tab elements:
id attribute).dir attribute).lang attribute).longdesc attribute).class attribute). Note that an image element might be assigned more than one class. If this is a case, separate class names with spaces.title attribute).style attribute). Note that each value must end with a semi-colon and individual properties should be separated with spaces.