Create HTML page

GUI-60

Description

You can create a new HTML node.

This will a create new, empty HTML page. More exactly speaking, a node of type nodes:htmlDiv, which corresponds to a DIV in an HTML page. Using a DIV instead of a complete page BODY allows the page to be integrated into other pages. In addition, the HEAD of the page should be generated anyway to allow for CSS files from the node path. Such files may modify the look and feel of the page for a node path and its descendants.

The edit directly checkbox is preselected, when pressing Finish, the application will directly open the HTML editor to edit the new page.