Metoda create
Vytvoří nový element.

fragment - fragment dokumentu

text - textový nod

nazev_tagu - element dle specifikovaného názvu tagu
Pouze typ objektu window, document, element.
typ: method; celé jméno: COMEX.HTML.Object.create;
Parametry:

$tag
● hodnota typu String
název tagu
Vrací:

nový element
example
var $rslt = "<button onclick=\"var $i = o$(this).create('button').val(COMEX.Time.stamp);this.sup.insertBefore($i,null)\">click</button>";( umístěno v souboru /comex/scripts/comex.js )

