DH5AppLayout

Page layout

class DH5AppLayout : DH5AppObj {}

Constructors

this
this()
Undocumented in source.
this
this(DH5App anApp)
Undocumented in source.

Members

Functions

clearLinks
O clearLinks()
Undocumented in source. Be warned that the author may not have intended to support it.
clearMetas
O clearMetas()
Undocumented in source. Be warned that the author may not have intended to support it.
clearScripts
O clearScripts()
Undocumented in source. Be warned that the author may not have intended to support it.
clearStyles
O clearStyles()
Undocumented in source. Be warned that the author may not have intended to support it.
htmlDocument
auto htmlDocument(string content, DH5Meta[] newMetas, DH5Link[] newLinks, DH5Style[] newStyles, DH5Script[] newScripts, string[string] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
layout
auto layout()
Undocumented in source. Be warned that the author may not have intended to support it.
layout
O layout(DH5AppLayout newlayout)
Undocumented in source. Be warned that the author may not have intended to support it.
links
DH5Link[] links()
Undocumented in source. Be warned that the author may not have intended to support it.
links
O links(string[string] link, string[string][] links)
Undocumented in source. Be warned that the author may not have intended to support it.
links
O links(string[string][] links)
Undocumented in source. Be warned that the author may not have intended to support it.
links
O links(DH5Link[] links)
Undocumented in source. Be warned that the author may not have intended to support it.
links
O links(DH5Link[] links)
Undocumented in source. Be warned that the author may not have intended to support it.
metas
DH5Meta[] metas()
Undocumented in source. Be warned that the author may not have intended to support it.
metas
O metas(string[string] value, string[string][] addMetas)
Undocumented in source. Be warned that the author may not have intended to support it.
metas
O metas(string[string][] addMetas)
Undocumented in source. Be warned that the author may not have intended to support it.
metas
O metas(DH5Meta[] addMetas)
Undocumented in source. Be warned that the author may not have intended to support it.
metas
O metas(DH5Meta[] addMetas)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
string opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
string opCall(DH5AppPage page, string[string] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
string opCall(string content, string[string] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
scripts
DH5Script[] scripts()
Undocumented in source. Be warned that the author may not have intended to support it.
scripts
O scripts(string lib, string[] libs)
Undocumented in source. Be warned that the author may not have intended to support it.
scripts
O scripts(string[] libs)
Undocumented in source. Be warned that the author may not have intended to support it.
scripts
O scripts(string[string] lib, string[string][] libs)
Undocumented in source. Be warned that the author may not have intended to support it.
scripts
O scripts(string[string][] libs)
Undocumented in source. Be warned that the author may not have intended to support it.
scripts
O scripts(DH5Script[] libs)
Undocumented in source. Be warned that the author may not have intended to support it.
scripts
O scripts(DH5Script[] libs)
Undocumented in source. Be warned that the author may not have intended to support it.
styles
DH5Style[] styles()
Undocumented in source. Be warned that the author may not have intended to support it.
styles
O styles(string content, string[] contents)
Undocumented in source. Be warned that the author may not have intended to support it.
styles
O styles(string[] links)
Undocumented in source. Be warned that the author may not have intended to support it.
styles
O styles(string[string] link, string[string][] links)
Undocumented in source. Be warned that the author may not have intended to support it.
styles
O styles(string[string][] links)
Undocumented in source. Be warned that the author may not have intended to support it.
styles
O styles(DH5Style[] styles)
Undocumented in source. Be warned that the author may not have intended to support it.
styles
O styles(DH5Style[] styles)
Undocumented in source. Be warned that the author may not have intended to support it.
styles
O styles(DH5Link[] links)
Undocumented in source. Be warned that the author may not have intended to support it.
styles
O styles(DH5Link[] links)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(DH5AppPage page, string content, string[string] someParameters)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(DH5AppPage page, string[string] someParameters)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(string content, string[string] someParameters)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_bodyAttributes
string[string] _bodyAttributes;
Undocumented in source.
_bodyClasses
string[] _bodyClasses;
Undocumented in source.
_headAttributes
string[string] _headAttributes;
Undocumented in source.
_headClasses
string[] _headClasses;
Undocumented in source.
_layout
DH5AppLayout _layout;

central layout for page

_links
DH5Link[] _links;
Undocumented in source.
_metas
DH5Meta[] _metas;
Undocumented in source.
_scripts
DH5Script[] _scripts;
Undocumented in source.
_styles
DH5Style[] _styles;
Undocumented in source.

Meta