function barre_outils_edition(){ $set = new Barre_outils(array( 'markupSet' => array( // H1 - {{{ array( "id" => 'header1', "name" => _T('barre_outils:barre_intertitre'), "key" => "H", "className" => "outil_header1", "openWith" => "\n{{{", "closeWith" => "}}}\n", "display" => true, "selectionType" => "line", ), // Bold - {{ array( "id" => 'bold', "name" => _T('barre_outils:barre_gras'), "key" => "B", "className" => "outil_bold", "openWith" => "{{", "closeWith" => "}}", "display" => true, "selectionType" => "word", ) ) )); return $set; }