The disableOptions Tag, disabled the option in the Widget Options but didn´t disable the value or text who is inside the option.
Is there a way to deactivate complete sections of code who in the <pageItemHTML> tag?
As Example:
<script>
$(document).ready(function(){
{param_myList}
});
</script>
Is it possible to do this with the parameters?