Open FloMeh opened 4 years ago
Hi.. I have now tested it again in the old version 20.1. With version 20.1. the Plug-In works. With the latest version 20.2. it does not work anymore. What could be the reason for this? What do I have to adjust so that it works again? Thanks a lot!
Paste following code into "function and global variable" section of your page. Check if the tree is rendered, otherwise post your browser's js console output.
$sApex = $s;
$s = function(e,t,n,o) {
try {
$val = $sApex(e,t,n,o);
} catch(e) {
$val = ""
}
return $val;
}
Regards, Hendrik
Hello, this also doesn't work for cloud apex Application Express 20.2.0.00.20 ORDS 21.1.3.r1531102
and our physical server Application Express 21.1.0 ORDS 21.1.3.r1531102
Hello,
I am also getting the same error on Cloud Apex. "Server Error". @ReliSoft Where you able to resolve this?
Hello,
I am also getting the same error on Cloud Apex. "Server Error". @ReliSoft Where you able to resolve this?
Hi we replaced this with the standard apex tree + search plugin https://apex.oracle.com/pls/apex/f?p=apexbyg:treesearch
Hello, I have integrated and configured the plugin. But when I load the page it does not show me anything. Just an empty page. My question now is, does the plugin work with my version at all or am I doing something wrong? Thanks!