Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.
Yay... Take Me to the Community!
Welcome to the Community Exchange, where community members ask and answer questions about DNN. To get started, just start typing your question below and either select one of the suggested questions or ask a new question of your own.
I would like to ...
Hello all! Environment: DNN v7.3.4 .NET v4.0 Using AngularJS This is a big tricky to explain, and I've attached a screenshot. I'm working on localhost and I have a module that loads data via $http get with AngularJS, calling DNN WebAPI. I'm using …
I have created an angular js SPA that works great (using html files for each route), until I try to include a dnn:FilePicker. Does anyone know how to accomplish this?
I am using the AngularJS framework for an open source module. With KnockoutJS we have a JQuery plugin for making $.ajax calls. However, using AngularJS is not so trivial. I couldn't find examples or ideas to use the same in AngularJS [$http or $resource] …
I am using AngularJS and try to implement ngRoute (native routing in AngularJS) to build a SPA application (as a DNN Module). But I cannot find a way to use HTML (route to .html file) in .ascx. Is it possible to use .html (I know that charles nurse …
Does anyone have a working example of upon any specific event, creating a dnnConfirm dialog, and initiating to show on the page with callbacks? I've tried several iterations of this, to no avail... :( jQuery(elem).dnnConfirm({ text: "Are you sure you …