data grid HTML elements need to support tagId generation
--------------------------------------------------------

         Key: BEEHIVE-340
         URL: http://issues.apache.org/jira/browse/BEEHIVE-340
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
    Reporter: Eddie O'Neil
 Assigned to: Eddie O'Neil 


Inside of the data grid, it needs to be possible to set the tagId on the 
various HTML elements that the grid renders.  For example, with:

  <netui-data:imageAnchorCell/>

which renders:

  <td><a><img/></a></td>

it should be possible to apply an HTML id to the TD, A, and IMG elements.  
These tagIds need to be suffixed with the row identifier in order to generate 
valid HTML IDs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to