Sometimes it is annoying to see the '*' in front of a required field.
If a customer demands the '*' to be removed, you really have a problem !
It seems to be impossible to remove it and a lot of people say that it is.....................
But here is your solution.
If you put the following line of code in your stylesheet, the '*' will not be displayed !
.xi {
display: none;
}
For outlining everything, you can use the ussual stuff.
More to come
If a customer demands the '*' to be removed, you really have a problem !
It seems to be impossible to remove it and a lot of people say that it is.....................
But here is your solution.
If you put the following line of code in your stylesheet, the '*' will not be displayed !
.xi {
display: none;
}
For outlining everything, you can use the ussual stuff.
More to come
Comments
thats a very useful tip.
I have page with af:form where I want to hide "*" on some fields.Can this be done at field level?
I'll be back in about one week !
I'm enjoying some private time with my family.
.xi {
color: Red;
}
but i did't work ...
what is the right code ?
.xi {
color: Red;
}
but i did't work ...
what is the right code ?
.AFRequiredColor:alias
It only works with skyros Skin (according to documentation)