All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wings.js.wings.modules.splitpane.js Maven / Gradle / Ivy

The newest version!
/***************************************************************************************************
 * WINGS.SPLITPANE  --  contains: spitpane related functions 
 **************************************************************************************************/

// Create module namespace
wingS.namespace("splitpane");


wingS.splitpane.resized = function(sb, size) {
    wingS.request.sendEvent(null, true, true, sb.el.id, size);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy