Ernie wants to add the Dojo theme "soria" to the other styling on his XPage. Which theme code will add the appropriate class to the body tag of the outputted HTML?
A. <control> <name>ViewRoot</name> <property mode="override"> <name>styleClass</name> <value>soria</value> </property> <control>
B. <control> <name>ViewBody</name> <property mode="override"> <name>styleClass</name> <value>soria</value> </property> <control>
C. <control> <name>ViewRoot</name> <property mode="concat"> <name>styleClass</name> <value>soria</value> </property> <control>
D. <control> <name>ViewBody</name> <property mode="concat"> <name>styleClass</name> <value>soria</value> </property> <control>
Ernie wants to add the Dojo theme "soria" to the other styling on his XPage. Which theme code will add the appropriate c
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Ernie wants to add the Dojo theme "soria" to the other styling on his XPage. Which theme code will add the appropriate c
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!