combo function getName()

To get a combo name set with combo.setName(“combo_name”) without calling confirmValue()
we would like to see a function combo.getName() added tot the dhtmlCombo component like:

dhtmlXCombo.prototype.getName = function(){ return this.DOMelem_hidden_input.name; }

Thanks in advance,
FranX