Module reahl.web.dhtml

Static pages that are included on the fly inside Views.

DhtmlUI

class reahl.web.dhtml.DhtmlUI(parent_ui, relative_base_path, slot_map, for_bookmark, name, **ui_arguments)

A UserInterface which serves content from the static directory configured in web.staticroot. If a given Url maps directly to a file in this directory, that file is normally served as-is. If the filename ends on .d.html, however, the file is parsed, and the div inside it with id equal to static_div_name is read into the main_slot of a View. The title of the current View is also taken from the <title> of the static page.

Parameters:static_div_name – The id of the <div> to insert as main_slot of this UserInterface.

Table Of Contents

Previous topic

Module reahl.web.pager

Next topic

Module reahl.web.interfaces