Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wenn der Cursor über eine graphomate charts Komponente bewegt wird, nimmt er den "Hand"-Stil an, um zu signalisieren, dass eine Klick-Interaktion möglich ist. Diese Anleitung zeigt, wie dieses Verhalten unterdrückt werden kann.

Schritt-für-Schritt-Anleitung

...

Hovering over a graphomate extension component changes the cursor to a "hand" icon to show that a click interaction is possible. This article shows how to suppress that behavior to show the standard cursor instead of the hand icon on mouse over.

Step-by-Step-Guide

Insert the following code in the “custom.css” of your application and replace the <NameChart> with the name of your component.

Code Block
languagecss
#<NameChart>_control {
	cursor: default !important;
}

...

Filter by label (Content by label)
showLabelsfalse
max5
spacesKUNDEN
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("css","cursor","default","hand","hover","mouseover") and type = "page" and space = "KUNDEN"
labelscursor hand default hover css mouseover

Page Properties
hiddentrue
 
Verwandte Vorgänge