Text Editor makes it possible to insert inline frames to a document. Inline frames, or iframe elements, allow you to insert a frame containing another document in the middle of your document.
In order to insert an iframe, simply press the
button on the toolbar. The IFrame Properties dialog window that will open lets you set configuration options that define the inline frame URL, its size, display properties, or advanced styling settings.
The IFrame Properties dialog window includes two tabs that group iframe options:
For general information on using dialog windows please refer to the Dialog Windows section of the User's Guide.
The General tab is the default tab that opens after you press the
button on the toolbar. It allows you to set the iframe URL and configure the way it will appear in the document.
Below is an overview of all General tab elements:
http://example.com/iframe.html/pages/iframe.htmliframe element, scrollbars will be displayed to enable the user to see the whole inline document.iframe element (name attribute).title attribute).longdesc attribute).The Advanced tab lets you configure additional inline frame options such as assign it an ID, a class, 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 iframe is concerned.
id attribute).style attribute). Note that each value must end with a semi-colon and individual properties should be separated with spaces.class attribute). Note that an iframe element might be assigned more than one class. If this is a case, separate class names with spaces.To insert an inline frame into your document, press the
button on the toolbar. When the IFrame Properties dialog window is displayed, configure the inline frame settings, including the obligatory URL field and the display properties. Once you click OK, the
icon along with the iframe placeholder will appear in the document.