改变froala图像参数

时间:2016-08-28 05:32:53

标签: froala

我们如何在froala中更改或访问imageParam属性。我想在图片上传时发送动态参数值。

$(element).froalaEditor({
              key: 'XXXXXXXXXXXXXXXXXXXXXXX',
              heightMin: 320,
              placeholderText: 'Create Beat here...',
              toolbarStickyOffset: 46,
              //toolbarTop: true,
              pastePlain: true,
              toolbarSticky: true,
              //toolbarInline: true,
              toolbarButtonsXS: ['insertImage','quote', 'insertVideo', '|', 'bold', 'italic', 'underline', 'undo', 'redo', '|', 'subscript', 'superscript', '|', 'paragraphStyle', 'paragraphFormat', 'align', '|', 'formatOL', 'formatUL', 'insertHR', '|', 'insertLink', 'insertTable', 'fullscreen' ],
              toolbarButtonsSM: ['insertImage','quote', 'insertVideo', '|', 'bold', 'italic', 'underline', 'undo', 'redo', '|', 'subscript', 'superscript', '|', 'paragraphStyle', 'paragraphFormat', 'align', '|', 'formatOL', 'formatUL', 'insertHR', '|', 'insertLink', 'insertTable', 'fullscreen' ],
              toolbarButtonsMD: ['insertImage','quote', 'insertVideo', '|', 'bold', 'italic', 'underline', 'undo', 'redo', '|', 'subscript', 'superscript', '|', 'paragraphStyle', 'paragraphFormat', 'align', '|', 'formatOL', 'formatUL', 'insertHR', '|', 'insertLink', 'insertTable', 'fullscreen' ],
              toolbarButtons: ['insertImage','quote', 'insertVideo', '|', 'bold', 'italic', 'underline', 'undo', 'redo', '|', 'subscript', 'superscript', '|', 'paragraphStyle', 'paragraphFormat', 'align', '|', 'formatOL', 'formatUL', 'insertHR', '|', 'insertLink', 'insertTable', 'fullscreen' ],
              linkAlwaysNoFollow: false,
              imageUploadURL: '/apiv1/home/uploadPhoto',
              imageUploadParams: {
                id: id
              }
          })

以上代码ID始终为null。我想让它稍后改变。

1 个答案:

答案 0 :(得分:2)

最后我发现了它,Froala存储了所有的参数 editor.opts 和图像参数 editor.opts.imageUploadParams