RequireJS.Text
2.0.7
dotnet add package RequireJS.Text --version 2.0.7
NuGet\Install-Package RequireJS.Text -Version 2.0.7
<PackageReference Include="RequireJS.Text" Version="2.0.7" />
paket add RequireJS.Text --version 2.0.7
#r "nuget: RequireJS.Text, 2.0.7"
// Install RequireJS.Text as a Cake Addin #addin nuget:?package=RequireJS.Text&version=2.0.7 // Install RequireJS.Text as a Cake Tool #tool nuget:?package=RequireJS.Text&version=2.0.7
A RequireJS/AMD loader plugin for loading text resources.
Known to work in RequireJS, but should work in other AMD loaders that support the same loader plugin API.
It is nice to build HTML using regular HTML tags, instead of building up DOM structures in script. However, there is no good way to embed HTML in a JavaScript file. The best that can be done is using a string of HTML, but that can be hard to manage, particularly for multi-line HTML.
The text.js AMD loader plugin can help with this issue. It will automatically be loaded if the text! prefix is used for a dependency. Download the plugin and put it in the app's baseUrl directory.
Learn more about Target Frameworks and .NET Standard.
-
- RequireJS (>= 2.1.6)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.7 | 51,819 | 6/21/2013 |