21293 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 234 Views |
-
AddExtraClass on select dropdown field only

4 January 2012 at 5:36pm
Hi,
I'm wanting to override / replace the default form css class and use jquery UI instead.
This adds a extra class, but applies extra class to div and select element.
$PickUpLocation = new DropdownField(
'PickUpLocation',
'Pick Up'
);
$PickUpLocation->AddExtraClass('newclass');I want to only add extra class to the select box only.
Tried ExtraClass, but this didn't work.
Thanks
Scott
| 234 Views | ||
|
Page:
1
|
Go to Top |

