Skip to content

Commit de0a0b4

Browse files
authored
Update README.md
1 parent d9a8965 commit de0a0b4

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

README.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,61 @@
11
# SearchNavigationMenu
2+
3+
## Demo
4+
A demo application is available on apex.oracle.com<br/>
5+
https://https://apex.oracle.com/pls/apex/f?p=SEARCHNAVIGATIONMENU
6+
7+
## Preview
8+
![](https://raw.githubusercontent.com/grlicaa/SearchNavigationMenu/master/docs/Preview.gif)
9+
10+
## Install
11+
<ol>
12+
<li>Import plug-in "item_type_plugin_si_abakus_searchnavigationmenu.sql" into your application.</li>
13+
<li>Add region on global page.
14+
(Region must be on page but you can hide it with style="display:none;" in "Custom Attributes")</li>
15+
<li>Add SearchNavigationMenu [Plug-in] item to the region.</li>
16+
<li>Decide behavior and style of the item (or leave default values).<br/>
17+
![](https://raw.githubusercontent.com/grlicaa/SearchNavigationMenu/master/docs/Settings.png<br/>
18+
</li>
19+
<li>Save changes. Search Navigation Menu is now ready to use.</li>
20+
<li>Please leave same feedback. Thanks</li>
21+
</ol>
22+
23+
24+
## Functionality
25+
26+
### Implemented
27+
<ul>
28+
<li>Search is not case sensitive</li>
29+
<li>Search works on sub lists also</li>
30+
<li>Search adds color,background and weight(user choice) on first match in String</li>
31+
<li>Added functionality to navigation menu witout target</li>
32+
<li>"Control+s" focus on search navigation</li>
33+
<li>"Enter" in search navigation redirect on selected link</li>
34+
<li>Keys up and down in search navigation move searched text link</li>
35+
</ul>
36+
37+
### Tested on (so far):
38+
39+
#### Browsers
40+
<ul>
41+
<li>FireFox 54.0.1</li>
42+
<li>Crome 59.0.3071.115, 60.0.3112.90</li>
43+
<li>Microsoft Edge 38.14393.1066.0, 40.15063.0.0</li>
44+
</ul>
45+
46+
#### Apex Versions
47+
<ul>
48+
<li>Application Express 5.1.0</li>
49+
<li>Application Express 5.1.2</li>
50+
</ul>
51+
52+
## About me
53+
Andrej Grlica<br/>
54+
Company [Abakus Plus d.o.o.](http://abakus.si/en/home)<br/>
55+
I’m a oracle apex developer since 2008.<br/>
56+
When I’m not into code problem, you can find me on:<br/>
57+
Work email : [andrej.grlica@abakus.si](mailto:andrej.grlica@abakus.si)<br/>
58+
Private email : [andrej.grlica@gmail.com](mailto:andrej.grlica@gmail.com)<br/>
59+
Twitter : [@AndrejGrlica](https://twitter.com/AndrejGrlica)<br/>
60+
Linked-in : [Link](https://www.linkedin.com/in/andrej-grlica-303998a4/)<br/>
61+
Slack (#orclapex) PM:[@grlicaa](https://orclapex.slack.com/messages/@grlicaa/)

0 commit comments

Comments
 (0)