Dani3lSun / apex-sample-code

Collection of Oracle APEX sample code
MIT License
10 stars 4 forks source link

Modification of your search bar #1

Open lgredelj opened 7 years ago

lgredelj commented 7 years ago

Hello, I've used your example of Search item in navigation bar, and there are two things that you should change to get better performance of that item:

  1. In Desktop Navigation Bar find that list entry, then in field Image/Class put just "navbar-search" not "fa-search navbar-search"
  2. In global page where item is, select item, go to Advanced in page item, and in CSS Classes field put "t-Form-searchField"

In that way it works perfectly, Search item opens on icon click, not on three dots click, and font in that item is the default font of app, not Font Awesome.

Dani3lSun commented 7 years ago

Hi @lgredelj thanks for sharing your experience! I will test your improvement request and if it works out well, I will change the description!