|
@@ -510,6 +510,40 @@ |
|
|
Articles |
|
|
Articles |
|
|
</h3> |
|
|
</h3> |
|
|
<h4 class="subsection"> |
|
|
<h4 class="subsection"> |
|
|
|
|
|
<a name="Extending Ant Input Abilities"></a> |
|
|
|
|
|
Extending Ant Input Abilities |
|
|
|
|
|
</h4> |
|
|
|
|
|
<p>The contents of this document is the following:<ul> |
|
|
|
|
|
<li>Section 2 provides a simple example how InputHandlers are created,</li> |
|
|
|
|
|
<li>Section 3 develops an inputhandler that masks the passwords typed on the command line,</li> |
|
|
|
|
|
<li>Section 4 gives two handlers, whose input is typed in graphical components,</li> |
|
|
|
|
|
<li>Section 5 extends Input task so that we can use dierent input handlers on different uses of <input>,</li> |
|
|
|
|
|
<li>Section 6 describes a problem found while writing this document,</li> |
|
|
|
|
|
<li>Section 7 summarizes some dark corners the author do not understand.</li> |
|
|
|
|
|
</ul></p> |
|
|
|
|
|
<table class="externals" cellspacing="1" cellpadding="4"> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<th colspan="1" rowspan="1" |
|
|
|
|
|
valign="top" align="left"> |
|
|
|
|
|
Author: |
|
|
|
|
|
</th> |
|
|
|
|
|
<td colspan="1" rowspan="1" |
|
|
|
|
|
valign="top" align="left"> |
|
|
|
|
|
Ivan Ivanov |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<th colspan="1" rowspan="1" |
|
|
|
|
|
valign="top" align="left"> |
|
|
|
|
|
URL: |
|
|
|
|
|
</th> |
|
|
|
|
|
<td colspan="1" rowspan="1" |
|
|
|
|
|
valign="top" align="left"> |
|
|
|
|
|
<a href="https://sourceforge.net/project/showfiles.php?group_id=103509">https://sourceforge.net/project/showfiles.php?group_id=103509 (Download ZIP+PDF from Sourceforge)</a> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</table> |
|
|
|
|
|
<h4 class="subsection"> |
|
|
<a name="Keep the Ant, Hold the XML"></a> |
|
|
<a name="Keep the Ant, Hold the XML"></a> |
|
|
Keep the Ant, Hold the XML |
|
|
Keep the Ant, Hold the XML |
|
|
</h4> |
|
|
</h4> |
|
|