var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'Fett' ,'' ,'' ,'/Fett' ); edButtons[edButtons.length] = new edButton('ed_em' ,'Kursiv' ,'' ,'' ,'/Kursiv' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Link' ,'' ,'' ,'/a' ); // special case edButtons[edButtons.length] = new edButton('ed_em' ,'Durchstreichen' ,'' ,'' ,'/Durchstreichen' ); edButtons[edButtons.length] = new edButton('ed_block' ,'Zitat' ,'
' ,'
' ,'/Zitat Ende' ); edButtons[edButtons.length] = new edButton('ed_spoiler' ,'Spoiler' ,'' ,'' ,'/Spoiler Ende' );