Making html tags selectable in GWT
        Posted  
        
            by Zoja
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zoja
        
        
        
        Published on 2010-05-17T12:43:20Z
        Indexed on 
            2010/05/17
            12:50 UTC
        
        
        Read the original article
        Hit count: 216
        
I'm trying to display an html source ( without interpretation ) and I'd like all the nodes to be selectable (p, div, etc..). Something like in firebug where if I click on a node I can get it's properties. Does anybody have an idea how to do that or where to start ?
© Stack Overflow or respective owner