Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.2 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.2 KB

Apex-Dynamic-Tooltip

Screenshot

This plug-in is used to dynamically show a tooltip on any page element. With mouse-hover the content of the tooltip is loaded live from the database. Filter attributes in the desired element can then be used to filter the select. E.g.:

<h2 id="myID" pk="1", sk="2">test</h2>

So when you make a mouse-hover then the select uses the two attributes pk and sk to filter in sql statement. There is also a third one "tk". To submit these values you need three setable items on the page and these where set on hover. Then they where submitted and can be used as filter in sql statement.

For working Demo just click on:

https://apex.oracle.com/pls/apex/f?p=103428

If you like my stuff, donate me a coffee

Donate

Important clarification: My work in the development team of Oracle APEX is in no way related to my open source projects or the plug-ins on apex.world! All plug-ins are built in my spare time and are not supported by Oracle!