There are a lot of small functions
that could be mentiond here.
e.g. htm_AcceptButt()
htm_AcceptButt() - a programmeble button. You give:
$labl='', # string: The caption on the button
$icon='', # string: The iconclass ( class="fas fa-plus" )
$hint='', # string: hint about the button function
$form='', # string: The form the element belongs to, if a name is given
$wdth='', # string: The width of the button
$attr='', # string: Generel use e.g. ' action= "$link" '
$akey='', # string: Shortcut to activate the button
$kind='', # string: save, navi, goon, erase, create, home (Appearance)
$rtrn=true, # bool: Act as procedure: Echo string, or as function: Return string
$tplc='LblTip_text',# string: Class for Placement of the tooltip
$tsty='', # string: Style for Placement of the tooltip
$acti='', # string: Function to run
$idix='', # string: ix-suffix on name/id
$disa=false # bolean: 'disabled' to deactivate the button
htm_IconButt() - a general button with icon.
htm_ModalDialog() - A popup message,
locks program and waits for a user response.
msg_System() - Another modal popup message system,
Pmnu_() / Pmnu_end() - A popup context menu system.
A special group of functions:
dvl_ functions - relates to development (tools and design)