Adobe Dreamweaver CS3 Manual do Utilizador Página 620

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 619
DREAMWEAVER CS3
User Guide
613
Note: The screen reader reads the name you enter as the Label attribute for the object.
ID assigns an ID to the form field. This value can be used to refer to the field from JavaScript; it's also used as the
value of the
for attribute if you choose the Attach Label Tag Using For option under the Style options.
Wrap With Label Tag Wraps a label tag around the form item, as follows:
<label>
<input type="radio" name="radiobutton" value="radiobutton">
RadioButton1</label>
Attach Label Tag Using For Uses the for attribute to wrap a label tag around the form item, as follows:
<input type="radio" name="radiobutton" value="radiobutton" id="radiobutton">
<label for="radiobutton">RadioButton2</label>
This choice causes the browser to render text associated with a check box and radio button with a focus rectangle,
and enables the user to select the check box and radio button by clicking anywhere in the associated text instead of
just the check box or radio button control.
Note: This is the preferred option for accessibility; however, the functionality may vary depending on the browser.
No Label Tag Does not use a label tag, as follows:
<input type="radio" name="radiobutton" value="radiobutton">
RadioButton3
Access Key Uses a keyboard equivalent (one letter) and the Alt key (Windows) or the Control key (Macintosh) to
selecttheformobjectinthebrowser.Forexample,ifyouenter
B as the Access Key, users with a Macintosh browser
could type Control+B to select the form object.
Tab Index Specifies a tab order for the form objects. If you set tab order for one object, you must set the tab order for
all objects.
Setting a tab order is useful when you have other links and form objects on the page and need the user to tab through
them in a specific order.
5 Click Yes to insert a form tag.
The form object appears in the document.
Note: If you press Cancel, the form object appears in the document, but Dreamweaver does not associate accessibility
tags or attributes with it.
Edit accessibility values for a form object
1
In the Document window, select the object.
2 Do one of the following:
Edit the appropriate attributes in Code view.
Right-click (Windows) or Control-click (Macintosh), and then select Edit Tag.
September 4, 2007
Vista de página 619
1 2 ... 615 616 617 618 619 620 621 622 623 624 625 ... 737 738

Comentários a estes Manuais

Sem comentários