Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurioli authored Feb 17, 2022
1 parent a169024 commit 7f00a68
Showing 1 changed file with 65 additions and 2 deletions.
67 changes: 65 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,68 @@ Demo: <https://blazorwebformdemo.github.io/>
}
}</code></pre>



<table>
<tr>
<th align="left" colspan="5"><li>Standard Toolbox</li></th>
</tr>
<tr>
<td>BulletedList</td><td>DropDownList</td><td>ImageMap</td><td>MultiView</td><td>TextBox</td>
</tr>
<tr>
<td>Button</td><td>FileUpload</td><td>Label</td><td>Panel</td><td>Wizard</td>
</tr>
<tr>
<td>Calendar</td><td>HiddenField</td><td>LinkButton</td><td>PlaceHolder</td><td></td>
</tr>
<tr>
<td>CheckBox</td><td>HyperLink</td><td>ListBox</td><td>RadioButton</td><td></td>
</tr>
<tr>
<td>CheckBoxList</td><td>Image</td><td>ListBox</td><td>RadioButtonList</td><td></td>
</tr>
<tr>
<td>ComboBox</td><td>ImageButton</td><td>Localize</td><td>Table</td><td></td>
</tr>
</table>
<p></p>
<table>
<tr>
<th align="left" colspan="2"><li>Data Toolbox</li></th>
</tr>
<tr>
<td>DataList</td><td>ListView</td>
</tr>
<tr>
<td>DataPager</td><td>Repeater</td>
</tr>
<tr>
<td>DetailsView</td><td></td>
</tr>
<tr>
<td>FormView</td><td></td>
</tr>
<tr>
<td>GridView</td><td></td>
</tr>
</table>
<p></p>
<table>
<tr>
<th align="left" colspan="2"><li>Validation Toolbox</li></th>
</tr>
<tr>
<td>CompareValidator</td><td>ValidationSummary</td>
</tr>
<tr>
<td>CustomValidator</td><td></td>
</tr>
<tr>
<td>RangeValidator</td><td></td>
</tr>
<tr>
<td>RegularExpressionValidator</td><td></td>
</tr>
<tr>
<td>RequiredFieldValidator</td><td></td>
</tr>
</table>

0 comments on commit 7f00a68

Please sign in to comment.