DHTMLX Docs & Samples Explorer

enableDynamicLoading(url, icon)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxmenu_ext.js

enables dynamic loading of sublevels

  • url - server-side script, transmitted params are action=loadMenu and parentId
  • icon - true|false, replaces elemet's arrow with loading image while loading
    menu.enableDynamicLoading("server.php", true);