Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Adding toolbar on Table rows
Adding toolbar on Table rows [message #1018084] Wed, 13 March 2013 05:24 Go to next message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Hi all,

I've managed to add toolbar to table rows as shown in the attached screenshot:
index.php/fa/13825/0/

Now my problem is how to make the toolbar's background follows the table rows's background.

Is it possible at all ?

Any help would be greatly appreciated.

Thanks & Regards,

Setya
Re: Adding toolbar on Table rows [message #1018128 is a reply to message #1018084] Wed, 13 March 2013 08:10 Go to previous messageGo to next message
Tiburon T is currently offline Tiburon TFriend
Messages: 61
Registered: October 2011
Member
Hi,

you can make the toolbar and the items transparent with CSS theming and make the table shine through, e.g.:

ToolBar {
background-color: transparent;
}

See:

http://eclipse.org/rap/developers-guide/devguide.php?topic=theming.html&version=2.0

http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.rap.help%2Fhelp%2Fhtml%2Frwt%2Ftheming.html

http://help.eclipse.org/juno/topic/org.eclipse.rap.help/help/html/reference/theming/index.html

Greetings,
Tiburon

[Updated on: Wed, 13 March 2013 08:16]

Report message to a moderator

Re: Adding toolbar on Table rows [message #1018199 is a reply to message #1018128] Wed, 13 March 2013 11:29 Go to previous message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Hi Tiburon,

Thank you very much for your suggestions. I'll try it out.

Thanks & Regards,

Setya
Previous Topic:Custom widgets example source code
Next Topic:Setting Focus on Table to enable UP/DOWN keys for selection
Goto Forum:
  


Current Time: Tue Apr 23 07:15:41 GMT 2024

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

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

Back to the top