• Page Navigator onMouseOver

    By L Buitenhuis 1 decade ago

    Currently the Page Navigator control only has an onClick event for its links. I'd really like to have an onMouseOver event to be able to create a tooltip.

    If there is another way of doing this I would like to know.

    thank you!

    Lucien

    • Sorry,what do you mean by the page navigator?

      By Philippe Riand 1 decade ago

      Is it the page tree node?

      • Response

        By L Buitenhuis 1 decade ago

        Hello Philippe,

        You can see I'm a newbie...

        its for the (in oneuiv2) green navigation menu , and it's about the global events screen for the element.

        • ok got it

          By Philippe Riand 1 decade ago

          Adding this is not currently in plan. But first, I'd like to know which event would be necessary. And I want to be sure that this is applicable to all the outline implementation, without overloading them too much.

          A solution for you would be to add a class to the elements that you want to handle the events, and then, onload, you execute a CSS query to get the list of elements and dynamically add the event handlers to them

          • I'll have a go at that suggestion

            By L. B. 1 decade ago

            I'll have a go at that suggestion

            thanks
            Lucien