The Insert HTML Fragment feature of EditLive! is a simple dialog where users can paste HTML which will be then inserted directly into the document.
Enabling Insert HTML FragmentÂ
There are two steps to perform in order to enable the Insert HTML Fragment feature.
Enabling the Insert HTML Fragment Plugin
Insert HTML Fragment is a plugin packaged with EditLive!. Because this plugin is packaged by default, you can simply specify the name attribute insertHTML for a <plugin> element resident in your EditLive! Configuration File.
Example
<editlive> ... <plugins> <plugin name="insertHTML" /> </plugins> </editlive>
Specifying the Commenting Menu Items
The Menu and Toolbar Item List features a menu/toolbar item for Insert HTML Fragment that will display the dialog into which users can paste HTML.