Hints

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Hints

Library supports three types if hints

 

Standatd hints

 

Set HtPanel.ShowHint to true and use title attribute to set element hint, i.e.

 

 <div title="test">

 

HTML hints

 

Add hthints unit to uses list and use data-hint attributes, f.e.

 

<span data-hint="Test">

 

Additinal hint classes:

 

.hint--top

.hint--top-left

.hint--top-right

.hint--bottom-left

.hint--bottom-right

.hint--bottom

.hint--right

.hint--left

.hint--small

.hint--medium

.hint--large

.hint--error

.hint--warning

.hint--info

.hint--success

.hint--always

.hint--rounded

.hint--no-animate

.hint--no-shadow

 

Float hints

 

Float hints are displayed using float window and can contain large HTML data.

To use it set floathint attribute.