Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Unable to call method of minified JS from webpart View modes: 
User avatar
Certified Developer 12
Certified Developer 12
chetan2309-gmail - 11/19/2013 3:56:32 PM
   
Unable to call method of minified JS from webpart
Hi,

I am unable to call method of minified JS from webpart. I have a method name doSearch(), when I looked into resource I realized the name of method is different which is causing this problem.

Never ran into this problem before. I am using Javascript webpart to load file using linked file option in it.

Thanks,
Chetan

User avatar
Member
Member
kentico_sandroj - 11/20/2013 2:04:42 PM
   
RE:Unable to call method of minified JS from webpart
Hello,

Just minifying keeps the names and all that the same. Only something
like the Closure Compiler actually changes anything. If you are using the Closure Compiler, you'll probably want to use FireBug help you figure out what it compiled the name to and then you use that.

Please let me know if you have any questions.

Best Regards,
Sandro