• <menu id="w2i4a"></menu>
  • logo DHTMLX中文文檔

    初始化


    立即下載DHTMLX Gantt

    本節(jié)專門介紹使用甘特圖及其使用不同技術(shù)與服務(wù)器通信的最開始的工作。

    基本的初始化

    在開始學(xué)習(xí)如何在服務(wù)器端使用甘特圖構(gòu)建應(yīng)用程序之前,先了解一下如何初始化甘特圖,或者說如何在頁面上顯示甘特圖。

    要在頁面上顯示基本甘特圖,請(qǐng)執(zhí)行3個(gè)步驟:

    1. 在頁面中列入dhtmlxGantt代碼文件。
    2. 在頁面上創(chuàng)建一個(gè)DIV容器。
    3. 使用init方法在新創(chuàng)建的容器中初始化dhtmlxGantt。作為參數(shù),該方法接受一個(gè)HTML容器(或其id),甘特圖將在其中顯示。


    <!DOCTYPE html>
    <html>
    <head>
       <script src="codebase/dhtmlxgantt.js"></script>
       <link href="codebase/dhtmlxgantt.css" rel="stylesheet">
    </head>
    <body>
        <div id="gantt_here" style='width:1000px; height:400px;'></div>
        <script type="text/javascript">
            gantt.init("gantt_here");
        </script>
    </body>
    </html>

    點(diǎn)擊復(fù)制


    task

    注意:有關(guān)模式詳細(xì)信息,請(qǐng)查看初始化文章。

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();