I was told to do inline editing
for Sitecore
web site.
It is working for the simple page like an article page.
<sc:text ID="sct1" ruat="server" ... />
But if the page is more complicated, it is impossible now, i believe.
Sample page like ..
About Us
will have 3 different radio buttons.
According to the button chosen, the respective content will show. That content is actually a child content of About Us
.
And if I want inline editing
, i have to check whether it is the editing mode
If so, I can show all 3 set contents.
And the user can edit it. But when he saves, only the main page is saved. the child pages are not saved.
Do we have an alternate solution for that?