File: ./Proj.demo/input.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.

The collection of htm_Input() variants: 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;"
TEXT variants
Demo of htm_Input Field type text
Demo of htm_Input Field type html: Multi-line formatted html-text
Demo of htm_Input Field type area: Multi-line text


NUMBER variants
Demo of htm_Input Field type intg: centered integer
Demo of htm_Input Field type dec0: centered number with 0 decimals
Unit: %
pattern="^[$\-\s]*[\d,]*?([.]\d{0,2})?\s$" />
Demo of htm_Input Field type dec1: number with 1 decimal
pattern="^[$\-\s]*[\d,]*?([.]\d{0,2})?\s$" />


Demo of htm_Input Field type dec2: number with 2 decimal
Unit: $
pattern="^[$\-\s]*[\d,]*?([.]\d{0,2})?\s$" />
Demo of htm_Input Field type dec0: left aligned number with %-suffix
Unit: %
pattern="^[$\-\s]*[\d,]*?([.]\d{0,2})?\s$" />
Demo of htm_Input Field type dec1: centered number with %-suffix
Unit: %
pattern="^[$\-\s]*[\d,]*?([.]\d{0,2})?\s$" />


Demo of htm_Input Field type dec2: right aligned number with %-suffix
Unit: %
pattern="^[$\-\s]*[\d,]*?([.]\d{0,2})?\s$" />
Demo of htm_Input Field type numb: number with 1 decimal
pattern="(\d{3})([\.])(\d{2})" />
Demo of htm_Input Field type numb: left-justified number and label
pattern="(\d{3})([\.])(\d{2})" />


LIST-type
Demo of htm_Input Field type opti: left aligned number with %-unit
Unit: %
Demo of htm_Input Field type chck: Multi-line formatted chck-text





Demo of htm_Input Field type radio
Demo of htm_Input Field type checkbox in a row
   Demo of htm_Input Field type radio in a row


OTHER
Demo of htm_Input Field type date with browser popup selector
Demo of htm_Input Field type chck: Multi-line formatted chck-text
Demo of htm_Input Field type mail with syntax control
pattern="^[a-zA-Z0-9.!#$%&]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$" />


10
min=0 max=50
Demo of htm_Input Field type range: 0..50
Demo of htm_Input Field type url with syntax control
https?:/.+ />
Show/Hide password
Demo of htm_Input Field type pass with "hidden" output
Demo of htm_Input Field type barc: shown with font barcode


Demo of htm_Input Field type color
Demo of htm_Input Field type butt
Demo of htm_Input Field type search
Demo of htm_Input Field type time
Demo of htm_Input Field type week


Demo of htm_Input Field type month
Demo of htm_Input Field type file
Demo of htm_Input Field type image


Tooltip text
EMPTY box
This is a test of htm_Inbox() containing a table.Readonly
abc
123
xyz
This is a test of editable htm_Inbox() containing a table
abc
123
xyz

htm_Inbox() is not really an Input() element, but looks like htm_Input() with a content that you decide.