cyrilleinvalides/choupas/www/admin/editor/scripts/rifhFormElem.js

19 lines
285 B
JavaScript
Executable File

function richeFormElement (node) {
var rFE = node.getElementsByClassName('richeFormElement');
for (var i = 0; i < rFe.length; i++) {
}
function autoindex() {
}
node.clone = function () {
var clone = this.cloneNode(true);
clone.getElementsBy
}
return node;
}