Author: dsolis
Date: Mon Sep 26 11:23:22 2005
New Revision: 291701
URL: http://svn.apache.org/viewcvs?rev=291701&view=rev
Log:
Fix bug:TAPESTRY-663. Document Button component.
Modified:
jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Button.xml
jakarta/tapestry/trunk/status.xml
Modified:
jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Button.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Button.xml?rev=291701&r1=291700&r2=291701&view=diff
==============================================================================
---
jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Button.xml
(original)
+++
jakarta/tapestry/trunk/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Button.xml
Mon Sep 26 11:23:22 2005
@@ -28,11 +28,11 @@
<body>
-<p> <strong>THIS PAGE UNDER CONSTRUCTION</strong>
+<p> Provides a HTML form button element <input type="button"> for
attaching JavaScript onclick event handlers.
</p>
<p>
- <strong>See also:</strong>
+ <strong>See also: &Form; &Script; &Submit;</strong>
</p>
<section>
@@ -47,26 +47,36 @@
<th>Default</th>
<th>Description</th>
</tr>
+ <tr>
+ <td>lable</td>
+ <td>String</td> <td>in</td> <td>no</td> <td> </td>
+ <td>
+ The label put on the button (this becomes the HTML value attribute).
+ </td>
+ </tr>
+ <tr>
+ <td>disabled </td>
+ <td>boolean</td> <td>in</td> <td>no</td> <td>false</td>
+ <td>
+ If set to true, the button will be disabled (will not respond to the
mouse); the browser should provide a "greyed out" appearance.
+ </td>
+ </tr>
</table>
<p>
- Body: <strong>removed / allowed</strong>
+ Body: <strong>removed</strong>
</p>
<p>
- Informal parameters: <strong>allowed / forbidden</strong>
+ Informal parameters: <strong>allowed</strong>
</p>
<p>
- Reserved parameters: <em>none</em>
+ Reserved parameters: <em>name, type</em>
</p>
</section>
-<section>
- <title>Examples</title>
-
-</section>
</body>
</document>
Modified: jakarta/tapestry/trunk/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=291701&r1=291700&r2=291701&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Mon Sep 26 11:23:22 2005
@@ -51,6 +51,7 @@
</todo>
<changes>
<release version="4.0-beta-9" date="unreleased">
+ <action type="fix" dev="DS" fixes-bug="TAPESTRY-663">Document Button
component</action>
</release>
<release version="4.0-beta-8" date="Sep 24 2005">
<action type="fix" dev="DS" fixes-bug="TAPESTRY-465">Document Foreach
component</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]