Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2012 12:23 AM
I found a client script solution that will disable all slush bucket selection variables with the help of SNCguru.com (as always, thanks Mark!):
function onLoad(){
var ve = $('variable_map').up('table');
ve.select('.slushselectmtm').each(function(elmt){
elmt.disabled = true;
});
}
This is very much sufficient for us.