All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.jwic.controls.ListBox.js Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
{
	// 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