Running TS7.3.2 on Windows...
Trying to get ICE to work with a DCR datum. I searched the forums and found a few threads but none seem to point me in the right direction.
For some reason, i can get it working if i have it drill down to a formPub element using the dcr-item-paths attribute:
<div in-context-edit="{/Properties/Data/Datum[@Name='My DCR']/@ID}" dcr-item-paths="/content/html">
<xsl:value-of select="/Properties/Data/Datum[@Name='My DCR']/DCR/content/html" disable-output-escaping="yes" />
</div>
But trying without the dcr-items-path fails...
<div in-context-edit="{/Properties/Data/Datum[@Name='My DCR2/@ID']}">
<xsl:value-of select="/Properties/Data/Datum[@Name='My DCR2']/DCR/content/html" disable-output-escaping="yes" />
</div> It does open a new window when i click the area in sitepub, but window is blank with the following message:
"No content properties are available for this component."
Was hoping it would open the entire DCT form for editing...
DCT is pretty simple... just one textarea on the form capture.
Any ideas?