File: ./Proj.demo/other.page.php - ver:1.4.1
Open source - 𝘓𝘐𝘊𝘌𝘕𝘚𝘌 & 𝘊𝘰𝘱𝘺𝘳𝘪𝘨𝘩𝘵 © 2019-2026 EV-soft *** See the file: LICENSE
Clever html engine
PHP2HTML


Test site and documentation for Clever html engine • Errors may occur and future news may be shown • ver.1.4.1: 60+ core functions.

Other htm_functions: TOGGLE-height: Click icon to toggle viewHeight for this card WIDE: Click to maximize/normalize this card width COLLAPSE: Click to close all cards;" EXPAND: Click to open all cards;"
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)