license

returns the license name of dhtmlxGantt

string license;

Example

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

Details

This method returns a short license name that can be used for diagnostics.

Possible values are:

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

added in v6.2.2

Back to top