gpt4 book ai didi

javascript - Dropzone.js - 错误 : Invalid `clickable` option provided

转载 作者:行者123 更新时间:2023-12-01 04:00:46 25 4
gpt4 key购买 nike

我正在使用 dropbox.js,但收到此错误:错误:提供的 clickable 选项无效。我已经尝试了有关 clickable 选项的所有可能的解决方案。

  1. 可点击:“#add-new”,
  2. 可点击:'#add-new',
  3. 可点击:['#add-new'],
  4. 可点击:["#add-new"],

我已经更新了我的版本,但仍然不知道如何修复它。我的目标是在每个添加的元素(previewTemplate)上附加一个按钮,以进一步添加新元素。

是否有解决此问题或其他解决方案的解决方法?谢谢。

var myDropzone = new Dropzone('div#myDropzoneElement2', {
maxThumbnailFilesize: 2,
maxFilesize: 2,
acceptedFiles:'image/*',
clickable: ["#add-new"],
thumbnailWidth: 250,
thumbnailHeight: 125,
url: dropzoneUrl,
previewTemplate: "<div class=\"dz-preview dz-file-preview col-sm-12\">\n <div class=\"row\"><div class=\"col-sm-5 col-md-4\"><div class=\"dz-image\"><img data-dz-thumbnail width=\"100%\"/></div><div class=\"dz-filename\">(<span data-dz-size></span>)</div></div>\n <div class=\"col-sm-7 col-md-8\"><div class=\"row\"><div class=\"col-sm-12\"><input type=\"text\" id=\"itemtitle\" placeholder=\"Project title\"name=\"itemtitle\" class=\"info-title form-control\"></div>\n <div class=\"top-15 col-sm-12 \"><textarea id=\"itemdescription\" placeholder=\"Describe here the project with essential informations like material and methods applied. Remember the 5Ws and how!\" rows=\"5\" name=\"itemdescription\" class=\"form-control info-description\"></textarea></div></div></div></div>\n <div class=\"dz-error-message\"><span data-dz-errormessage></span></div>\n <div class=\"dz-success-mark\">\n </div>\n <div class=\"row\"><div class=\"col-sm-12\"><div class=\"dz-progress\"><span class=\"dz-upload\" data-dz-uploadprogress></span></div></div><div class=\"col-sm-6\"><a class=\"dz-remove\" href=\"javascript:undefined;\" data-dz-remove>Remove</a></div><div class=\"col-sm-6\"><button type=\"button\" class=\"dz-update\" id=\"updateinformations\" href=\"javascript:undefined;\" disabled>Update</button></div><div class=\"col-sm-6\"><button type=\"button\" id=\"add-new\">Add New</button></div></div>\n </div>",
});

最佳答案

我不确定,但我猜测这是因为您传递的 ID 尚未出现在页面上 - 它位于预览模板中。因此 Dropzone 尝试选择一个不存在的元素。尝试在初始化 Dropzone 之前将 add-new 按钮放在页面上。

关于javascript - Dropzone.js - 错误 : Invalid `clickable` option provided,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42203205/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com