Hi everybody,
I have more complicated ideas of using in-context-edit but I did not find any solutions yet. I hope you can help with that. Here is a challenge:
I have an Image component in my LiveSite project.
This image component has several attributes that I want users to edit using in-context-editing.
Attributes are – they all come from DCR:
- Path – datum type=File – to select an image from existing images on the LiveSite server
- Title – datum type=String – to enter image title and ALT
- URL – datum type=File – to enter URL or select site’s page on the server
- Target – datum type=RadioGroup – to select TARGET in which window next page open
I was able to get only one of these attributes – Title using
My Component
.
I am struggling to make all above attributes editable. I heard that I can put multiple paths to dcr-item-paths with comma separated but I tried it without any success.
I will appreciate any help. Thank you in advance.
Oleg D