Modules

Snippets

24
protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);
           
            JavaScript.RequestRegistration(CommonJs.jQuery);
            JavaScript.RequestRegistration(CommonJs.jQueryUI);
            JavaScript.RequestRegistration(CommonJs.DnnPlugins);
        }

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.