135 lines
6.6 KiB
HTML
135 lines
6.6 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="reference" />
|
||
|
<meta name="DC.Title" content="Examples from the HTML classes" />
|
||
|
<meta name="abstract" content="" />
|
||
|
<meta name="description" content="" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="htmlexs" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Examples from the HTML classes</title>
|
||
|
</head>
|
||
|
<body id="htmlexs"><a name="htmlexs"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Examples from the HTML classes</h1>
|
||
|
<div><p></p>
|
||
|
<div class="section"><p>The following examples show you some of the ways that you can
|
||
|
use the HTML classes:</p>
|
||
|
<ul><li> <a href="htmlbidiordering.htm#htmlbidiordering__bidiorderex">Example:
|
||
|
Using the BidiOrdering class</a> </li>
|
||
|
<li> <a href="htmalign.htm#htmalign__htmlalignex">Example Creating HTMLAlign
|
||
|
objects</a></li>
|
||
|
<li>HTMLDocument class examples: <ul><li><a href="htmldocumentcreatehtml.htm#htmldocumentcreatehtml">Example:
|
||
|
Using HTMLDocument to create HTML data</a></li>
|
||
|
<li><a href="htmldocumentcreatefo.htm#htmldocumentcreatefo">Example: Using
|
||
|
HTMLDocument to create XSL FO data</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><a href="htmfrmex.htm#htmfrmex">Example: Using the HTML form classes</a></li>
|
||
|
<li>Form input class examples: <ul><li><a href="butfrmin.htm#butfrmin">Example: Creating a ButtonFormInput
|
||
|
object</a></li>
|
||
|
<li><a href="filefrm.htm#filefrm">Example: Creating a FileFormInput object</a></li>
|
||
|
<li><a href="hidfrmin.htm#hidfrmin">Example: Creating a HiddenFormInput
|
||
|
object</a></li>
|
||
|
<li><a href="imgfrmin.htm#imgfrmin">Example: Creating an ImageFormInput
|
||
|
object</a></li>
|
||
|
<li><a href="resetfrm.htm#resetfrm">Example: Creating a ResetFormInput
|
||
|
object</a></li>
|
||
|
<li><a href="subfrmin.htm#subfrmin">Example: Creating a SubmitFormInput
|
||
|
object</a></li>
|
||
|
<li><a href="txtfrmin.htm#txtfrmin">Example: Creating a TextFormInput
|
||
|
object</a></li>
|
||
|
<li><a href="pswdfrm.htm#pswdfrm">Example: Creating a PasswordFormInput
|
||
|
object</a></li>
|
||
|
<li><a href="radfrmin.htm#radfrmin">Example: Creating a RadioFormInput
|
||
|
object</a></li>
|
||
|
<li><a href="chkbxfrm.htm#chkbxfrm">Example: Creating a CheckboxFormInput
|
||
|
object</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li> <a href="htmlhead.htm#htmlhead">Example Creating HTMLHeading objects</a></li>
|
||
|
<li><a href="htmllnk.htm#htmllnk">Example: Using the HTMLHyperlink class</a></li>
|
||
|
<li><a href="htmlimage.htm#htmlimage">Example: Using the HTMLImage class</a></li>
|
||
|
<li>HTMLList examples <ul><li> <a href="htmllist.htm#htmllist__creatingorderedlists">Example: Creating
|
||
|
ordered lists</a></li>
|
||
|
<li> <a href="htmllist.htm#htmllist__creatingunorderedlists">Example: Creating
|
||
|
unordered lists</a></li>
|
||
|
<li> <a href="htmllist.htm#htmllist__creatingnestedlists"> Example: Creating
|
||
|
nested lists</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li> <a href="htmlmeta.htm#htmlmeta__htmlmetaex">Example: Creating HTMLMeta
|
||
|
tags</a></li>
|
||
|
<li> <a href="servparam.htm#servparam__srvparmex">Example: Creating HTMLParameter
|
||
|
tags</a></li>
|
||
|
<li> <a href="htmserv.htm#htmserv__htmservex">Example: Creating HTMLServlet
|
||
|
tags</a></li>
|
||
|
<li><a href="htmltxt.htm#htmltxt">Example: Using the HTMLText class</a></li>
|
||
|
<li>HTMLTree examples <ul><li><a href="htmtrex.htm#htmtrex">Example: Using the HTMLTree class</a></li>
|
||
|
<li><a href="filetreeexamplejava.htm#filetreeexamplejava"> Example: Creating
|
||
|
a traversable integrated file system tree</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Layout form classes: <ul><li><a href="gridlay.htm#gridlay">Example: Using the GridLayoutFormPanel
|
||
|
class</a></li>
|
||
|
<li><a href="linelay.htm#linelay">Example: Using the LineLayoutFormPanel
|
||
|
class</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><a href="txtarea.htm#txtarea">Example: Using the TextAreaFormElement
|
||
|
class</a></li>
|
||
|
<li><a href="labelfrm.htm#labelfrm">Example: Using the LabelFormOutput
|
||
|
class</a></li>
|
||
|
<li><a href="selform.htm#selform">Example: Using the SelectFormElement
|
||
|
class</a></li>
|
||
|
<li><a href="selopt.htm#selopt">Example: Using the SelectOption class</a></li>
|
||
|
<li><a href="radiofrm.htm#radiofrm">Example: Using the RadioFormInputGroup
|
||
|
class</a></li>
|
||
|
<li><a href="radfrmin.htm#radfrmin">Example: Using the RadioFormInput
|
||
|
class</a></li>
|
||
|
<li><a href="htmtblex.htm#htmtblex">Example: Using the HTMLTable classes</a> <ul><li><a href="tablcell.htm#tablcell">Example: Using the HTMLTableCell class</a></li>
|
||
|
<li><a href="tablerow.htm#tablerow">Example: Using the HTMLTableRow class</a></li>
|
||
|
<li><a href="tablhead.htm#tablhead">Example: Using the HTMLTableHeader
|
||
|
class</a></li>
|
||
|
<li><a href="tablcapt.htm#tablcapt">Example: Using the HTMLTableCaption
|
||
|
class</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p>You can also use the HTML and <a href="servlets.htm#servlets">servlet</a> classes
|
||
|
together, like in this <a href="lightson.htm#lightson">example</a>. </p>
|
||
|
</div>
|
||
|
<div class="section"><p>The following disclaimer applies to all of the IBM<sup>®</sup> Toolbox for Java™ examples:</p>
|
||
|
<blockquote><strong>Code
|
||
|
example disclaimer</strong> <p>IBM grants you a nonexclusive copyright license to use
|
||
|
all programming code examples from which you can generate similar function
|
||
|
tailored to your own specific needs.</p>
|
||
|
<p>All sample code is provided by IBM for
|
||
|
illustrative purposes only. These examples have not been thoroughly tested
|
||
|
under all conditions. IBM, therefore, cannot guarantee or imply reliability,
|
||
|
serviceability, or function of these programs.</p>
|
||
|
<p>All programs contained
|
||
|
herein are provided to you "AS IS" without any warranties of any kind. The
|
||
|
implied warranties of non-infringement, merchantability and fitness for a
|
||
|
particular purpose are expressly disclaimed.</p>
|
||
|
</blockquote>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|