restrict the resizing
How to restrict the resizing while moving the column into right side.
Hussy Kishy
June 23,
el = event.srcElement;
if (el.className == "resizeMe") {
str = getDirection(el);
//Fix the cursor
if (str == "") str = "default";
else str += "-resize";
el.style.cursor = str;
}
if (this.className == "resizeMe") {
el = event.srcElement;
str = getDirection(el);
//Fix the cursor
if (str == "") str = "default";
else str = "move";
el.style.cursor = str;
}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021