Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] New topic in forum Sapphire, called Documentation tag not working for Property, by Zoe Guillen

Title: Eclipse Community Forums
Subject: Documentation tag not working for Property Author: Zoe Guillen Date: Thu, 28 May 2015 20:46
In the sapphire sample code, the Contact.java class has:
...
@Documentation( content = "This would be the help content for the category property." )

ValueProperty PROP_CATEGORY = new ValueProperty( TYPE, "Category" );
...

But I don't see that help content anywhere when editing a contacts.xml file via the sapphire editor. I don't see a help icon next to the category field in the UI.

I would like to associated help text with a property, not a section. It appears that is what is intended with the Category property of the Contact object, but either its not working or I don't know where to look for the help text.

Does anyone know where help text shows up for a property? Or does anyone see the help text for the category property in the sample code?

Thanks!
Zoe
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top