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?
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.
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.