bors/forms

There is no license information available for the latest version (v0.2) of this package.

This package's canonical repository appears to be gone and the package has been frozen as a result.

v0.2 2017-03-04 21:28 UTC

This package is not auto-updated.

Last update: 2023-02-18 09:59:02 UTC


README

Examples

{form label="Range test"}
{element class="B2\\Form\\Range"
	name1="min"
	name2="max"
	label="Value range"
	format="from %s to %s"
	size=7
}
{submit label="Commit"}
{/form}