User interface for addition/deletion of items to a list?
        Posted  
        
            by agentcris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by agentcris
        
        
        
        Published on 2010-06-01T11:48:11Z
        Indexed on 
            2010/06/01
            11:53 UTC
        
        
        Read the original article
        Hit count: 207
        
html
I have a ban list that I'm building as part of an application that displays articles. This ban list will contain keywords, which if found in an article, would lead to the article disabled(the article will not be displayed on the front-end)
I'm having a tough time visualizing the UI. I could always display a textarea and ask the user to enter keywords comma separated and when they want to delete again the textarea will be presented and they can edit the entered keywords. But I find my idea very unfriendly to the user.
My question is how do I program the UI so that its easy to add new keywords. I also would like to be adviced on a nifty way showing the existing keywords and also deleting them.
This ban list will be part of the admin panel/backend and will be accessible only to the site administrator.
© Stack Overflow or respective owner