Formatting documentation in tooltip window

This should cover W3C XML Schema, Relax NG and DTD related problems.
muewi
Posts: 26
Joined: Wed Aug 24, 2005 10:47 am

Formatting documentation in tooltip window

Post by muewi »

Hi,

is there a way to do some basic formatting within the yellow tooltip window that is generated from <xsd:annotation><<xsd:documentation>....?
At the very least it would be nice to have line breaks. Is that possible?

Best regards,
Frank
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello Frank,

This was already implemented in version 7.2. The current version is 8.0 and it works correctly. For example a <p/> used inside <xs:annotation> <xs:documentation> ... </xs:documentation> </xs:annotation> inserts an empty line in the tooltip displayed in the yellow popup, a <br/> breaks the line displayed in the tooltip, and <ul> <li>item1</li> <li>item2</li> <li>item3</li> </ul> is displayed as:

Code: Select all

 * item1
* item2
* item3

Regards,
Sorin
Post Reply