var edButtons = new Array(); var extendedStart = edButtons.length; // below here are the extended buttons edButtons[edButtons.length] = new edButton('ed_block' ,'引用' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_link' ,'リンク' ,'' ,'' ,'a' ); // special case edButtons.push( new edButton( 'ed_ext_link' ,'外部リンク' ,'' ,'' ,'e' ) ); // special case edButtons[edButtons.length] = new edButton('ed_shout' ,'シャウト' ,'' ,'' ,'x' ); edButtons[edButtons.length] = new edButton('ed_strong' ,'最強調' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'少し強調' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'コード' ,'' ,'' ,'c' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'打ち消し線(非推奨)' ,'' ,'' ,'s' ); edButtons.push( new edButton( 'ed_ul' ,'UL' ,'\n\n' ,'u' ) ); edButtons.push( new edButton( 'ed_ol' ,'OL' ,'
    \n' ,'
\n\n' ,'o' ) ); edButtons.push( new edButton( 'ed_li' ,'LI' ,'\t
  • ' ,'
  • \n' ,'l' ) );