mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
This adds a visual hint (caret down) on the toggler to help the user understand that clicking on the toggler won't do something right away, but will open a menu instead
4 lines
203 B
Twig
4 lines
203 B
Twig
$('#{{ oUIBlock.GetId() }}').popover_menu({
|
|
toggler: {{ oUIBlock.GetTogglerJSSelector()|json_encode|raw }},
|
|
add_visual_hint_to_toggler: {{ oUIBlock.HasVisualHintToAddToToggler()|var_export }}
|
|
}); |