Diferencia entre revisiones de «Usuario:King of Herdaz/common.js»

m
this should work
(moving all of my added buttons to the main section)
m (this should work)
var customizeToolbar = function() {
/* Your code goes here */
 
//removing original buttons I don't want
 
//remove bulleted list button
'group': 'format',
'tool': 'ulist'
});
 
//remove numbered list button
$( '#wpTextbox1' ).wikiEditor( 'removeFromToolbar', {
'section': 'advanced',
'group': 'format',
'tool': 'olist'
});
 
8718

ediciones