de.jwic.controls.ListBox.js Maven / Gradle / Ivy
{
// store the selection so that it can be restored on "cancle".
afterUpdate: function(element) {
#set($field = $control.getField())
var field = document.forms['jwicform'].elements['$field.id'];
if (field) {
field._oldIdx = field.selectedIndex;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy