Tools - Floating Frame
The Floating Frame tool is used to quickly insert a floating frame into a page that will contain another document. You can start the Floating Frame creation window from The main menu / Tools / Frames / Floating frame. An alternative way to run the tool is to drag a document from the file list to the <iframe> tag in a document that is opened in the editor.
Name
Enter the name of this frame. This name will be used, for example, to define the links that will load the document into this frame. Content
Enter the path to the document that will be loaded into this frame by default. Use the drop-down list to select one of the most recently inserted addresses. You can also use the button next to the field to launch an open window to select a file from your hard drive. Alignment
Specify the alignment of this frame relative to other page elements. This attribute is defined in the HTML specification as deprecated and it is recommended to use CSS styles for alignment. Scroll bars
Specify whether scroll bars should appear in the frame:
- Auto - appears if necessary (the document will not fit entirely in the frame area)
- Yes - will always appear
- No - they will not appear even if the document does not fit in the frame in its entirety.
Width, Height
Specify the width and height of a frame in a document. Margin Width, Margin Height
Specify the width and height of the margin separating the content of the frame from other page elements. Framing around the floating frame
Check this switch if you want a border to appear around the frame.
Element style
This group allows you to specify the style for the tag. Here you will find three fields that allow you to specify: Definition of style
In this field you define the style for the element to be placed in the document. The button next to it launches the style editor tool that allows you to create a style definition in a friendly and convenient way. By clicking there you can also modify an existing style. Class selection
In this field you specify the class identifier assigned to the tag. The drop-down list allows you to access classes defined in the current document and in external style sheets attached to it. The button next to it launches the tool for creating a new class. Item ID
Here you provide a unique identifier for this element in the document. These identifiers can be used, for example, when making jumps to specific parts of the page or in scripts. "Events and Attributes" button
The "Events and Attributes" button allows you to open the Events and Other Attributes window. This window allows you to specify additional attributes of the edited tag that do not have their counterparts in the tool window. There you can also specify events for scripting languages that allow you to achieve various special effects. |