DlhSoft Project Management Hyper Framework Documentation

Project Management Hyper Framework contains JavaScript® components such as TaskManager:

·        TaskManager component is used to manage and schedule a list of task items (objects) provided by the developer through the items collection.

The task item properties are presented below:

Structure

The root assemblies and types that the library includes are listed below:

HTML Core (DlhSoft.ProjectData.HTML.Core) assembly:

HTML Core Extras (DlhSoft.ProjectData.HTML.Core.Extras) assembly:

Get Started

To add references to the library assemblies within your HTML solution project, please follow these steps:

<script src="[Assembly].js" type="text/javascript"></script>

var instance = Namespace.Type.initialize([...]);