[Jspro-cvs] jsPro/docs string.html,1.5,1.6
Brought to you by:
wigleys
|
From: <wi...@us...> - 2003-09-23 14:48:23
|
Update of /cvsroot/jspro/jsPro/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv28119/docs
Modified Files:
string.html
Log Message:
fixed up String.cat() to optionally include newline characters
Index: string.html
===================================================================
RCS file: /cvsroot/jspro/jsPro/docs/string.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** string.html 20 Sep 2003 20:29:56 -0000 1.5
--- string.html 23 Sep 2003 14:48:15 -0000 1.6
***************
*** 51,55 ****
<tr>
<td>String.cat()</td>
! <td><input id="cat1" name="input" type="text" size="5" /></td>
<td><input id="cat" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="catResult" name="output" type="text" size="30" readonly="readonly" /></td>
--- 51,58 ----
<tr>
<td>String.cat()</td>
! <td>
! <input id="cat1" name="input" type="text" size="5" />
! <input id="cat2" name="input" type="text" size="5" />
! </td>
<td><input id="cat" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="catResult" name="output" type="text" size="30" readonly="readonly" /></td>
|