Giter VIP home page Giter VIP logo

r7.dnn.javascriptlibraries's Introduction

About R7.Dnn.JavaScriptLibraries

R7.Dnn.JavaScriptLibraries is a collection of JavaScript libraries used across various R7 projects, packaged as DNN JavaScript Libraries.

Usage note

Though you could reference main library files via DNN API (dnn:JavaScriptLibraryInclude skinobject or JavaScript.RequestRegistration call), it won't allow you to reference other files (namely secondary scripts and CSS) which packaged along with the main script.

In this case, you could use generic DNN Client API to reference such resources. This approach have evident flaws, but could be still useful is some cases:

<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement" Assembly="DotNetNuke.Web.Client" %>

<dnn:DnnJsInclude runat="server" FilePath="~/Resources/Libraries/BlueimpGallery/02_33_00/js/jquery.blueimp-gallery.min.js" />
<dnn:DnnCssInclude runat="server" FilePath="~/Resources/Libraries/BlueimpGallery/02_33_00/css/blueimp-gallery-video.css" />

r7.dnn.javascriptlibraries's People

Contributors

roman-yagodin avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

r7.dnn.javascriptlibraries's Issues

Build failed under VSCode (dotnet build)

error MSB4062: The "MSBuild.Community.Tasks.Zip" task could not be loaded from the assembly
.../packages/MSBuildTasks.1.5.0.235/tools/MSBuild.Community.Tasks.dll.
Could not load file or assembly
'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
The system cannot find the file specified.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.