|
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;
|
|
} |