Has anyone ever got this to work...meaning for the quicklinks to be customizedshow up. <!-- Place custom commands to be processed by JavaScript here. -->
<command name="cmdhyperlink" >
<image key="hyperlink"/>
<caption localeEef="cmdHyp"/>
<tooltiptext localeRef="cmdHyp"/>
<selections name="quicklink" visible="true" bookmarks="true" listtop="false">
<listchoice href="
http://www.interwoven.com" target="_blank">Interwoven Home Page</listchoice>
</selections>
</command>
I even tried to modify to just do type section but they are not showing up<command name="cmdhyperlink" >
<image key="hyperlink"/>
<caption localeRef="cmdHyp"/>
<tooltiptext localeRef="cmdHyp"/>
<selections name="type" enabled="false" visible="true">
<listchoice data="0">file:</listchoice>
<listchoice data="0">ftp:</listchoice>
<listchoice data="0">gopher:</listchoice>
<listchoice data="0" default="true">http:</listchoice>
<listchoice data="0">https:</listchoice>
<listchoice data="1">JavaScript:</listchoice>
<listchoice data="1">mailto:</listchoice>
<listchoice data="1">news:</listchoice>
<listchoice data="0">telnet:</listchoice>
<listchoice data="0">wais:</listchoice>
</selections>
</command>
Thanks in advance!
WIN2K TS/TST 5.5.2 sp5; OD 5.6.0.1; DD 5.5.2
The Professor-