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

js.getCmbValues.js Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
return (function(element) {
    var array = [];
    for(var i = 0; i < element.length; i++)
    {
        array.push(element[i].text);
    }
    return array;
})(arguments[0]);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy