Best approach to list and delete images
On a tab I would like to get and show all images of a serverdirectory as thumbs (not more than 4 or 5)
with 2 functions:
- click to enlarge
- delete
What is the best approach (or control to use) to do this with Ext?
Thank you!
Greetings,
Dirk
You could have a DataView in one Panel of a border layout and the full size image displayed in another panel on click.
Or you could open tab in a tabpanel to display the full size.
You can get some ideas from a demo I posted: http://extjs.com/forum/showthread.php?p=143728
http://i131.photobucket.com/albums/p286/TimeTrialAnimal/imagegallery.jpg
I will try it with DataView.
#If you have any other info about this subject , Please add it free.# |