Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » How to hide port stereotype label with CSS
How to hide port stereotype label with CSS [message #1701936] Thu, 16 July 2015 21:48 Go to next message
Thanh Liem Phan is currently offline Thanh Liem PhanFriend
Messages: 28
Registered: January 2015
Junior Member
Hi all,

I am trying to hide the stereotype label of port in IBD without successful.
For example, <<Signal Port>> as in this figure :
index.php/fa/22545/0/

Below are several solutions I've tried:

Label[type=StereotypeLabel] {
	visible: false;	
}

This code affect only the stereotype label of a part but not the stereotype label of a port.

Then with this, but it did not work:
Port > Label[type=StereotypeLabel] {
	visible:false;			
}


So does CSS allow us to hide the stereotype of port?
If yes, how could I achieve this?
Any idea?

Thanks for your support.
PTL.

Re: How to hide port stereotype label with CSS [message #1702000 is a reply to message #1701936] Fri, 17 July 2015 10:43 Go to previous message
Celine Janssens is currently offline Celine JanssensFriend
Messages: 1
Registered: April 2014
Junior Member
Here is the associated Bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=472932
Previous Topic:fUML, Papyrus and Basic Operations
Next Topic:Save Failed
Goto Forum:
  


Current Time: Thu Apr 25 15:53:14 GMT 2024

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

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

Back to the top