2
0
forked from Wavyzz/dolibarr

Better tooltips.

This commit is contained in:
ldestailleur
2025-05-10 16:29:32 +02:00
parent ac357c1059
commit 45d4e3faaa
4 changed files with 15 additions and 12 deletions

View File

@@ -120,6 +120,7 @@ $item->cssClass = 'minwidth500';
$item = $formSetup->newItem('MYMODULE_MYPARAM2');
$item->defaultFieldValue = 'default value';
$item->fieldAttr['placeholder'] = 'A placeholder here';
$item->helpText = 'Tooltip text';
// Setup conf for selection of a simple textarea input but we replace the text of field title
$item = $formSetup->newItem('MYMODULE_MYPARAM3');