Einsteiger Guide: Unterschied zwischen den Versionen

Aus Wikicadia
Zur Navigation springen Zur Suche springen
(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 );“)
 
(Die Seite wurde geleert.)
Zeile 1: Zeile 1:
''// 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 );

Version vom 17. Mai 2024, 20:12 Uhr