View Full Version : is there a setCursor method somewhere?
slupix
8 Jul 2008, 4:59 AM
Hi, is there a way of setting the cursor back and forth to sundial and default in extgwt?
Thanks.
darrellmeyer
8 Jul 2008, 6:34 AM
I do not know what a "sundial" cursor is, but you can set the cursor using CSS:
field.setStyleAttribute("cusor", "hand");
kirikol
27 Jan 2011, 6:09 AM
You mean
field.setStyleAttribute("cursor", "pointer");
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.