ExtJS 图像查看器
我有 json 格式的图像列表,并且想要制作一个图像库,但不具有完整的功能。基本上我想要的只是显示 4 张相邻的 2 行图片。当用户单击缩略图时,会看到大图片。我将如何去做这件事。
I have list of images in json format, and want to make an image gallery, but not with full features. Basically all I want is to display 4 pictures next to each other with 2 rows. And when the user clicks the thumbnail sees the large picture. How would I go about doing this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想创建一个图片库,那么您需要的一切都在这里:
http://dev.sencha.com/deploy/ext-4.0.0/examples/view/data-view.html
If you're wanting to create an image gallery then everything you need is here:
http://dev.sencha.com/deploy/ext-4.0.0/examples/view/data-view.html