Hi guys,
is it possible to make relations editable by popup inline editing? I've tried but it doesnt seem to work...
Something like this (to show functionality):
Oh and I should mention that the code above is also wrapped in a <cms:related_pages> tag itself... Maybe thats the issue?
Thanks!
Laduma
is it possible to make relations editable by popup inline editing? I've tried but it doesnt seem to work...
Something like this (to show functionality):
- Code: Select all
<cms:popup_edit 'page_packages' link_text="Edit Packages" class="no-margin-k-inline" />
<cms:related_pages masterpage='packages.php' >
<cms:show package_name /> |
</cms:related_pages>
Oh and I should mention that the code above is also wrapped in a <cms:related_pages> tag itself... Maybe thats the issue?
Thanks!
Laduma