The HTML <form> tag represents a document section that contains
interactive controls to submit information to a web server.
IMPORTANT!
Form components described here are used to build User Interfaces and not to
handle the submitted form data!
All built-in HTML form objects implement atleast HtmlForm interface. This
interface defines the basic form implementation. Whereas Form
is also container for HTML components like Input.
SubmitInput is a submit button (submits form-data)
Reset buttons:Resetter interface defines a button that resets the form-data to its initial values
Note: Reset buttons are rarely useful, and are instead more likely to frustrate users.
The Progress component displays an indicator showing the
completion progress of a task as a progress bar. This component is often used in
conjunction with JavaScript to display the progress of a task, but it is not
suitable for representing a gauge (e.g. disk space usage or relevance of a query
result).
The Meter element (a gauge)
The Meter component implements the <meter> HTML element.
The Meter component represents either a scalar value within a
known range or a fractional value. This component should not be used to indicate
progress (as in a progress bar).
45%
Sliders and range sliders
All sliders in this namespace implement Sphp\Html\Forms\Inputs\RangeInputInterface interface. These components specify numeric values which must be no less than a
given value, and no more than another given value.
A Slider object implements single sliders, whereas RangeSlider component implements double (range) sliders.
These components implement Ion.RangeSlider
client side slider element for object oriented PHP. The original Ion.RangeSlider
is a jQuery range slider with CSS3 skin support.
This site uses cookies
In order to work as intended, this site stores cookies on your device. Accepting
improves our site and provides you with personalized service. Declining results
in one cookie being placed on your device so we remember your choice.