You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2007/12/24 20:01:41 UTC

passing a view as an URL

for those more knowledgeable:
I am looking to implement a basic WISWYG for widgets, so I can design
widgets without setup up all the rest of the code.
I want to pass a view string into the URL and have it show.
content\control\render?widget='<view-map name="composeEmail"
type="screen"
page="component://content/widget/content/communications/communicationsScreens.xml#composeEmail"/>'

I should be able to pass this into a event that makes it part of a
context and calls the rendering for it?

any thoughts