hi,
how can I hide the field quick serch on a condition?
thanks
hi,
how can I hide the field quick serch on a condition?
thanks
Re: Hide Quick Serch
Grid / Toolbar => remove QuickSearch
Re: Hide Quick Serch
I whant hide the field quick serch on a condition
Re: Hide Quick Serch
any ideas??
Re: Hide Quick Serch
Try to use this on the event:
echo "
<SCRIPT>
$(document).ready(function() {
document.F0_top[‘nmgp_fast_search’].style.display = “none”;
document.F0_top[‘nmgp_arg_fast_search’].style.display = “none”;
document.getElementById(‘fast_top’).style.display = “none”;
});
</SCRIPT>
";
Its not nice, but work.
Re: Hide Quick Serch
in the 5.2 relase is there possibility to hide the quik serch sc_btn_display with the function?
Re: Hide Quick Serch
in which event use it?
Marco
Re: Hide Quick Serch
try onload.
Re: Hide Quick Serch
in the grid appliaction i have only onapplicationinit but does not work.