if (objWrapper.control) {
        objWrapper.select = function() {
            $j(this.control).select();
        };
    }