SUBROUTINE DEFINITIONLIST1
INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("Subroutines for Definition Lists", "", "", "", "")
CALL RW_START_PARA("", "")
CALL RW_START_DLIST("")
CALL RW_DLIST_ITEM("RW_START_LIST", "Starts a definition list", "")
CALL RW_DLIST_ITEM("RW_DLIST_ITEM", "Adds a new term and its definition to the list", "")
CALL RW_DLIST_ITEM("RW_END_DLIST", "Ends a definition list", "")
CALL RW_END_DLIST
CALL RW_END_PARA
CALL RW_END_PAGE
RETURN
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="Reality">
<TITLE>Subroutines for Definition Lists</TITLE>
</HEAD>
<BODY>
<P>
<DL>
<DT>RW_START_LIST<DD>Starts a definition list
<DT>RW_DLIST_ITEM<DD>Adds a new term and its definition to the list
<DT>RW_END_DLIST<DD>Ends a definition list
</DL>
</P>
</BODY>
</HTML>
NEC welcomes your feedback on our documentation.
If you have any comments about the current Reality Help, or want something to be added in a future revision, please contact your NEC Helpdesk.
If your comment relates to this particular Help topic, remember to include the following information:
Product:
|
RealityVersion 15.5
|
Help revision:
|
Revision 0
|
Help topic:
|
Definition List Example (RealWeb)
|
File name:
|
DLIST1.htm
|