Support Article
Skin does not provide option to customize DateTime control
SA-63780
Summary
The skin does not provide an option to customize or stylize the DateTime controls. The DateTime controls must be customized when they are read only.
Error Messages
Not Applicable
Steps to Reproduce
Create a section with a DateTime control with read only mode.
Root Cause
Not Applicable
Resolution
Perform the following local-change:
- Create a custom class.
- Mention the custom class in the 'Advanced Presentation' options of the DateTime property.
- Define the required style in the UserWorkForm with the custom class supplied in the DateTime configuration.
.CustomClass div.dataValueRead{
font-weight: 700;
color: red;
}
</style>
Published August 30, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.