TinyMCE の最初の段落に HTML リンクを追加し、すべての段落を無効にしたいと考えています。どうすれば修正できますか?助けてください。
mode : "exact",
elements:"home_textarea",
theme : "advanced",
plugins : "pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave",
gecko_spellcheck : true,
// Theme options
theme_advanced_buttons1 : "bold,italic,underline,strikethrough",
theme_advanced_buttons2 : "code",
theme_advanced_buttons3 : "",
theme_advanced_buttons4 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
の「コード」が theme_advanced_buttons2
欲しいtheme_advanced_buttons1
。助けてください。