Seite anzeigenÄltere VersionenLinks hierherPDF exportierenNach oben Diese Seite ist nicht editierbar. Sie können den Quelltext sehen, jedoch nicht verändern. Kontaktieren Sie den Administrator, wenn Sie glauben, dass hier ein Fehler vorliegt. ====== Tooltips ====== <code html><tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...</code> <tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet... ==== Attributes ==== ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^ | ''title'' | required | | Title of tooltip | | ''location'' | ''top'' | ''top'', ''bottom'', ''left'', ''right'', ''auto'' | Location of tooltip | | ''html'' | ''false'' | ''true'', ''false'' | Enable DokuWiki syntax inside the ''title'' |