nih-gov/www.ncbi.nlm.nih.gov/mailman/pipermail/cpp-announce/2001/000050.html

96 lines
3.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [C++ Toolkit ANNOUNCE] CHTMLPopupMenu:: class to define popup menu (JavaScript based)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20CHTMLPopupMenu%3A%3A%20%20class%20to%20define%20popup%20menu%20%28JavaScript%20based%29&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000049.html">
<LINK REL="Next" HREF="000051.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[C++ Toolkit ANNOUNCE] CHTMLPopupMenu:: class to define popup menu (JavaScript based)</H1>
<!--htdig_noindex-->
<B>Denis Vakatov</B>
<A HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20CHTMLPopupMenu%3A%3A%20%20class%20to%20define%20popup%20menu%20%28JavaScript%20based%29&In-Reply-To="
TITLE="[C++ Toolkit ANNOUNCE] CHTMLPopupMenu:: class to define popup menu (JavaScript based)">vakatov at ncbi.nlm.nih.gov
</A><BR>
<I>Mon Jul 23 18:02:16 EDT 2001</I>
<P><UL>
<LI>Previous message: <A HREF="000049.html">[C++ Toolkit ANNOUNCE] C++ ID1_FETCH
</A></li>
<LI>Next message: <A HREF="000051.html">[C++ Toolkit ANNOUNCE] Port for the ICC (Intel C++) compiler
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#50">[ date ]</a>
<a href="thread.html#50">[ thread ]</a>
<a href="subject.html#50">[ subject ]</a>
<a href="author.html#50">[ author ]</a>
</LI>
</UL>
<HR>
<!--/htdig_noindex-->
<!--beginarticle-->
<PRE>Hi,
Vladimir Ivanov has implemented class CHTMLPopupMenu to define
JavaScript-based popup menus in our C++ HTML framework
(the &quot;xhtml&quot; C++ library).
class CHTMLPopupMenu::
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/include/html/jsmenu.hpp#L83">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/include/html/jsmenu.hpp#L83</A>
ONLINE MANUAL: <A HREF="http://intranet.ncbi/ieb/WWW/JScripts/menu.html">http://intranet.ncbi/ieb/WWW/JScripts/menu.html</A>
CODE EXAMPLE:
<A HREF="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/ident?i=s_TEST_JSMenu">http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/ident?i=s_TEST_JSMenu</A>
(it's now moved to &quot;src/html/test/test_jsmenu.cpp&quot;)
NOTE: In order to use the menus, you must(!) explicitly bind
&lt;head&gt;(class CHTML_head::) and &lt;body&gt;(class CHTML_body::) to
your HTML page (class CHTML_html::) using CHTML_html::InitPopupMenus().
BUILD:
cd ~/tmp
$NCBI/c++/scripts/import_project.sh html/test
cd ~/tmp/internal/c++/src/html/test
make -f Makefile.test_jsmenu_app
RUN and LOOK:
test_jsmenu &gt; test_jsmenu.html
netscape test_jsmenu.html
Regards,
Denis
</PRE>
<!--endarticle-->
<!--htdig_noindex-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000049.html">[C++ Toolkit ANNOUNCE] C++ ID1_FETCH
</A></li>
<LI>Next message: <A HREF="000051.html">[C++ Toolkit ANNOUNCE] Port for the ICC (Intel C++) compiler
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#50">[ date ]</a>
<a href="thread.html#50">[ thread ]</a>
<a href="subject.html#50">[ subject ]</a>
<a href="author.html#50">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/cpp-announce">More information about the cpp-announce
mailing list</a><br>
<!--/htdig_noindex-->
</body></html>