Module reahl.web.bootstrap.page¶
New in version 5.0.
The very basic Bootstrap components (ones that do not warrant their own module)
HTML5Page¶
- class reahl.web.bootstrap.page.HTML5Page(view, title='$current_title', css_id=None)¶
A web page that may be used as the page of a web application. It ensures that everything needed by the framework (linked CSS and JavaScript, etc) is available on such a page.
Styling
Renders as an HTML5 page with customised <head> and an empty <body>.
- Parameters:
view – (See
reahl.web.fw.Widget)title – (See
reahl.web.ui.HTML5Page)css_id – (See
reahl.web.ui.HTMLElement)
ErrorMessageBox¶
- class reahl.web.bootstrap.page.ErrorMessageBox(view)¶
