pbwest 2003/03/13 20:38:05 Modified: src/documentation/content/xdocs/design/alt.design/properties PropertyConsts-class.ehtml Log: Corrected javascript. Revision Changes Path 1.4 +35 -30 xml-fop/src/documentation/content/xdocs/design/alt.design/properties/PropertyConsts-class.ehtml Index: PropertyConsts-class.ehtml =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/properties/PropertyConsts-class.ehtml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- PropertyConsts-class.ehtml 14 Mar 2003 03:43:39 -0000 1.3 +++ PropertyConsts-class.ehtml 14 Mar 2003 04:38:04 -0000 1.4 @@ -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> @@ -18,23 +22,23 @@ <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 - <property> 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 <property> 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"> @@ -53,18 +57,19 @@ </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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]