Check documentation for the latest version of dhtmlxSuite detachFooter DHTMLX Docs

detachFooter

detaches footer from component's bottom

void detachFooter();

Example

dhxComponent.detachFooter();

Details

footer DOM element will be attached to body with visibility:hidden css style

Back to top