We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"defaultOptions": { 'uploaderFileName': 'file', 'uploaderSwfUrl': uf.getOption('URL') + '/lib/webuploader/Uploader.swf', 'uploaderJsUrl': uf.getOption('URL') + '/lib/webuploader/webuploader.js' }
这样写,限制死webuploader路径地址,我必须再copy一份放到这个目录下,建议拿掉。
The text was updated successfully, but these errors were encountered:
这个问题我也喷到了,从Ueditor的使用方式上看,类似的应该是使用window.UFINDER_CONFIG来自定义,这个好像在index.html里吧,但是问题在issue #13 中我提到了,设置之后被覆盖了。所以就变成写死的了。
Sorry, something went wrong.
No branches or pull requests
"defaultOptions": {
'uploaderFileName': 'file',
'uploaderSwfUrl': uf.getOption('URL') + '/lib/webuploader/Uploader.swf',
'uploaderJsUrl': uf.getOption('URL') + '/lib/webuploader/webuploader.js'
}
这样写,限制死webuploader路径地址,我必须再copy一份放到这个目录下,建议拿掉。
The text was updated successfully, but these errors were encountered: