+<script type="text/javascript">
+ function select_enunciado() {
+ lista = MochiKit.DOM.getElement('enunciadoID');
+ for(i=0; i < l.options.length; i++) {
+ if (l.options[i].value == ${record.enunciado.id}) {
+ l.options[i].selected = true;
+ l.selectedIndex = i;
+ break;
+ }
+ }
+ }
+</script>