Home
Web CMS (TeamSite)
How to apply in context edit for Image dataums present in Content XML
Balaveera Thatikonda
I am trying to provide In context edit for Image datum in the Content Xml, but could not succeed.Any Suggestions?
Following is the code :
For Appearance XSL:
appearance_xsl.txt
For Context XML:
context_xml.txt
Thanks in advance.
Balaveera
Find more posts tagged with
Comments
TheYann
First of all seems your xml is not formatted properly ... datum tag never opened but it is closed.
[html]
$URL_PREFIX/imported/images/dev/442626_Mortgages-Lady-kid.jpg
Lady and a Kid for Mortgages
[/html]
Secondly there's no attribute ID in your Image datum, wouldn't that be required if you call a path like this in your in-context-edit "/Properties/Data/Datum[
@Name=
'Image']/
@ID
" ?
Just my thoughts!
Balaveera Thatikonda
Sorry I Missed that while attaching the documents. Now I have updated the attachments.
rexstaples
Currently the only Datum types that support in-context editing are: Textarea, String, Number, and DCR.