]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Corrected javascript.
authorPeter Bernard West <pbwest@apache.org>
Fri, 14 Mar 2003 04:38:04 +0000 (04:38 +0000)
committerPeter Bernard West <pbwest@apache.org>
Fri, 14 Mar 2003 04:38:04 +0000 (04:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196096 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/design/alt.design/properties/PropertyConsts-class.ehtml

index 727aff31c486e02871690f251d0da468739b7714..61e586ea29d59f4bfadcf512e5eeddbb03121584 100644 (file)
@@ -1,8 +1,12 @@
 <?xml version="1.0"?>
 <html>
+  <head>
+    <META http-equiv="Content-Type" content="text/html;
+                                            charset=ISO-8859-1" />
+    <title>PropertyConsts Description</title>
+  </head>
   <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"
         text="#000000" bgcolor="#FFFFFF">
-    <script type="text/javascript" src="codedisplay.js" />
     <div class="content">
       <h1>PropertyConsts Description</h1>
       <p>
       <h3>Introduction</h3>
       <p>
         
-        <a href="javascript:window.top.displayCode(
-           'PropertyConsts.html#PropertyConstsClass'
-        )">This class</a>, and the singleton object which is <a
-        href="javascript:window.top.displayCode(
-        'PropertyConsts.html#pconsts' )">generated by the static
-        initializer</a>, is essentially a repository of
-        &lt;property&gt; class instances and the static data from
-        those classes of <span
-        class="codefrag">org.apache.fop.fo.property</span>.
-        The heart of this class is the method <a href=
-        "javascript:window.top.displayCode(
-        'PropertyConsts.html#setupProperty' )"><span class="codefrag"
-        >setupProperty</span ></a>.  Whenever access to the data or
-        methods of a property class is required, this method in the
-        singleton must be called to ensure that an instance of the
-        property exists and that the static data from that instance
-        has been extracted.
+        <span id = "span00" ></span ><a href="javascript:toggleCode(
+        'span00', 'PropertyConsts.html#PropertyConstsClass', '400',
+        '100%' )">This class</a>, and the singleton object which is
+        <span id = "span01" ></span ><a href="javascript:toggleCode(
+        'span01', 'PropertyConsts.html#pconsts', '400', '100%'
+        )">generated by the static initializer</a>, is essentially a
+        repository of &lt;property&gt; class instances and the static
+        data from those classes of <span
+        class="codefrag">org.apache.fop.fo.property</span>.  The heart
+        of this class is the method <span id = "span03" ></span ><a
+        href= "javascript:toggleCode( 'span03',
+        'PropertyConsts.html#setupProperty', '400', '100%' )"><span
+        class="codefrag" >setupProperty</span ></a>.  Whenever access
+        to the data or methods of a property class is required, this
+        method in the singleton must be called to ensure that an
+        instance of the property exists and that the static data from
+        that instance has been extracted.
       </p>
 
       <div class="frame note">
       </div>
 
       <p>
-        The class name is generated and stored in the <a
-        href="javascript:window.top.displayCode(
-        'PropertyConsts.html#classNames' )"><span class="codefrag"
-        >classNames</span ></a> array; a class instance is generated
-        from the name and stored in the <a
-        href="javascript:window.top.displayCode(
-        'PropertyConsts.html#classes' )"><span class="codefrag"
-        >classes</span ></a> array; and an instance of the class is
-        generated from the class object and stored in the <a
-        href="javascript:window.top.displayCode(
-        'PropertyConsts.html#properties' )"><span class="codefrag"
-        >properties</span ></a> array.
+        The class name is generated and stored in the <span id =
+        "span04" ></span ><a href="javascript:toggleCode( 'span04',
+        'PropertyConsts.html#classNames', '400', '100%' )"><span
+        class="codefrag" >classNames</span ></a> array; a class
+        instance is generated from the name and stored in the <span id
+        = "span05" ></span ><a href="javascript:toggleCode( 'span05',
+        'PropertyConsts.html#classes', '400', '100%' )"><span
+        class="codefrag" >classes</span ></a> array; and an instance
+        of the class is generated from the class object and stored in
+        the <span id = "span06" ></span ><a
+        href="javascript:toggleCode( 'span06',
+        'PropertyConsts.html#properties', '400', '100%' )"><span
+        class="codefrag" >properties</span ></a> array.
       </p>
 
       <p>