Page 1 of 1

Ernie wants to add the Dojo theme "soria" to the other styling on his XPage. Which theme code will add the appropriate c

Posted: Fri Aug 26, 2022 9:57 am
by answerhappygod
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>