CKEditor 的照片库
我需要将照片库集成到CKEditor。
我有一个要在页面上显示的专辑列表。我需要在 CKEditor 中有一个自定义图标,单击它会显示专辑列表。我需要有一个选项来选择相册并在页面内显示相册,如 Galleria。
我需要能够在实际内容之间显示画廊,例如 示例。
对此有什么想法吗?
I need to integrate a photo gallery to the CKEditor.
I have a list of albums to be shown on the page. I need to have an custom icon in the CKEditor, which shows the list of albums on click of that. I need to have an option to select the album and show the album inside the page as like Galleria.
I need to be able to show the gallery between the actual content something like Sample.
Any Ideas on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕你必须编写自己的插件。我不知道有哪个插件可以满足您的要求。另一种想法是使用像 PWE 这样的文件浏览器来允许用户选择服务器文件夹中的图像。
I'm afraid you have to program your own plugin. I don't know any plugin that do what you want. An alternative idea is to use a file browser like PWE to allow users to choose images in a server folder.