Add new column to display the paramType

This commit is contained in:
Ian Forsey
2013-05-24 17:09:57 +01:00
parent b5d2f21a6d
commit c1efde5e5b
6 changed files with 8 additions and 2 deletions

View File

@@ -34,10 +34,11 @@
<table class='fullwidth'>
<thead>
<tr>
<th style="width: 100px; max-width: 100px" >Parameter</th>
<th style="width: 100px; max-width: 100px">Parameter</th>
<th style="width: 310px; max-width: 310px">Value</th>
<th style="width: 200px; max-width: 200px">Description</th>
<th style="width: 320px; max-width: 330px">Data Type</th>
<th style="width: 100px; max-width: 100px">Parameter Type</th>
<th style="width: 220px; max-width: 230px">Data Type</th>
</tr>
</thead>
<tbody class="operation-params">

View File

@@ -23,6 +23,7 @@
</td>
<td>{{{description}}}</td>
<td>{{{paramType}}}</td>
<td>
<span class="model-signature"></span>
</td>

View File

@@ -18,4 +18,5 @@
</select>
</td>
<td>{{{description}}}</td>
<td>{{{paramType}}}</td>
<td><span class="model-signature"></span></td>

View File

@@ -11,4 +11,5 @@
{{/if}}
</td>
<td>{{{description}}}</td>
<td>{{{paramType}}}</td>
<td><span class="model-signature"></span></td>

View File

@@ -11,4 +11,5 @@
{{/if}}
</td>
<td>{{{description}}}</td>
<td>{{{paramType}}}</td>
<td><span class="model-signature"></span></td>

View File

@@ -27,4 +27,5 @@
<td>
<strong>{{{description}}}</strong>
</td>
<td>{{{paramType}}}</td>
<td><span class="model-signature"></span></td>