I am trying to implement an inline URL in the UI. So far I have been
able to load the menu item in the desired place in the site management,
but I need to be able to call a URL on the domain that I am logged into.
I have not been able to figure out how to do that yet.
My xml file looks like this:
<item id="enavn_base_myitem" label="MyItem"
description="Go to MyItem"
url="http://??????/myitem">
<parent id="base_siteservices" order="12">
<access require="siteAdmin"/>
</parent>
</item>
Now - I need the current domain printed in the line:
url="http://??????/myitem">
instead of the questionmarks.
Does anyone have a hint on how to do this? Or maybe a link to some
documentation. The only documentation I have been able to find is in
japanese. :\
Thanks in advance !
Jes