| Summary: | [WebClient] Implement GridColumn#setHtmlAttribute() | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | tbuschto |
| Version: | 2.1 | ||
| Target Milestone: | 2.1 M2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ralf Sternberg
Fixed with commit e50cf80e9f7d96fe2511fa5eb49ddb36138aec39. Attributes are copied to the label like any other attribute. Note that I did not implement removeHtmlAttribute, as it was not requested in the description. Even setting a attribute to "" or null will not completely remove it from the DOM, as is the case in Widget.js. |