Skip to main content



      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 17:48 Go to next message
Eclipse UserFriend
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 06:43 Go to previous message
Eclipse UserFriend
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: Mon Jul 07 15:07:56 EDT 2025

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

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

Back to the top