attribute | value |
input | CSS style properties for input fields, e.g. "font-size: 1em; border: 1px solid #000; width: 175px;" |
inputFocus | CSS style properties for focused input fields (overwrites “input”), e.g. "font-size: 1em; border: 1px solid #000; width: 175px;" |
select | CSS style properties for select fields, e.g. "font-size: 1em; border: 1px solid #000;" |
selectFocus | CSS style properties for focused select fields (overwrites “select”), e.g. "font-size: 1em; border: 1px solid #000;" |
iframe | Size in pixel, e.g.: iframe: { height: "25px", width: "250px" } |