MediaWiki:Common.js : Différence entre versions

De AGX
Aller à : navigation, rechercher
Ligne 2 : Ligne 2 :
 
'sections' :  {  
 
'sections' :  {  
 
'emoticons' :  {  
 
'emoticons' :  {  
'type' :  'toolbar' ,  // Peut aussi être 'booklet'  
+
'type' :  'button' ,  // Peut aussi être 'booklet'  
 
'label' :  'Emoticons'  
 
'label' :  'Emoticons'  
// ou 'labelMsg': 'section- emoticons-label 'pour une étiquette localisée
+
 
}  
 
}  
 
}  
 
}  
 
}  );
 
}  );

Version du 22 avril 2021 à 14:06

$ (  '# wpTextbox1'  ). wikiEditor (  'addToToolbar' ,  { 
	'sections' :  { 
		'emoticons' :  { 
			'type' :  'button' ,  // Peut aussi être 'booklet' 
			'label' :  'Emoticons' 
			
		} 
	} 
}  );