Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created August 4, 2010 22:53
Show Gist options
  • Save knowuh/508938 to your computer and use it in GitHub Desktop.
Save knowuh/508938 to your computer and use it in GitHub Desktop.
(in the static otml as delivered)
... (entities &etc.)
<otrunk id='0009494c-c1e7-11de-9d10-001ec94098a1'>
... (imports &etc. )
...
<OTCompoundDoc local_id='conditional_richtext'>
<bodyText>
<h4> this text will be replace </h4>
</bodyText>
</OTCompoundDoc>
(in the dynamic otml as delivered)
<overlays>
<OTOverlay>
<deltaObjectMap>
<entry key="0009494c-c1e7-11de-9d10-001ec94098a1!/conditional_richtext">
<OTCompoundDoc>
<bodyText>
<h4 class="warning">TESTING</h4>
</bodyText>
</OTCompoundDoc>
</entry>
</deltaObjectMap>
</OTOverlay>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment