uim.html

Undocumented in source.

Modules

apps
module uim.html.apps
Undocumented in source.
audio
module uim.html.audio
Undocumented in source.
canvas
module uim.html.canvas
Undocumented in source.
components
module uim.html.components
Undocumented in source.
core
module uim.html.core
Undocumented in source.
dragdrop
module uim.html.dragdrop
Undocumented in source.
elements
module uim.html.elements
Undocumented in source.
extras
module uim.html.extras
Undocumented in source.
geolocation
module uim.html.geolocation
Undocumented in source.
h5
module uim.html.h5
Undocumented in source.
helpers
module uim.html.helpers
Undocumented in source.
mixins
module uim.html.mixins
Undocumented in source.
obj
module uim.html.obj
Undocumented in source.
parser
module uim.html.parser
Undocumented in source.
snippets
module uim.html.snippets
Undocumented in source.
sse
module uim.html.sse
Undocumented in source.
video
module uim.html.video
Undocumented in source.
webstorage
module uim.html.webstorage
Undocumented in source.
webworker
module uim.html.webworker
Undocumented in source.

Public Imports

core.vararg
public import core.vararg;
std.algorithm
public import std.algorithm;
std.array
public import std.array;
std.conv
public import std.conv;
std.file
public import std.file;
std.range
public import std.range;
std.stdio
public import std.stdio;
std.string
public import std.string;
std.traits
public import std.traits;
std.uuid
public import std.uuid;
vibe.d
public import vibe.d;
uim.core
public import uim.core;
uim.oop
public import uim.oop;
uim.css
public import uim.css;
uim.json
public import uim.json;
uim.javascript
public import uim.javascript;
uim.html.mixins
public import uim.html.mixins;
uim.html.h5
public import uim.html.h5;
uim.html.obj
public import uim.html.obj;
uim.html.apps
public import uim.html.apps;
uim.html.core
public import uim.html.core;
uim.html.components
public import uim.html.components;
uim.html.elements
public import uim.html.elements;
uim.html.elements.inputs
public import uim.html.elements.inputs;
uim.html.extras
public import uim.html.extras;
uim.html.helpers
public import uim.html.helpers;
uim.html.parser
public import uim.html.parser;
uim.html.snippets
public import uim.html.snippets;
uim.html.audio
public import uim.html.audio;
uim.html.canvas
public import uim.html.canvas;
uim.html.dragdrop
public import uim.html.dragdrop;
uim.html.geolocation
public import uim.html.geolocation;
uim.html.video
public import uim.html.video;
uim.html.webstorage
public import uim.html.webstorage;
uim.html.webworker
public import uim.html.webworker;

Members

Enums

FormMethod
enum FormMethod
Undocumented in source.
FormTarget
enum FormTarget
Undocumented in source.
InputType
enum InputType
Undocumented in source.

Functions

Assert
bool Assert(DH5Obj h5, string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
Assert
bool Assert(DH5 h5, string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
FA
auto FA(string name, string[] classes)
Undocumented in source. Be warned that the author may not have intended to support it.
FAR
auto FAR(string name, string[] classes)
Undocumented in source. Be warned that the author may not have intended to support it.
FAS
auto FAS(string name, string[] classes)
Undocumented in source. Be warned that the author may not have intended to support it.
Fa
auto Fa(string name, string[] classes)
Undocumented in source. Be warned that the author may not have intended to support it.
Far
auto Far(string name, string[] classes)
Undocumented in source. Be warned that the author may not have intended to support it.
Fas
auto Fas(string name, string[] classes)
Undocumented in source. Be warned that the author may not have intended to support it.
HTML
auto HTML()
Undocumented in source. Be warned that the author may not have intended to support it.
HTML
auto HTML(string[] classes)
Undocumented in source. Be warned that the author may not have intended to support it.
HTML
auto HTML(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
HTML
auto HTML(string[] classes, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
asString
string asString(T[] objs)
Undocumented in source. Be warned that the author may not have intended to support it.
attributesToHTML
string attributesToHTML(string[string] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
doubleTag
string doubleTag(string tag, string[string] attributes, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
doubleTag
string doubleTag(string tag, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
endTag
string endTag(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
escapeToHTML
string escapeToHTML(string test)
Undocumented in source. Be warned that the author may not have intended to support it.
singleTag
string singleTag(string tag, string[string] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
startTag
string startTag(string tag, string[string] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(DH5Obj[] elements)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

BoolField
template BoolField(string name, string Name, string defaultValue = "false")
Undocumented in source.
EnumArray
template EnumArray(string EnumType, string name)
Undocumented in source.
EnumField
template EnumField(string EnumType, string name, string defaultValue = "")
Undocumented in source.
EnumValue
template EnumValue(string EnumType, string name, string target = "class", string defaultValue = "")
Undocumented in source.
EnumValues
template EnumValues(string EnumType, string target = "class")
Undocumented in source.
FlagValue
template FlagValue(string name, string flag)
Undocumented in source.
H5ShortCut
template H5ShortCut(string name)
Undocumented in source.
ObjField
template ObjField(string className, string name, string Name = "", string defaultValue = "")
Undocumented in source.
ObjFieldChain
template ObjFieldChain(string name, string Name, string className, string defaultValue = "")
Undocumented in source.
ObjValue
template ObjValue(string className, string name, string Name = "")
Undocumented in source.
TypeField
template TypeField(string type, string name, string Name, string defaultValue = "")
Undocumented in source.

Variables

h5Doctype
string h5Doctype;
Undocumented in source.

Meta