Vertaling van "tabindex" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Elementy o wyższym tabindex umieszczane są w dalszej części sekwencji przełączania.
Elements with a higher tabindex are later in the tab sequence.
Zazwyczaj jednak nie ma potrzeby ustalania atrybutu tabindex.
Usually, however, you would not set the tabindex attribute.
Elementy o wyższym tabindex umieszczane są w dalszej części sekwencji przełączania. type
Elements with a higher tabindex are later in the tab sequence. type
Elementy o wyższym tabindex umieszczane są w dalszej części sekwencji przełączania.
Elements with a higher tabindex are later in the tab sequence. treelines
Możemy także zmienić porządek w którym zmieniać się będzie skupienie elementów danego okna poprzez dodanie atrybutu tabindex dla konkretnego elementu.
You can change the order in which elements are focused when the user presses the TAB key by adding a tabindex attribute to an element.
Moduł ngAria jest teraz bardziej precyzyjny w obsłudze atrybutów ARIA i tabindex do niestandardowych formantów.
The ngAria module is now more precise with handling of ARIA attributes and tabindex for custom controls.
tabindex Typ: integer Porządek dla przełączania elementów klawiszem Tab.
tabindex Type: integer The tab order of the element.
Ponieważ tekst statyczny nie może mieć nazwy instancyjnej, to nie może zostać włączony do listy wartości tabIndex.
Because static text cannot be assigned an instance name, it cannot be included in the list of the tabIndex property values.
Wykorzystaj TabIndex dla postaci nawigacji.
Make use of tabindex for form navigation.
Aby w kodzie ActionScript określić kolejność tabulacji, przypisując właściwość tabIndex do następujących obiektów: Tekst dynamiczny
To create the tab order with ActionScript code, assign the tabIndex property to the following objects: Dynamic text
Dla przykładu, atrybut HTML tabindex w Reakcie zapisujemy jako tabIndex.
Przykładowo, w JSX class staje się className, zaś zamiast tabindex używamy tabIndex.
Dostosuj zarówno porządek czytania jak i kolejność tabulatorów używając właściwości tabIndex w ActionScript (w ActionScript właściwość tabIndex jest równoważna z porządkiem czytania). Uwaga
Customize both the tab and reading order by using the tabIndex property in ActionScript (in ActionScript, the tabIndex property is synonymous with the reading order).