Utente:Jalo/vector.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
pulsanti personali |
Nessun oggetto della modifica |
||
Riga 99:
pulsantiHotkeyPers = new Array();
pulsantiDescrPers = new Array();
if (gadgetTbBase.isVisible()) {
var button = {
id: 'Testo piccolo',
group: 'formattazione',
hotkey: '2',
icon: '//upload.wikimedia.org/wikipedia/it/d/dc/Pulsante_small.png',
text: {
pre: 'bla',
post: 'bla'
}
};
gadgetTbBase.addButton(button);
}
//SUP 2
pulsantiComandoPers["sup2"] = 'javascript:addTextAtCursor("²","","",1)';
Riga 114 ⟶ 127:
pulsantiHotkeyPers["ref"] = 'R';
pulsantiDescrPers["ref"] = 'Note+references';
//INTERPROGETTO
Riga 124 ⟶ 132:
pulsantiHotkeyPers["ipro2"] = 'I';
pulsantiDescrPers["ipro2"] = 'Interprogetto + titolo';
//TRADOTTO DA:
|