If you want to customize an icon out of existence, then you would do use
the 'inhibit' property value in your skin definition like this::
.AFRequiredIcon:alias {content:inhibit}
If you want to change the icon from the * to a word, you can do
something like this:
.AFRequiredIcon:alias {content:REQ; color:orange}
Adam Winer wrote:
(b) is fairly straightforward - you can customize an icon out of
existance - but (a) is not currently possible. This'd be a
worthwhile enhancement.
-- Adam
On 5/17/06, Reimann, Marco <[EMAIL PROTECTED]> wrote:
Hi,
I'd like to mark a field as required not by a preceding .AFRequiredIcon
but by a label formatted as bold text.
Is it possible
a) to specify different css attributes for labels dependent on the
required attribute of the component
b) to disable the icon?
Thanks
Marco