掲示板

Add Image Browse Button to Alloy Editor

7年前 に Brian Szucs によって更新されました。

Add Image Browse Button to Alloy Editor

New Member 投稿: 6 参加年月日: 16/12/12 最新の投稿
Hi, I've been able to enable drag and drop in the alloy editor by doing the following

if(Validator.isNotNull(extraPlugins)) {
extraPlugins += ",ae_autolink,ae_addimages,ae_dragresize,ae_placeholder";
} else {
extraPlugins = "ae_autolink,ae_addimages,ae_dragresize,ae_placeholder";
}
jsonObject.put("extraPlugins", extraPlugins);



But when I click the "image" icon I am still missing a "Browse" Button. I only have add a URL.

How do I add in the browse button on the secondary add image screen in the alloy editor within the java class that i have extended BaseEditorConfigContributor?
7年前 に Brian Szucs によって更新されました。

RE: Add Image Browse Button to Alloy Editor

New Member 投稿: 6 参加年月日: 16/12/12 最新の投稿
Something I assumed should be so easy, either isn't or it actually is yet the documentation is non-existent. Is this an accurate assessment?