JsHtml

Classes

____JsHtml

____js_html___

Members

static, constant JsHtml :____js_html___

Permet de générer du html en javascript et d'écrire du javascript sous forme html.
Tutorials:

Type Definitions

ActionCallback(jsHtml, …args) → {module:JsHtml~____JsHtml}

Callback utiliser pour la fonction "action" du JsHtml.
Parameters:
Name Type Attributes Description
jsHtml module:JsHtml~____JsHtml JsHtml en cours
args * <repeatable>
Arguments
Returns:
module:JsHtml~____JsHtml - Chaîne de JsHtml

AttribData()

[(string | function | number)]Une chaîne de charactère, une fonction ou un nombre. (ex : 'test', test.bind(this), 5)

Attribs

[(string | Object)]Une chaîne de charactère ou un objet (ex : 'class:test', {class:'test'})

EachCallback(jsHtml, item) → {module:JsHtml~____JsHtml}

Callback utiliser pour la fonction "each" du JsHtml.
Parameters:
Name Type Description
jsHtml module:JsHtml~____JsHtml JsHtml en cours
item * Objet de la boucle
Returns:
module:JsHtml~____JsHtml - Chaîne de JsHtml