How to dispose link in custom attribute
I have created a custom attribute where i have inserted a link, but this link appear distant. How i can resolve this problem to display the link to appear close?
http://www.diamantesud.it/tag.JPG
The code used is:
The code used is:
public void createContent(ITeamFormLayout formLayout) {
final WorkItemEditorToolkit toolkit= (WorkItemEditorToolkit) getSite().getToolkit();
Composite parent= formLayout.getContainer();
fStar2= toolkit.createHyperlink(parent, "prova", 1);