can we embed/place HTML content inside the setText() like setText(“some html code here”);method of a label component in rcp.
i knew that the label widget of swings has this capability.Is there a way to do the same with rcp
can we embed/place HTML content inside the setText() like setText(some html code here);method of
Share
If you have basic HTML you can use FormText from
org.eclipse.ui.formspackage. For full support of HTML use SWT Browser (I know, it’s a bit overkill).