license

返回 dhtmlxGantt 的 license 名称

string license;

Example

console.log(gantt.license);
// -> "enterprise"

Details

此方法返回一个简短的 license 名称,适用于诊断用途。

可能的取值包括:

  • "gpl"
  • "evaluation"
  • "individual"
  • "commercial"
  • "enterprise"
  • "ultimate"
  • "site"
Change log

于 v6.2.2 版本添加

Back to top