Searched defs:doSelection (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dtree.js147 anchor += "\" onclick=\"javascript:" + customJs + "; " + this.tree.name + ".doSelection(";
1052 // This OO function maps to CCTree::doSelection(id)
1056 CCTree.prototype.doSelection = function(id) {
1210 this.doSelection(node.id);
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dtree.js147 anchor += "\" onclick=\"javascript:" + customJs + "; " + this.tree.name + ".doSelection(";
1052 // This OO function maps to CCTree::doSelection(id)
1056 CCTree.prototype.doSelection = function(id) {
1210 this.doSelection(node.id);

Completed in 1164 milliseconds