ToolTip Plugin help

People,

I'm trying to use the plugin following from the APEX Plugins site... : - dynamic Action Plugin - ToolTip

APEX Version 4.2.4, browser is Firefox 24... Theme 26 for application...

I am facing problems with the definition of the label and display help the mouse... The author of the plugin tells us to generate a definition for the tag like this:

Label template:

<labelfor="#CURRENT_ITEM_NAME#"class="help-tip {x01:'#CURRENT_ITEM_NAME#'}"tabindex="999"><spanclass="optional">

Label template name: label.help - points

I have created a demo application...

Here is the access information:

URL: http://apex.oracle.com/pls/apex/f?p=4550:1:0:

Workspace: homeworld

user name: demo

password: demo

# Application & name: 31206, Plugin problem

Simple example of page 2... Page 1 is a report that calls page 2... First 2 items on page 2 have labels that should be display help text... No label is displayed...

I hope someone can shine some light on the question, Miss me...

Thank you

Tony Miller

Software LuvMuffin

Ruckersville, WILL

Hello

Your page theme styles hide the span inside the label tag tags.

So I change the template tag and removed the span it.

Also, it seems so styles are perhaps missing as ToolTip is transparent.

Because I add to the page CSS inline

.ui-tooltip {
    background-color: #FAFAFA;
}

Kind regards
Jari

Tags: Database

Similar Questions

  • LR CC 2015.6 crashing when you use Smugmug export plugin-help?

    When I try to use the Smugmug export plug (which worked FINE until I upgraded to 2015.6) LR, it blocks.  I contacted the Support for the plugin, and they have never heard that a plugin can plant LR.  Someone at - he of the knowledge/experience with this?  Thank you!

    This issue should be fixed in Lightroom to today 2015.6.1 update: http://blogs.adobe.com/lightroomjournal/2016/07/lightroom-cc-2015-6-1-now-available.html

  • Dreamweaver CS4 plugin help.

    It is a question I asked in another thread before Adobe converted to the new format. I can answer in this thread. My question relates to the search box. I'm putting the results separated from my search box page. In short, the results will appear on a different page. A few people gave me some simple advice so provided links showing what to do. Still no progress. Something crossed my mind and I wonder if my problem is related to the template vs custom made through Dreamweaver pages. I made my Web page via template in Dreamweaver. I do not use the models here. Is the same procedure when adding to the results of the research to the separate page? I ask because I noticed that when I click on the search box button, it takes me to a settiings by default and wonder in I have to get rid of default parameter in the code. Here is what my code looks like in the HTML index page.

    Thanks in advance.

    "" "< td height="37" colspan="8" align="left" bgcolor="#475908">< form name="catsearchform88328" method="post"action="default.aspx? " SiteSearchID = 3345 & amp; ID = / Members_Profile.html' > .

    You must add your folder structure to your action URL. Because your pages are in the folder called "N", you must redirect the visitors using the & ID=/n/searchresults.html.

    See you soon,.

    -mario

  • Plugins of ToolTip

    Hi guys,.

    I installed the ToolTip plugin, depending on the version you downloaded "http://www.apex-plugin.com/oracle-apex-plugins/dynamic-action-plugin/tooltip_51.html" is available for my apex 4.0 application. I'm unable to advance further. I want the same implementation of ToolTip on the report as implemented in the demo application, "http://apex.oracle.com/pls/apex/f?p=44321:410" can someone help me step by step how to make a ToolTip using this plugin and my ToolTip data must be returned from pl sql code, or provide me with an export of this demo application so that I can consider myself for him. Thank you

    Sunil Bhatia

    Hello

    INSTALLATION:
    1. make sure that you run APEX Oracle version 4.0 or later
    2 unzip and extract all the files
    3. access to your target workspace
    4. Select the Application Builder
    5. Select the Application where you want to import the plug-in
    (plug-ins belong to an application, not a workspace)
    6. access of shared components > Plug-Ins
    7. click on [Import >]
    8. browse and locate the installation file, dynamic_action_plugin_com_ankerpoort_apex_tooltip.sql
    9 complete the wizard

    HOW TO USE IN THE REGION OF (INTERACTIVE) REPORT:
    1. install the plugin (see INSTALLATION).
    2. create a new dynamic action.
    3 the Wizard "Advanced".
    4. Select "After Refresh" like event.
    5. choose the correct region.
    6 select the plug-in "Tooltip" as action and check run option 'fire on Page load.
    7. follow the instructions in the wizard and use the item level help to get more information the
    purpose and use of the various parameters.
    8. Select the correct affected items (example: jQuery Selector "span.tooltip").
    9 define the scope of the event 'live '.
    If the content of the ToolTip is retrieved via AJAX (Code PL/SQL):
    1. change the "HTML Expression" in a report column:

    #LOC#
    

    In the class attribute, you are able to add a JSON object with the 01 x... x 10 variables.
    It can be used in your PL/SQL Code (apex_application.g_x01. apex_application.g_x10).

    If the content of the ToolTip is retrieved through the title attribute:
    1. change the "HTML Expression" in a report column:

    #DNAME#
    

    Will find the following information in the readme file provided with installation.
    I followed the same and has been run successfully.
    Will post an example on apex.oracle.com for a while!

    Kind regards
    Kiran

  • Text ToolTip APEX of select list query

    Hi all

    Currently, I'm stuck with how to display the ToolTip text by using a selection list query. I tried to look for the solution but I got is: assigning help unique text value. I also passed by the example:

    https://Apex.Oracle.com/pls/Apex/f?p=44321:410:

    When I'm hovering above the value of column Loc Departments IR, , it displays the ToolTip text in a list. My requirement is almost the same. I will implement for the page element and the value of the list will be generate by query.


    I use 5 APEX with Database 11g


    Any help would be appreciated.



    Concerning

    Nabila

    I solved this problem. I just want to share this, if anyone needs.

    1 created dynamic action on loading of the page.

    2. Choose the action ToolTip [plug-ins].

    3. ToolTip content type: Code PL/SQL which is:

    Start

    Select: P260_FINANCIALINSTRUMENT

    in l_help_text

    Double;

    HTP.p (replace (nvl (l_help_text, "no help is found.'"), ', ' '))
    '));

    exception

    while others then

    HTP.p ('no help is found.');

    end;

    4. affected elements--> JQuery selector:

    Label [for = P78_FINANCIALINSTRUMENT] Caddy-tip

    Note:

    I used the Tooltip Plugin which is mentioned in my original post.

    78 is my page number created if the dynamics of the action when the page is loaded. And P78_FINANCIALINSTRUMENT matches the element for which the ToolTip will come as a selection list.

    P260_FINANCIALINSTRUMENT is the element that contains the actual value of the selection list. I used the database query to get the value separated by,

    Start

    Select listagg (Orders, ',')

    THE Group (Control Orders) Orders

    in: P260_FINANCIALINSTRUMENT

    of Orders;

    end;

    Thank you

  • Need help as soon as possible Dreamweaver coding.

    OK, I'm trying to reproduce the next card.

    However stuck on something (got rusty) currently, it is built with google api, the goal is to move away plain old HTML...

    Screen Shot 2013-04-29 at 22.30.43.png

    Ive sort the easy part, when you click on the stay, eating it goes to screen load them all the points in this area, the most difficult part, as I said ive become rather rusty with HTML is to have the points when clicked on load a small pop-up box as shown below

    Screen Shot 2013-04-29 at 22.30.51.png

    Can you help me with the code that should be a) to bring the pop up (but in front of the image more) b) which shows a similar design, not a new window if can be helped, but rather the small cute x box as above.

    the dimensions of the box pop up is 202 wide but the length is information.

    The coding of the card and the code is attached in a dropbox folder here I use the image of the stay and stay html.

    Thanks, any help would be really appreciated

    HTML alone cannot do that.  You need rollover CSS or JavaScript Tooltips.

    Pure CSS disjointed Rollovers

    http://ALT-Web.com/demos/CSS-disjointed-image-rollover.shtml

    jQuery UI basic ToolTips

    http://jQueryUI.com/ToolTip/

    30 elegant jQuery Tooltip Plugins

    http://www.1stWebDesigner.com/CSS/stylish-jQuery-ToolTip-plugins-webdesign/

    Nancy O.

  • Is it possible to install Firefox on multiple machines with plugins already installed using a flash drive?

    I am currently install Firefox on several machines and would like 2 plugins installed with installation. At this point, we have to install Firefox, then go back and install the 2 plugins. There must be an easier way. Plugins help our content company to load properly on machines.

    Oh boy, I see you don't have experience with this... ok, you've been around here, once you paste the file C:\Users\MYUSERNAME\AppData\Roaming\Mozilla you need to install firefox, firefox installs in C:\Program Files, and you're done, once firefox opens it checks the contents of C:\Users\MYUSERNAME\AppData\Roaming\Mozilla and load all the information there , addons, history, passwords, etc.
    In the plain English there are 2 files in Mozila\Firefox, one in C:\Program Files and contains ONLY what it takes to run firefox.exe, other Mozila\Firefox is located in your USER folder and contains your personal profile that has your plugins, addons, paswords, history, bookmarks, if you delete this folder once you run firefox it will create a new and start over If you have this folder you should have if you did stick it in the new machine, so when you install and run firefox it will be the contents of this folder and run, his cloning as your current firefox in another machine, but you need to install firefox because she needs to add extra stuff to the registry and stuff, BUT it is an alternative If you want to have both these files without having to install anything, just copy and paste, then you need a Firefox Portable, which will work with installation 0, being a little slow to start, but once opened will be will work also quickly as one installed (the disc depends on his work, a hard drive is fast (, a USB is faster an ssd we the fastest).
    If you still have questions feel free to ask. If you go the route portable firefox there are many videos on youtube that will show you how to do or where to download it. Good luck.

  • Help with rest iPad

    Text in blue have ToolTips

    Help, I reset my iPad because of a problem that prevented me from deleting, download or update of the applications, and everywhere I look it says wipe the iDevice, then restore it using a back-up. I wiped using the button in the settings app and now its stuck in this loop. It starts as a normal Apple logo, then past in an Apple logo with a sort of loading below bar. And between these transitions, a graphic kind of glitch occurs. If someone could help me that would be great. It's a mini iPad running iOS 9.3.3 4.

    Use the recovery mode as described below.  You may try to go into recovery mode more than once to succeed.

    If you are unable to update or restore your iPhone, iPad or iPod touch - Apple supports

  • New Plugins

    I see that the sample application on oracle.com uses a plugin called tooltip of the slide.

    Where can I download new plugins for.

    I looked www.apex-plugin.com but could not see

    Gus

    Gus C wrote:

    I see that the sample application on oracle.com uses a plugin called tooltip of the slide.

    Where can I download new plugins for.

    I looked www.apex-plugin.com but could not see

    Components shared > plugins lists URLS providing further information on plug-ins. No URL is given for the Tooltip plugin Slide, but you can export it to the sample application.

    As it is still early days for APEX 5.0, I think you will have to wait for documentation and suppliers catch up with the current state of play.

  • YouTube widget problem "blocked plugin" revisited? (NEW!)

    Okay, it's the old problem "blocked plugin" once again when I go to import a video from YouTube in Muse... wait, it's a little different...

    I'm definitely sticking in the right code of YouTube. Here's the full URL:

    Experience of CWD Intro - YouTube

    .. .and I use the correct identifier in the field of video plug-in Muse (jx82mM9KoaY) - less media. The YouTube video is not registered, but not private.

    I have also read the response from an another forum post detailing the uninstall and re - install the Flash plug-in (although I don't understand why that has nothing to do with HTML5 video via YouTube, but whatever)-I went with the comment in the post on the forum and visited the plugin help page Adobe to uninstall Flash plug here:

    Uninstall Flash Player for Mac OS

    HOWEVER... the program uninstall on the link to the OS X version 10.6 and is a link broken on the Adobe support page (actually, so is version 10.4 too). You get this message:

    Not found

    The requested URL /get/flashplayer/current/support/uninstall_flash_player_osx.dmg was not found on this server.

    To download the uninstall program doesn't seem to be an option at this point. I tried to run the updater of alternative direct download Adobe and via the preferences of OS x for Flash panel. That's what I see:

    Screen Shot 2016-06-09 at 12.14.50 AM.png

    Now, notice that the plugin PPAPI is the latest version, but isn't the NPAPI plugin.  Hit the button check the NPAPI now demand a new version to download. Then it downloads the plug-in, but using the latest installer it downloads never updates the NPAPI plugin to a superior version in the preferences window.

    Anyone?

    Try to access the uninstalling the Flash Plugin via this link - Uninstall Flash Player for Mac OS

    and reinstall it when it prompts you.

    Try this and let me know if it works for you.

    Thank you

    Ankush

  • Point ToolTip not solid background

    I created a ToolTip using CSS and #CUSTOM_ITEM_HELP_TEXT # to create tooltips to point (I followed a demo hosted by Tyson Junglet/Dan McGhan 2012 presentation of Skillsbuilder).

    It consists of the following CSS:

    < style >
    . ToolTip {}
    Cursor: help;
    text-decoration: none;
    position: relative;
    color: #5555; 555
    }
    . ToolTip span {}
    margin left:-999em;
    position: absolute;
    }
    . ToolTip:hover span {}
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba (0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba (0,0,0,0.1);
    -moz-box-shadow: 5px 5px rgba (0,0,0,0.1);
    do-family: Calibri, Tahoma, Geneva, without serif.
    position: absolute; left: 1em; Top: 1em; z-index: 99;
    left margin: 0; Width: 250px;
    color: #3333; 333
    white-space: normal;
    text-decoration: none;
    opacity: 2.0;
    Filter:alpha(opacity=200); / * For IE8 and below * /.

    }
    {.custom_help}
    background: #8FC4D6; #9FDAEE;
    border: 1px solid #2BB0D7;
    padding: 0.8em 1em;
    text-align: left;
    text-decoration: none;
    }
    < / style >

    declared in the header of the page text

    I then use two models of label (you need one) and the other for optional:

    Required label template:

    Before the label:

    "< img src="#IMAGE_PREFIX#themes/theme_2/images/required.gif "alt =" "#VALUE_REQUIRED #" tabindex = "999" / > < a class = "tooltip" href = "#" tabindex = "-1" > ""

    After the Label:

    < span class = "custom_help" > #CURRENT_ITEM_HELP_TEXT # </span > < /a >

    Model of optional wording:

    Before the label:

    < a class = "tooltip" href = "#" tabindex = "-1" >

    After the Label:

    < span class = "custom_help" > #CURRENT_ITEM_HELP_TEXT # </span > < /a >

    It works very well for 12 of Firefox, but it does not work for IE (I tried IE7 and IE9)

    I have an example of work on the APEX. ORACLE.COM

    Workspace: rgwork

    User: TESTER

    Password: TEST123

    Application: DB APPLICATION (27964)

    Just hover over the label, and you will see the ToolTip planned looks like not solid and transparent in IE 7/9 but that works well in Firefox.

    At work, I use APEX 4.1 with Oracle 10 g Rel 2 and IE 7. (IE 7 is our standard, and we'll go to IE 9 in the coming months)

    Can someone please help me as soon as POSSIBLE. I have an application in production this month.

    Thank you.

    Robert

    http://apexjscss.blogspot.com

    Hello

    I made a few other changes. Here's the new CSS

    .tooltip {
    cursor: help;
    text-decoration: none;
    color: #555555;
    }
    .tooltip:hover {
    position: relative;
    }
    .tooltip:hover .custom_help{
    -webkit-box-shadow: 5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px rgba (0,0,0,0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px;
    position: absolute;
    left: 1em;
    top: 1em;
    margin-left: 0;
    width: 250px;
    color: #333333;
    white-space: normal;
    text-decoration: none;
    display: block;
    }
    .custom_help {
    background-color: #8FC4D6;
    border: 1px solid #2BB0D7;
    padding: 0.8em 1em;
    text-align: left;
    text-decoration: none;
    display:none;
    z-index: 99;
    }
    

    See page app id 69040 3 in your workspace to work properly in Internet Explorer.

    Kind regards

    Jari

  • Can you please give some advice on the ToolTip used in the new packaged applications

    Hello
    I use apex 4.1 theme 23.
    I would use the ToolTip used in the new packaged app.
    Can you please give some advice or the "Details" on ToolTip, used in the new packaged applications. for example: go live checklist request.
    Once we fly over "Check list items" region. We get the tootip.

    1. how to find the class "detailedStatusList".
    2. how to find "detailedStatusListToolTip();" JavaScript function used in "execute when Page Loads.
    3. is there a tool to generate the source in the region to "check list items.

    I don't know if there are more, I need to know...

    * the tooltip plugin isn't solid...

    Kind regards
    Water

    Good morning, water,

    My goal is to use it in IR for the column notes. I can't show all the notes on the report. so I use RPAD to show only the first words. and the rest should be available by using the ToolTip.

    Fact :D

    You need to use SUBSTR to restrict the notes to a few words, not RPAD.

  • I changed the IR query as follows...

    select
    Deptno,
    Dname,
    Loc,
    substr(notes,1,25) || '<div class="long-notes" style="display:none;">'||notes||'
' as "Notes" from "DEPT"

  • Column attributes: Note > formatting of column > Expression HTML

    <div class="short-notes">#Notes#
  • Edit Page > JavaScript > function and global variables declaration

    function setNotesToolTip() {
         this.xOffset = 0; // x distance from mouse
         this.yOffset = 10; // y distance from mouse
    jQuery("div.short-notes").hover(
         function(e) {
              var insideText = jQuery("div.long-notes",this).html()
              this.top = (e.pageY + yOffset);
              this.left = (e.pageX + xOffset);
              $('body').append('
    ' + insideText + '
    ' ); $('div#notes-tooltip').css("top", this.top+"px").css("left", this.left+"px").delay(500).fadeIn("fast"); }, function() { jQuery("div#notes-tooltip").fadeOut("false").remove(); } ).mousemove( function(e) { this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset); jQuery("div#notes-tooltip").css("top", this.top+"px").css("left", this.left+"px"); } ) }

  • Edit Page > header and footer > footer text

    <style>
    div#notes-tooltip {
        background-color: #F8F8F8;
        border: 1px solid #AAAAAA;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
        position: absolute;
        width: 420px;
        padding: 4px;
    }
    </style>
    

  • And finally called setNotesToolTip(); while the page is loading. (Run when the Page loads)

    Kind regards
    Hari

  • Upgrade to 10 elements did not allow my PerfectPhoto Suite 8 Plugins

    I ran 10 elements with PerfectPhoto Suite 6 (which began with the free version of 4 PPS which came with the E10) for a few years in order to use the plugins of PPS6 inside the E10.

    Last week I upgraded PPS6 tp PPS8.  Everything worked without exception and all new PPS8 plugins were available under the menu file/automation of E10.

    Yesterday, I installed E12.  During the installation it me warned that it had found the PPS8 plugins and would like to install/activate the.  After that installation is complete [no error] I noticed that the menu file/automation of E12 is gray.  However, under the Plugins Help/About all plugins PPS8 listed.

    Here's what I've tried so far:

    (1) installed items 12

    > no automation tools in 12, but they were always visible and active in the old version (10)

    (2) uninstalled perfect Photo Suite 8

    (3) uninstalled items 10 (leaving E12)

    (4) re-installed the perfect Photo Suite 8

    > no still no plugins automation in E12

    Can someone help me with this?

    Howard

    Redmond

    Sheesh.  You won't believe how much time I wasted on this issue.  I have exchanged emails probably 5 with customer service but was getting nowhere.  After waiting nearly 30 minutes for a technical support I was finally able to talk to a technician.  The first thing he asked me was ' you are in Expert mode.  There are three modes in the upper part of the screen - Quick, guided and Expert.  When the first installation of the Editor opens in fast mode.  The menu file/Automation element is enabled only when you are in Expert mode.  Its just so easy.

    Sheesh... What a waste of time...

  • Won't work! Help!

    I am Mac 10.8 and tries to install on safari. I have installed and uninstalled 5 - 6 times. I run the Setup, installation is complete and yet the system does not recognize that I have a flash drive! I'm frustrated! Help!

    OK, that looks right.  What is not jive, it's that the 'installed plugins' Help menu in safari is empty.  You have a number of plugins there that must be loaded.

    If you install Firefox, Flash Player works?  (both Safari and Firefox use the same version of Flash Player)

  • ToolTip on a column of the report

    [http://issuu.com/aced/docs/tooltiponreportcolumn?mode=a_p] I use the Application Express 3.2.1.00.12.
    The column "MATR" of my report area is a link to a page. I would like it when the mouse passes over the column, a ToolTip is displayed. Please see the link.

    Thank you

    Published by: Francesco on 3.12 mag-17-2011

    The simplest way is to add a title attribute to the column attributes column say title = "click the column to do..." " , it will display a (not very elegant) ToolTip that your browser would make it.

    You can add a custom ToolTip

    http://www.inside-Oracle-apex.com/using-ToolTips-in-Oracle-Apex-applications/

    or use the ToolTip plugin

    http://www.apex-plugin.com/Oracle-Apex-plugins/item-plugin/tooltip_62.html

  • Maybe you are looking for

    • I get not much sound on my pavilion dv6 notebook

      I bought my Pavilion DV6 two months back. But the last 15 days I only get much sound. (sound out put is very less)

    • runs a command of needles streaming engine

      Hello, I'm trying to run a stepper motor to the right a complete rotation in 3 seconds, wait eight seconds and then a year and a half counterclockwise rotation for five seconds. I'm pretty new to labview and I was able to make the first rotation usin

    • DeskJet 3050 a cannot disable the unwanted print job

      I have a jod impression which shows that deletion, but he never removes, and for this reason, I can not print anything else. my printer works as it makes copies and I did an alignment, so I guess it's a software problem but just a guess.

    • Conversion of Cisco Mobility Express Bundle

      Hello I have a question about the Cisco Mobility Express Bundle (not the device without mobility Express on 1800 series AP). When the beam is bought, is the software on the 2500 WLC a cut version with the day Setup Wizard 0 and the new dashboard or i

    • Cannot set the screen resolution to 64-bit on windows 7 64-bit edition.

      So, I bought a laptop with windows 7 64 bit is installed. I rolled back my driver after a few months to fix a crash on a game I was playing. I'm running a nvidia geforce gtx 260 m. Under the nvidia Control Panel, I see I can use 32-bit resolution. I