The goog.style.cursor Namespace

.CLOSEDHAND_FILE {string}

The file name for the close-hand (dragging) cursor.

.OPENHAND_FILE {string}

The file name for the open-hand (draggable) cursor.

.getDraggableCursorStyle(absoluteDotCurFilePath, opt_obsolete)

Create the style for the draggable cursor based on browser and OS. The value can be extended to be '!important' if needed.

absoluteDotCurFilePath {string}
The absolute base path of 'openhand.cur' file to be used if the browser supports it.
opt_obsolete {boolean=}
Just for compiler backward compatibility.
returns {string}
The "draggable" mouse cursor style value.

.getDraggingCursorStyle(absoluteDotCurFilePath, opt_obsolete)

Create the style for the dragging cursor based on browser and OS. The value can be extended to be '!important' if needed.

absoluteDotCurFilePath {string}
The absolute base path of 'closedhand.cur' file to be used if the browser supports it.
opt_obsolete {boolean=}
Just for compiler backward compatibility.
returns {string}
The "dragging" mouse cursor style value.