Einsteiger Guide

Aus Wikicadia
Version vom 17. Mai 2024, 20:11 Uhr von Namenlos98 (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „''// Assign a button title with the 'title' option.'' '''var''' buttonWithTitle = '''new''' OO.ui.ButtonWidget( { label: 'Button with Title', title: 'I am a button' } ); $( document.body ).append( buttonWithTitle.$element );“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

// Assign a button title with the 'title' option. var buttonWithTitle = new OO.ui.ButtonWidget( { label: 'Button with Title', title: 'I am a button' } ); $( document.body ).append( buttonWithTitle.$element );