Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

menuitem.name

name
Typ: nazwa jako łańcuch znaków
Opcja menuitem z tą samą nazwą umieszczona w jednej grupie. Tylko jedna pozycja menuitem w każdej grupie opcji, może być zaznaczona w tym samym czasie.

Przykład

<toolbox>
  <menubar id="planets-menubar">
    <menu id="planet-menu" label="Planet">
      <menupopup>
        <menuitem id="jupiter" label="Jupiter" type="radio" name="planet"/>
        <menuitem id="saturn" label="Saturn" type="radio" name="planet" checked="true"/>
        <menuitem id="uranus" label="Uranus" type="radio" name="planet"/>
      </menupopup>
    </menu>
  </menubar>
</toolbox>

Zobacz także

name i menu w kursie XUL

 

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, Ptak82
 Ostatnia aktualizacja: teoli,