[cvs] eforum commit by ppilgrim: Start of including TECH NOTES/TECH
NOTE: in
JCorporate Ltd
jcorp at jcorp2.servlets.net
Sun Dec 5 17:19:31 PST 2004
Log Message:
-----------
Start of including TECH NOTES/TECH NOTE: in the source code to help out newbies
Modified Files:
--------------
eforum/src/expresso/components/eforum/jsp:
editOptions.jsp
Revision Data
-------------
Index: editOptions.jsp
===================================================================
RCS file: /home/javacorp/.cvs/expresso/eforum/src/expresso/components/eforum/jsp/editOptions.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lsrc/expresso/components/eforum/jsp/editOptions.jsp -Lsrc/expresso/components/eforum/jsp/editOptions.jsp -u -r1.3 -r1.4
--- src/expresso/components/eforum/jsp/editOptions.jsp
+++ src/expresso/components/eforum/jsp/editOptions.jsp
@@ -111,6 +111,10 @@
<td><expresso:InputTag name="indentReplies" /></td>
</tr>
<tr>
+ <td><bean:message key="editOptions.indentText" /></td>
+ <td><expresso:InputTag name="indentText" /></td>
+ </tr>
+ <tr>
<td><bean:message key="editOptions.monoTextFont" /></td>
<td><expresso:InputTag name="monoTextFont" /></td>
</tr>
@@ -125,6 +129,19 @@
<tr>
<td><bean:message key="editOptions.signature" /></td>
<!-- <td><expresso:InputTag name="signature" cols="80" rows="8" /></td> -->
+ <!-- =========================================================
+ TECH NOTE:
+ Here example of the use of a ``leadElementSpecifier''
+ in the Extended Struts HTML Text Area. We are using
+ the ability of the tag to scope to a specific ports
+ of the ControllerResponse object, namely either
+ a "block", "input", "output" or "transition".
+ The name tag attribute must include the specifier
+ following a controller element. Nested controller
+ elements can be refered to, by separating each
+ name with a slash character. For example:
+ 'block:foo/bar/processFormButton'
+ ========================================================= -->
<td><html:textarea name="block:optionsBlock" property="/signature" cols="80" rows="6" /></td>
</tr>
<tr>
More information about the cvs
mailing list