[opencms-dev] OC6: new item in contextmenu
Andras Balogh
andras at reea.net
Fri Mar 4 09:42:28 CET 2005
Hello,
We have added a new item to the contextmenu of OpenCms in the Workplace
in the file opencms-workplace.xml.
Something like:
<contextmenu>
<entry key="explorer.mykey" uri=".." ...
...
My question is where should i place this key ?
I have managed to get it working by extracting
org/opencms/workplace/workplace*.properties (from opencms.jar)
to WEB-INF/classes/ and adding it there in these property files.
However i think this is not the best place to put, i would prefer to be
somewhere in the VFS.
Can You sugest a better solution? I know i can check the source to see
where from these keys are
read but maybe somebody knows this already?
Thank You,
Andras Balogh.
More information about the opencms-dev
mailing list