-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 4.1
-
Component/s: Dashboard & Gadgets
-
4.01
-
Severity 3 - Minor
-
The Gadget field API Javascript documentation at http://confluence.atlassian.com/display/GADGETDEV/Field+Definitions#FieldDefinitions-TextInput
says that the value of class attribute will be given to the resulting input.
Setting this class attribute has no effect.
I've attached a simple gadget plugin where I've set
class:"dateSearcher"
on line 80 of specs/new.xml.
The attached screenshot shows that the input element in question has no class set. It should have the calendar icon to the right of it.