You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2003/03/31 23:47:57 UTC

cvs commit: jakarta-tapestry/doc/src/ComponentReference Shell.html

hlship      2003/03/31 13:47:57

  Modified:    doc/src/ComponentReference Shell.html
  Log:
  Add stylesheets parameter to Shell component.
  
  Revision  Changes    Path
  1.11      +10 -1     jakarta-tapestry/doc/src/ComponentReference/Shell.html
  
  Index: Shell.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/doc/src/ComponentReference/Shell.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Shell.html	24 Mar 2003 20:41:43 -0000	1.10
  +++ Shell.html	31 Mar 2003 21:47:57 -0000	1.11
  @@ -106,6 +106,15 @@
   		<td>&nbsp;</td>
   		<td>Creates a &lt;link rel="stylesheet"&gt; element.</td>
   	</tr>
  +	
  +  <tr>
  +    <td>stylesheets</td>
  +    <td>Array or collection of <A href="../api/org/apache/tapestry/IAsset.html"><tt>IAsset</tt></A></td>
  +    <td>in</td>
  +   	<td>no</td>
  +		<td>&nbsp;</td>
  +		<td>Creates a series of &lt;link rel="stylesheet"&gt; element, one for each asset.</td>
  +	</tr>
     <tr>
       <td>refresh</td>
       <td>int</td>