Project

General

Profile

Actions

Feature #11775

open

Subrecord Tooltip pro Feld

Added by Philipp Gröbelbauer about 3 years ago. Updated about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
Carsten Rose
Target version:
Start date:
18.12.2020
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

Aktuell kann im Subrecord nur ein Tooltip pro Zeile gesetzt werden.

Man sollte auch einen Tooltip für ein Feld setzen können. Bei Hover über das Feld wird der Feld-Tooltip angezeigt, auch wenn ein rowTooltip gesetzt ist.


Related issues

Related to QFQ - Feature #11955: subrecord: new title option to set <th> attributes - e.g. to customize tablesorter options.NewCarsten Rose05.02.2021

Actions
Actions #2

Updated by Philipp Gröbelbauer about 3 years ago

  • Description updated (diff)
Actions #3

Updated by Carsten Rose about 3 years ago

Moegliche Implementierung:

  • Pro Spalte kann man definieren das die `<td>` nicht durch QFQ gerendert werden sondern direkt im SQL Statement: Schluesselwort wie bei REPORT '_noWrap'.
  • Anschliessend kann definiert werden in `sql1`:
    SELECT p.name, CONCAT("<td title='main employment'>", p.job, '</td>') AS 'Employment|_noWrap' FROM Person AS p
    
  • Ein '_noWrap' impliziert '_striptags'
Actions #4

Updated by Carsten Rose about 3 years ago

  • Related to Feature #11955: subrecord: new title option to set <th> attributes - e.g. to customize tablesorter options. added
Actions

Also available in: Atom PDF