package.src.jquery.split.split.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ibm-gantt-chart Show documentation
Show all versions of ibm-gantt-chart Show documentation
IBM Gantt Chart Component, integrable in Vanilla, jQuery, or React Framework.
The newest version!
import $ from 'jquery';
import Gantt from '../../core/core';
/* ONO: Gantt malfunctions with latter versions of this plugin! */
(function(Gantt, $) {
const methods = {};
methods.init = function() {
const $splitPanes = this;
$splitPanes.each(setMinHeightAndMinWidth);
$splitPanes.append('
© 2015 - 2024 Weber Informatics LLC | Privacy Policy