|
3 | 3 | ## Basic Primitives Diagrams for JavaScript |
4 | 4 | Basic Primitives Diagrams for JavaScript - components library that implements organizational and multi-parent hierarchical charts, contains implementations of JavaScript Controls, jQuery UI Widgets and PDFkit plugins. Markdown API reference. |
5 | 5 |
|
6 | | -[Download](files/BasicPrimitives.zip) [npm package](https://www.npmjs.com/package/basicprimitives) [GitHub](https://github.com/BasicPrimitives/javascript) [GitHub Deployment](https://basicprimitives.github.io/javascript/) |
| 6 | +[Download](files/BasicPrimitives5.zip) [npm package](https://www.npmjs.com/package/basicprimitives) [GitHub](https://github.com/BasicPrimitives/javascript) [GitHub Deployment](https://basicprimitives.github.io/javascript/) |
7 | 7 |
|
8 | 8 | ## Basic Primitives Diagrams for JavaScript Demos |
9 | 9 | JavaScript Controls, jQuery UI Widgets, PDFKit plugins and AngularJS Directive Samples & Demos |
@@ -43,3 +43,21 @@ Components library that implements organizational and multi-parent hierarchical |
43 | 43 | * Patents Inheritance Diagram |
44 | 44 |
|
45 | 45 | [Download](files/BasicPrimitivesDiagramsReactDemo.zip) [GitHub](https://github.com/BasicPrimitives/react-demo) |
| 46 | + |
| 47 | +## Basic Primitives Diagrams ASP.NET MVC Sample |
| 48 | +Basic Primitives ASP.NET MVC Sample - rendering of Basic Primitives First Organizational Chart on ASP.NET MVC page |
| 49 | + |
| 50 | +[Download](files/BasicPrimitivesAspNetMvcSample.zip) |
| 51 | + |
| 52 | +## Basic Primitives Diagrams ASP.NET Sample |
| 53 | + |
| 54 | +Basic Primitives ASP.NET 3.5 custom control Demo. jQuery UI Widget based control visualizes hierarchical structure in form of organizational chart using default or user defined client side JavaScript templates. |
| 55 | + |
| 56 | +**Warning! This sample is no longer being updated.** |
| 57 | + |
| 58 | +ASP.NET Web Form application should include next JavaScript files: jquery-1.7.2.js, jquery.json-2.3.min.js, jquery-ui-1.8.16.custom.min.js and css file: jquery-ui-1.8.16.custom.css |
| 59 | +ASP.NET Web Form application must contain AJAX "ScriptManager" component. |
| 60 | +Please rebuild project in order to see control in Visual Studio toolbox. Design time preview is not implemented, but control's API is complete. |
| 61 | +It has next major features: |
| 62 | + |
| 63 | +[Download](files/BasicPrimitivesAspNetSample.zip) |
0 commit comments