开发者

Best way to handle multiple files adding/editing/deleting in web applications from ui point of view?

Application platform is WWW.

I have user interface dilema. My user can have many files. File has attributes such as name and description that can be changed by user.

Currently I have users list with edit action when I only allow to edit user data such as name, address, phone etc. on one screen, and files list with links to edit or delete for individual file on another screen.

I think it would be nice to allow user to edit his data and adding/editing/deleting files on one screen, but assuming it's www I also think that:

  1. it would be not so easy to develop

  2. maybe a little confusing for user, because he can expect开发者_如何学运维 that every one-to-many relation that user has can be managed from edit screen

I'm interested in your solutions to similiar problems.


Have a look at jQuery datatables: http://www.datatables.net/

They provide a neat and usable way to arrange data (eg. you could use one row per file with columns for editing, deleting etc) that way you have it on the same page as the user's own details (I think that's what you wanted?)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜