| Summary: | [Browser] Support basic CSS properties | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Bogdan B. <bbarzu> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | bbarzu |
| Version: | 1.3 | ||
| Target Milestone: | 1.3 M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Bogdan B.
By the way, is there a newer version of the RWT theming reference than the one I use: http://help.eclipse.org/galileo/topic/org.eclipse.rap.help/help/html/reference/theming/index.html , or this is the right one? It should be possible to implement this in the near future. In the meanwhile you may embed the browser Widget into a Composite that has the desired border applied. Regarding documentation: The URL mention in comment #1 applies to the Galileo release (RAP 1.2). CSS documentation for milestone builds is published with the RAP Tooling. Browser is now themeable widget with one CSS property - "border". Example:
Browser[BORDER] {
border: 5px solid red;
}
Changes are in CVS HEAD.
|