Dear all,
Using a css-stylesheet it's pretty obvious to style your widgets and pages
when working with CForms,
but what I cannot seem to figure out is how to add styling (e.g. font-size)
to a CFormsSuggest dojo combobox:
it's possible to change the size of the textbox, but I cannot figure out how
to change the style of the options that appear in the dropdown-list.
Anyone who knows how to do this ?
This might be a dojo-related question, but studying the dojo-docs didn't get
me much further either.
form-definition
<fd:field id="nameFilter">
<fd:label>select employee</fd:label>
<fd:datatype base="string"/>
<fd:suggestion-list src="cocoon://suggest_employees"/>
</fd:field>
form-template
<ft:widget id="nameFilter" type="suggest"/>
--
Bart Remmerie