Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed example code

...

For example, to set the chrome theme as default, replace the line:

Code Block
xml
xml
<UserPreference userLoginId="_NA_" userPrefTypeId="VISUAL_THEME" 
userPrefGroupTypeId="GLOBAL_PREFERENCES" userPrefValue="DEFAULT"/>

with the following one:

Code Block
xml
xml
<UserPreference userLoginId="_NA_" userPrefTypeId="VISUAL_THEME" 
userPrefGroupTypeId="GLOBAL_PREFERENCES" userPrefValue="CHROME"/>

...