Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个用于 Alfresco 的 html/js 插件,您可以将其集成到您的 Web 应用程序中,使用户可以管理照片,或者您是否需要使用 REST 或 CMIS API?请参阅以下 Web 应用程序示例,展示我想要实现的目标。
没有嵌入式或开箱即用的 html/js 框架可以这样做,但您可以轻松地在 freemarker 模板中创建一个 webscript(它基本上是一个 html 页面,可以内联访问 alfresco javascript 根对象)。你可以在那里注入 jQuery、bootstrap、kendoUI 或任何你喜欢的东西,以创建一个可以访问 Alfresco 内容的全新和自定义 UI。您不必同时使用 REST 或 CMIS API 来实现您的目标。