Is it still possible to include custom modules in JS files?
I'm looking to add a custom module in its own JS file like the old version allowed. Is this still possible? Can anyone direct me to either documentation or a sample on this if it is?
I could only find examples where the custom modules were added to aspx pages directly. I looked at the example on the online demo
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Editor/Examples/BuiltinCustomModules/DefaultCS.aspx and the documentation
http://www.telerik.com/help/aspnet-ajax/creatingcustommodules.html but did not see any examples that used js files. (I didn't use the samples linked from documentation becuase they lead to the old version of the editor)