How to use the deliteful/tests/unit/resources/Scrollable-shared.containerCSSClassName function in deliteful

To help you get started, we’ve selected a few deliteful examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ibm-js / deliteful / tests / unit / ScrollableContainer.js View on Github external
// Note that the actual testing is done in ScrollableContainer-shared.

	var container, MyScrollableContainer;
	/*jshint multistr: true */
	var html = " \
			<div style="width: 2000px; height: 2000px;" id="sc1content"></div> \
			\
			 \
			 \
			 \
			";

	// Markup use-case
	ScrollableSharedTests.containerCSSClassName = "d-scrollable-container";

	registerSuite("deliteful/ScrollableContainer: markup", {
		before: function () {
			register("my-scrollable-container", [ScrollableContainer], {});
		},

		beforeEach: function () {
			container = document.createElement("div");
			document.body.appendChild(container);
			container.innerHTML = html;
			register.deliver();
		},

		afterEach: function () {
			container.parentNode.removeChild(container);
		},

deliteful

enterprise class Web Components to be used in Web & Mobile Hybrid applications

Unrecognized
Latest version published 3 years ago

Package Health Score

53 / 100
Full package analysis