HTML Editor Ribbon Tab
Context-sensitive tab β appears when the HTML Editor context is active.
Commands available on the HTML Editor ribbon tab, grouped by panel.
Field guide pages and analysis reports are edited in a WYSIWYG editor whose toolbar sits above the page β that is where you will find fonts, colours, alignment, tables, callouts, quizzes, VRGS links, maps, media and (in a report) figures and PDF export. This ribbon tab carries a handful of the same formatting commands so they can be reached from the ribbon, plus Save.
See the Virtual Field Guide Editor and Analysis Reports guides.
Saveβ
Save HTMLβ
Tooltip: Save HTML
Save the current page. Ctrl+S does the same, and so does the πΎ button on the editor's own toolbar. A previous version of the page is kept, so an earlier save can be recovered with Restore Previous Versionβ¦ in the editor's Guide sidebar.
Editor Fontβ
The controls in this panel β Increase Size, Decrease Size, Font, Line Numbers, Indenting, Use XHTML and Auto Complete β belong to the older plain-text HTML source editor and do nothing in the WYSIWYG editor. Set fonts and sizes from the editor's own toolbar instead; to work on the markup directly, use the toolbar's </> source toggle.
Formattingβ
These commands act on the current selection in the WYSIWYG editor, and are mirrors of the editor's own toolbar buttons.
Prettifyβ
Reformats raw HTML source. Legacy β it has no effect in the WYSIWYG editor.
Character formattingβ
Dropdown items:
- Button β Bold (
ID_HTMLVIEW_FONTBOLD) - Button β Italic (
ID_HTMLVIEW_FONTITALIC) - Button β Underline (
ID_HTMLVIEW_FONTUNDERLINE)
Lists, links and imagesβ
Dropdown items:
- Unordered List β Create a bulleted list from the selection (
ID_HTMLVIEW_LISTTAG) - Ordered List β Create a numbered list from the selection (
ID_HTMLVIEW_ORDEREDLISTTAG) - Link β Insert a hyperlink (
ID_HTMLVIEW_WEBLINK) - image β Insert an image (
ID_HTMLVIEW_IMAGE) - Remove Formatting β Strip formatting from the selection (
ID_HTMLVIEW_CLEARFORMATTING)
For a link that acts on the 3D scene β flying the camera to a viewpoint, or starting a flight path β use the editor toolbar's Insert β VRGS Link rather than this plain hyperlink.
Headingsβ
Dropdown items:
- h1 β Heading 1 (
ID_HTMLVIEW_HEADER1) - h2 β Heading 2 (
ID_HTMLVIEW_HEADER2) - h3 β Heading 3 (
ID_HTMLVIEW_HEADER3) - h4 β Heading 4 (
ID_HTMLVIEW_HEADER4) - h5 β Heading 5 (
ID_HTMLVIEW_HEADER5) - h6 β Heading 6 (
ID_HTMLVIEW_HEADER6)
Headings are also what the editor's This page outline, a page's Table of Contents block and a report's table of contents are built from, so they are worth using rather than large bold text.
Editβ
Find (ID_HTMLVIEW_FIND) and Replace (ID_HTMLVIEW_REPLACE) belong
to the plain-text source editor. In the WYSIWYG editor use the WebView's own find
(Ctrl+F).
Undo and redo are Ctrl+Z / Ctrl+Y, or the β© / βͺ buttons on the editor toolbar.