I would like to have a tooltip mechanism which:
- is easy defined
- uses jQuery and jQuery-ui tooltip
- supports html tags
- has no character number limit (as in standard IE browser dialog)
Example of use:
Set an attribute on your entity property:
C#[Tooltip("This is a sample tooltip from an <br/><br/>(some BR tags)<br/><br/><br/><br/>attribute")]
Or set a text in Model.DesignedDiffs.xafml (in a detail view layout item)How to do this ?