Hi All,
I'm using Telligent 12.x version. My Javascript / jquery script is not execute in vm file but works in content file.
Is there any security constraint in new version or something is missing from my side?
Hi All,
I'm using Telligent 12.x version. My Javascript / jquery script is not execute in vm file but works in content file.
Is there any security constraint in new version or something is missing from my side?
We would need to see your code to give you some guidance. You should be able to find many examples of JavaScript in the widgets that are included with the product.
Is your .vm file being included in the content file anywhere? VMs need to be included via $core_v2_widget.ExecuteFile("yourvm.vm") OR called with AJAX...If you're not doing either of these methods, the .vm will just sit in the widget and not do anything.