SearchNavigationMenu
SearchNavigationMenu copied to clipboard
Oracle Application Express item Plug-in for search on Navigation Menu.
Since for some time "apex.theme42.toggleWidgets.expandWidget" is deprecated (Thanks Matt Nolan for info). a workaround is added in docs/searchNavMenu.js library ```javascript $('.t-PageBody:not(.js-navExpanded) #t_Button_navControl').click(); ``` Also, like #10 bugfix will be included...
The MenuClickOpenClose is set to Yes i.e. MenuClickOpenClose:true Menu target_link is null But Menu did not expand on clicking menu title. Yes it working on click menu icon(arrow). My Oracle...
Good day Navigation Parent item (chevron right >/down ) icon is incorrectly displayed above item, in UT theme from APEX version 19 onwards Is there any fix? 
Since function "$f_First_field" is deprecated in Oracle APEX 21.2 a workaround is added in docs/searchNavMenu.js library this part of the code will be removed. This bugfix will be included in...
Problem was because IE has option icon "X" to empty input field. Due to that legacy code bug appears. In order to fix bug you have 2 options : 1....
HI, in google console after installed your plugin show this error: $f_First_field is not defined i use apex 23.2 version br Max