Attributes
The Attributes tab enables you to view a list of the current HTML attributes to be spell checked by WebSpell IDE for ASP.NET . Attributes can also be added or deleted using the Add and Delete buttons.
Spelling can be checked for some special HTML attributes if they are added. For example, if you want to check all id attributes in your project, enter id in the Add a new attribute textbox and click the Add button.
During the spell-check of the following code, the id attribute is checked and tex is flagged as misspelled:
<asp:Button id="tex" style="Z-INDEX: 101; LEFT: 96px;POSITION:absolute;TOP: 232px" runat="server" Text="texp" Width="224px" Height="40px"></asp:Button>
Spell-checking object
By default, spelling is checked in the current project, but all design views must be closed. To check spelling in the current document, click the Current Document radio button under Select an Object.
|