Hi Pascal,

 

You could use a View Field Over a regular Form. In Display Tab (View Field)
Text attribute use HTML code with JavaScript arInvoke methods:
arInvokeGuide(<server>, <entrypoint_GuideNameEntryPoint>)
,arInvokeEntryPoint(<server>, <entrypoint_GuideNameEntryPoint>) and
arInvokeForm(<server>, <form_name>, <mode>) 

 

 So here you could use JavaScript "onmouseout" event.

 

 eg. :<html>

            <script>

            function doInvokeForm(server, form, mode)

            {

            if("external" in window && "arInvokeForm" in window.external)

            arInvokeForm(server, form, mode);

            else

            parent.arInvokeForm(server, form, mode);

            }

            </script>

            <body> 

               // use MouseEvent 

            <form>

            <a href="javascript:doInvokeForm('ServerA','HelpDesk',

            'search')">Search HelpDesk form</a>

            <br>

            </form>

            </body>

            </html>

 

 

Hope this helps... 

 

Regards, 

 

Sandeep 

Vyom Labs Pvt. Ltd. 

An ISO 20000 certified company. 

Consulting | Outsourcing | Training || BMC Remedy BSM | ITIL 

Web: www.vyomlabs.com   

  _____  

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Tournier, Pascal
Sent: Monday, July 14, 2008 11:11 PM
To: [email protected]
Subject: javascript - Menu get showed or Hidden on mouse event

 

Hi,

We have recently migrated to Remedy ARS version 7.0.1 and wanted to go to
the Web access interface via Mid-tier.

I'm currently designing the main home page and I'm using the "vertical
navigation" fields as my main menu to get access to the different forms.I'm
using one active link in order to show this menu when I click on one button.
what I wanted to do is that this "vertical navigation" fields get hidden as
soon as I get out of the menu with the mouse.. I assume that in order to do
that the only possible way is to use javascript and the "onmouseout" event.
But I really do not see how I can code that in Remedy . Does someone have
done something like that..

 

What will be good to have at the end is if I go with the mouse over one
button, the menu is displayed and if I select one item or if I get out of
the menu with the mouse, the menu get hidden.

 

Thanks

Regards

Pascal

__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
html___

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to