Integrate ZK with dhtmlxGantt"

From Documentation
m
Line 18: Line 18:
  
 
= Prerequisites =
 
= Prerequisites =
 +
 +
Since dhtmlxGantt is a javascript library, here I will use the technical described in the following articles to integrated with ZK:
 +
* [[Small_Talks/2012/November/Integrate_3rd_Party_Javascript_Libraries_In_ZK | Integrate 3rd Party Javascript Libraries In ZK]]
 +
* [[Small_Talks/2013/February/Integrate_3rd_Party_Javascript_Libraries_In_ZK_Using_Clientside_Controller | Integrate 3rd Party Javascript Libraries In ZK Using Clientside Controller]]
 +
 +
It is better you have read the above two articles to understand the life cycle of ZK client widget.
  
 
= Step to integrate dhtmlxGantt =
 
= Step to integrate dhtmlxGantt =

Revision as of 08:14, 1 October 2014




WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

DocumentationSmall Talks2014OctoberIntegrate ZK with dhtmlxGantt
Integrate ZK with dhtmlxGantt

Author
Vincent Jian, Engineer, Potix Corporation
Date
October 3, 2014
Version
ZK 7.0.3, dhtmlxGantt v.3.0.0 Standard

Introduction

dhtmlxGantt is an open source JavaScript Gantt chart that helps you visualize a project schedule in a nice-looking chart. It can show the dependencies between tasks as lines and allows you to set up different relationships between tasks (finish-to-start, start-to-start, end-to-end). This smalltalk will introduce how to integrate dhtmlxGantt into ZK web application.

Prerequisites

Since dhtmlxGantt is a javascript library, here I will use the technical described in the following articles to integrated with ZK:

It is better you have read the above two articles to understand the life cycle of ZK client widget.

Step to integrate dhtmlxGantt

Conclusion

Download

Comments



Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.