sharepoint webparts,点击时交换图像
我正在开发 sharepoint 项目,我有大约 1000 个图像要上传,我需要 Web 部件或其他东西来在单击时交换图像,是否有任何 Web 部件可以执行此操作? 针对我的情况使用什么最好的方法。
I'm working on sharepoint project, i have like 1000 image i want to upload, i need webpart or something to do swap images on click, is there any web part that do this?
what the best method to use on my situation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是 SharePoint 开发人员吗?如果没有,我强烈建议不要尝试这样做。对 SharePoint 进行超出现成选项的修改需要一些广泛的 ASP.NET 和以 SharePoint 为中心的开发人员技能。即便如此,合作也不是一件愉快的事。
过去,为了修改 UI 交互,我发现更明智的方法是操纵 DOM 渲染后。加载 jQuery,然后在页面渲染时,做你的事情。
Are you a SharePoint developer? If not, I'd strongly suggest not even trying to do this. Modifying SharePoint beyond out-of-the-box options requires some extensive asp.net and SharePoint-centric developer skills. Even then, it's not a joy to work with.
In the past, for modifying UI interactions, I found the saner approach is to manipulate the DOM post-render. Load up jQuery and then upon page render, do your thing.