Discussion
4
Replies
798
Views
Posted: September 14, 2015
Last activity: November 16, 2015
Closed
UI Skin customization
I want to understand the following customization:
* whether it is possible to configure mandatory * sign on the left of the field label.
* whether it is possible to have the error sign and description be consistently displayed below the field element .
Can someone explain this.
Open the application skin rule
Depending on your PRPC version, it might be slightly different... but go to Additional Styles and add a new style. Open that to create the new style
Add the following:
.iconRequired {
padding-left: 10px;
padding-right: 0px;
background-position: 0% 50%;
}
For changing the error sign and description, go to the "Component Styles" tab -> Choose the "Text inputs & formatted text" control -> Standard style format. You should see the "Error Text" styles. Change it based on however you choose to