cursor.js
No description.

File Location

/goog/style/cursor.js


Public Protected Private

Global Functions

goog.style.cursor.getCursorStyle_(geckoNonWinBuiltInStyleValueabsoluteDotCurFilePathdefaultStyle) string
Create the style for the cursor based on browser and OS.
Arguments:
geckoNonWinBuiltInStyleValue : string
The Gecko on non-Windows OS, built in cursor style.
absoluteDotCurFilePath : string
The .cur file absolute file to be used if the browser supports it.
defaultStyle : string
The default fallback cursor style.
Returns: string  The computed mouse cursor style value.
code »
goog.style.cursor.getDraggableCursorStyle(absoluteDotCurFilePathopt_obsolete) string
Create the style for the draggable cursor based on browser and OS. The value can be extended to be '!important' if needed.
Arguments:
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.
code »
goog.style.cursor.getDraggingCursorStyle(absoluteDotCurFilePathopt_obsolete) string
Create the style for the dragging cursor based on browser and OS. The value can be extended to be '!important' if needed.
Arguments:
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.
code »

Directory style

File Reference