RealChat Software

5.3. Site Integration: Using the Explore Menu



Since Version 3, RealChat Client provides a feature called Explore menu. It can be filled with custom site-related shortcuts. You can use the Explore menu to achieve better integration with your site and services and make your users' experience even more exciting.

In the example below, parameters have been added to set the Explore menu label, as well as several custom menu items.

There is detailed explanation for each parameter in the Configuration Directives Reference section.


RealChat Client Explore Menu



<applet
  codebase = "."
  archive  = "RealChat.jar"
  code     = "rcs.client.RealChatClient.class"
  name     = "ChatClient"
  width    = "300"
  height   = "100"
  MAYSCRIPT>

  <param name="hasExploreMenu" value="yes">

  <param name="exploreMenuLabel" value="Explore!">
 
  <param name="exploreMenuItem0" value="RealChat homepage|http://www.realchat.com/|_blank">
  <param name="exploreMenuItem1" value="separator">
  <param name="exploreMenuItem2" value="Product features|http://www.realchat.com/features.php|_blank">
  <param name="exploreMenuItem3" value="Download!|http://www.realchat.com/download.php|_blank">
  <param name="exploreMenuItem4" value="Support|http://www.realchat.com/support.php|_blank">
  <param name="exploreMenuItem5" value="separator">
  <param name="exploreMenuItem6" value="Yahoo!|http://www.yahoo.com/|_blank">
  <param name="exploreMenuItem7" value="Google|http://www.google.com/|_blank">

</applet>



Contents | Parent Topic | Previous Topic | Next Topic