Hi,
how can I remove the separator ":" after the title (StaticTextItem)?
Please take a look at the screenshot.
	Regards,
Timo
					how can I remove the separator ":" after the title (StaticTextItem)?
Please take a look at the screenshot.
Code:
	
	final StaticTextItem helpIntrbksttlmdt = new StaticTextItem("helpIntrbksttlmdt");  
helpIntrbksttlmdt.setTitle("Due Date on TX-level will be updated according to Interbank Settlement Date.");  
helpIntrbksttlmdt.setColSpan(2);
helpIntrbksttlmdt.setTitleColSpan(2);
helpIntrbksttlmdt.setWrapTitle(false);
helpIntrbksttlmdt.setDisabled(true);
helpIntrbksttlmdt.setTitleAlign(Alignment.CENTER);
Timo

Comment