You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Feliciano Borrego <Fe...@sigmaaie.org> on 2006/10/10 17:32:09 UTC

Label of selection-list

Hi,

How obtain the label of a selection-list

 

                  var wdOrig = this.form.lookupWidget("myCode");

                  var cValue = wdOrig.getValue();

                  var cLabel = wdOrig.getLabel(); <-!!!!!

 

Thanks,