Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello,

    You don’t want the tooltips to display at all? Or just not on mouse over (on click instead?)?

    Thread Starter ofsajd

    (@ofsajd)

    Hi!

    I want to hide it on mouse over, i need them in html code to display events data in grid, but i don’t want to show tooltips.

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Oh, I see.

    This isn’t really supported at the moment, I’m afraid (it’s on my to-do list).

    However, if you wanted to try to get something working yourself, you could use the following CSS to cause the event information to show up in the grid cells.

    .gce-page-grid .gce-calendar .gce-event-inf{
    	display: block;
    }

    You’d probably need to play about with the CSS quite a bit to get it looking nice, though.

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Marking as resolved. If you require further support, let me know.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘disable tips on ajax grid view’ is closed to new replies.