0

Cleditor のツールバーが 2 行である必要があります。私のコードは次のとおりです。

var list = [txtDescripcion, txtRecomendacion, txtEfecto];
var controls_ = "bold italic underline strikethrough subscript superscript | font size 

var options = {
    height: 172,
    width: 309,
    controls: "bold italic underline subscript superscript | font size " +
                "  | color highlight | bullets numbering |" +
                " alignleft center alignright justify | undo redo | " +
                " cut copy paste pastetext";
}

$.each(list, function (i, elem) {
    var editor = this.cleditor(options);
    editor[0].focus();

助けてくれてありがとう!

4

0 に答える 0