[Jspro-cvs] jsPro/docs string.html,1.4,1.5
Brought to you by:
wigleys
|
From: <gat...@us...> - 2003-09-20 20:30:00
|
Update of /cvsroot/jspro/jsPro/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv11877/docs
Modified Files:
string.html
Log Message:
QA: spacing
Index: string.html
===================================================================
RCS file: /cvsroot/jspro/jsPro/docs/string.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** string.html 19 Sep 2003 15:43:07 -0000 1.4
--- string.html 20 Sep 2003 20:29:56 -0000 1.5
***************
*** 81,86 ****
<tr>
<td>String.insert()</td>
! <td><input id="insert1" name="input" type="text" size="5" />
! <input id="insert2" name="input" type="text" size="5" /></td>
<td><input id="insert" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="insertResult" name="output" type="text" size="30" readonly="readonly" /></td>
--- 81,88 ----
<tr>
<td>String.insert()</td>
! <td>
! <input id="insert1" name="input" type="text" size="5" />
! <input id="insert2" name="input" type="text" size="5" />
! </td>
<td><input id="insert" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="insertResult" name="output" type="text" size="30" readonly="readonly" /></td>
***************
*** 121,126 ****
<tr>
<td>String.overlay()</td>
! <td><input id="overlay1" name="input" type="text" size="5" />
! <input id="overlay2" name="input" type="text" size="5" /></td>
<td><input id="overlay" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="overlayResult" name="output" type="text" size="30" readonly="readonly" /></td>
--- 123,130 ----
<tr>
<td>String.overlay()</td>
! <td>
! <input id="overlay1" name="input" type="text" size="5" />
! <input id="overlay2" name="input" type="text" size="5" />
! </td>
<td><input id="overlay" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="overlayResult" name="output" type="text" size="30" readonly="readonly" /></td>
***************
*** 128,134 ****
<tr>
<td>String.pad()</td>
! <td><input id="pad1" name="input" type="text" size="5" />
! <input id="pad2" name="input" type="text" size="5" />
! <input id="pad3" name="input" type="text" size="5" /></td>
<td><input id="pad" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="padResult" name="output" type="text" size="30" readonly="readonly" /></td>
--- 132,140 ----
<tr>
<td>String.pad()</td>
! <td>
! <input id="pad1" name="input" type="text" size="5" />
! <input id="pad2" name="input" type="text" size="5" />
! <input id="pad3" name="input" type="text" size="5" />
! </td>
<td><input id="pad" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="padResult" name="output" type="text" size="30" readonly="readonly" /></td>
***************
*** 136,141 ****
<tr>
<td>String.remove()</td>
! <td><input id="remove1" name="input" type="text" size="5" />
! <input id="remove2" name="input" type="text" size="5" /></td>
<td><input id="remove" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="removeResult" name="output" type="text" size="30" readonly="readonly" /></td>
--- 142,149 ----
<tr>
<td>String.remove()</td>
! <td>
! <input id="remove1" name="input" type="text" size="5" />
! <input id="remove2" name="input" type="text" size="5" />
! </td>
<td><input id="remove" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="removeResult" name="output" type="text" size="30" readonly="readonly" /></td>
***************
*** 197,202 ****
<tr>
<td>String.truncate()</td>
! <td><input id="truncate1" name="input" type="text" size="5" />
! <input id="truncate2" name="input" type="text" size="5" /></td>
<td><input id="truncate" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="truncateResult" name="output" type="text" size="30" readonly="readonly" /></td>
--- 205,212 ----
<tr>
<td>String.truncate()</td>
! <td>
! <input id="truncate1" name="input" type="text" size="5" />
! <input id="truncate2" name="input" type="text" size="5" />
! </td>
<td><input id="truncate" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, '\'' + document.getElementById('inputString').value + '\'')" /></td>
<td><input id="truncateResult" name="output" type="text" size="30" readonly="readonly" /></td>
|