uim.javascript

Undocumented in source.

Modules

array
module uim.javascript.array
Undocumented in source.
base
module uim.javascript.base
Undocumented in source.
class_
module uim.javascript.class_
Undocumented in source.
command
module uim.javascript.command
Undocumented in source.
helper
module uim.javascript.helper
Undocumented in source.
js
module uim.javascript.js
Undocumented in source.
module_
module uim.javascript.module_
Undocumented in source.
obj
module uim.javascript.obj
Undocumented in source.
tools
module uim.javascript.tools
Undocumented in source.

Public Imports

uim.core
public import uim.core;
uim.oop
public import uim.oop;
uim.javascript.base
public import uim.javascript.base;
uim.javascript.helper
public import uim.javascript.helper;
uim.javascript.array
public import uim.javascript.array;
uim.javascript.js
public import uim.javascript.js;
uim.javascript.command
public import uim.javascript.command;
uim.javascript.obj
public import uim.javascript.obj;
uim.javascript.module_
public import uim.javascript.module_;

Members

Classes

DJSRoot
class DJSRoot
Undocumented in source.

Functions

defineCustomElements
auto defineCustomElements(string[string] elements)
Undocumented in source. Be warned that the author may not have intended to support it.
defineCustomElements
auto defineCustomElements(string tag, string className)
Undocumented in source. Be warned that the author may not have intended to support it.
jsAppendChilds
auto jsAppendChilds(string target, string[] childs)
Undocumented in source. Be warned that the author may not have intended to support it.
jsArray
string jsArray()
Undocumented in source. Be warned that the author may not have intended to support it.
jsArray
string jsArray(string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
jsBlock
string jsBlock(DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsBlock
string jsBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
jsBlock
string jsBlock(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsCatch
auto jsCatch(string code)
Undocumented in source. Be warned that the author may not have intended to support it.
jsClass
auto jsClass(string name, string[] fields, string[] methods)
Undocumented in source. Be warned that the author may not have intended to support it.
jsClass
auto jsClass(string name, string[] fields, string methods)
Undocumented in source. Be warned that the author may not have intended to support it.
jsClassExtends
auto jsClassExtends(string superName, string name, string[] superFields, string[] newFields, string[] methods)
Undocumented in source. Be warned that the author may not have intended to support it.
jsClassExtends
auto jsClassExtends(string superName, string name, string[] superFields, string[] newFields, string methods)
Undocumented in source. Be warned that the author may not have intended to support it.
jsConst
auto jsConst(string[string] settings)
Undocumented in source. Be warned that the author may not have intended to support it.
jsConst
auto jsConst(string name, string setting)
Undocumented in source. Be warned that the author may not have intended to support it.
jsCreateElement
auto jsCreateElement(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
jsCreateElement
auto jsCreateElement(string target, string tag, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
jsCreateElement
auto jsCreateElement(string target, string tag, string[string] attributes, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
jsCreateElement
auto jsCreateElement(string target, string tag, string[] classes, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
jsCreateElement
auto jsCreateElement(string target, string tag, string[] classes, string[string] attributes, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
jsElementById
auto jsElementById(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
jsElementById
auto jsElementById(string target, string id)
Undocumented in source. Be warned that the author may not have intended to support it.
jsElse
auto jsElse(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFCall
string jsFCall(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFCall
string jsFCall(string name, string[] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFetch
auto jsFetch(string url, string[] thens)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFetch
auto jsFetch(string url, string[string] options, string[] thens)
Undocumented in source. Be warned that the author may not have intended to support it.
jsForEach
auto jsForEach(string arrayName, string[] params, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsForEach
auto jsForEach(string arrayName, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsForIn
auto jsForIn(string item, string items, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsForOf
auto jsForOf(string item, string items, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFunc
string jsFunc(DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFunc
string jsFunc(string[] parameters, DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFunc
string jsFunc(string name, string[] parameters, DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFunc
string jsFunc(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFunc
string jsFunc(string[] parameters, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFunc
string jsFunc(string name, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsFunc
string jsFunc(string name, string[] parameters, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsIf
auto jsIf(string condition, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsIfElse
auto jsIfElse(string condition, string ifContent, string elseContent)
Undocumented in source. Be warned that the author may not have intended to support it.
jsImports
auto jsImports(string[string] imports)
Undocumented in source. Be warned that the author may not have intended to support it.
jsLet
auto jsLet(string[string] settings)
Undocumented in source. Be warned that the author may not have intended to support it.
jsLet
auto jsLet(string name, string setting)
Undocumented in source. Be warned that the author may not have intended to support it.
jsOCall
string jsOCall(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
jsOCall
string jsOCall(string name, string[] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
jsObject
string jsObject(string[string] values, bool sorted)
Undocumented in source. Be warned that the author may not have intended to support it.
jsThen
auto jsThen(string code)
Undocumented in source. Be warned that the author may not have intended to support it.
jsWhile
auto jsWhile(string[] conditions, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
jsWhile
auto jsWhile(string condition, string content)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta