It's all about the answers!

Ask a question

How to dispose link in custom attribute


Antonio Matarrese (66118) | asked Oct 22 '09, 3:38 p.m.
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:


public void createContent(ITeamFormLayout formLayout) {
final WorkItemEditorToolkit toolkit= (WorkItemEditorToolkit) getSite().getToolkit();
Composite parent= formLayout.getContainer();
fStar2= toolkit.createHyperlink(parent, "prova", 1);

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.