Hi all,
I need to hide toolbar items from the Menu,
I have tried this
if ({sc_menu_item} == “item_5”)
{
sc_btn_display(“btn_1”,“off”);
}
I have tried this
if ({sc_menu_item} == “item_5”)
{
echo “<style>#btn_1 { display: none !important; }</style>”;
}
all without success.
any input would be very much appreciated