Files
Facilitor/APPL/SLE/sleutel_search.js
Jos Groot Lipman 6d94c4fb91 UWVA#22765 Verfijning++
svn path=/Website/trunk/; revision=11253
2012-05-10 10:51:12 +00:00

19 lines
312 B
JavaScript

/*
$Revision$
$Id$
*/
function UnSelectPos()
{
sgLoc.setValue(-1, ""); // zou dat niet al voldoende moeten zijn?
sgBld.setValue(-1, "");
sgFlr.setValue(-1, "");
sgRoom.setValue(-1, "");
}
function UnSelectOwner()
{
sgDept.setValue(-1, "");
sgPerson.setValue(-1, "");
}