Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP - TreeViewer custom variant
RAP - TreeViewer custom variant [message #1773027] Wed, 20 September 2017 11:27 Go to next message
Dorota Oli is currently offline Dorota OliFriend
Messages: 7
Registered: July 2017
Junior Member
Hi,
I want add custom style to treeviewer.

tree.setData(RWT.CUSTOM_VARIANT, "myStyle");

// css
TreeColumn.myStyle, GridColumn.description {
padding: 1px 2px;
background-image: none;
background-color: white;
color: #333333;
font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif bold;
border-bottom:none;
text-shadow: none;
text-overflow: clip;
}

Tree-RowOverlay.myStyle:selected:unfocused, Grid-RowOverlay:selected:unfocused {
background-color: #dae9f7;
color: #333333;
}

Is it any possibility to change style for RowOverlay?
Re: RAP - TreeViewer custom variant [message #1774980 is a reply to message #1773027] Mon, 23 October 2017 07:21 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
which RAP version are you using? I'm positive that Tree/TreeItem custom variant is propagated to Tree-RowOverlay element in RAP 3.3.
Regards,
Ivan

[Updated on: Mon, 23 October 2017 07:22]

Report message to a moderator

Previous Topic:ExitConfirmation doesn't work on firefox and chrome
Next Topic:WebClient.PAGE_OVERFLOW with full screen Shell
Goto Forum:
  


Current Time: Thu Apr 18 04:37:30 GMT 2024

Powered by FUDForum. Page generated in 0.02075 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top