ブックマーク / blog.ale-re.net (1)

  • Blogger

    Google のウェブログ公開ツールを使って、テキスト、写真、動画を共有できます。

    saruhei1989
    saruhei1989 2017/01/17
    “CKEDITOR.plugins.add('testplugin', { init: function(editor) { editor.addCommand('testcommand', { exec: function(editor) { alert("Ok"); } }); editor.execCommand('testcommand'); } });”
  • 1