Download the PHP package solo/formrestore without Composer
On this page you can find all versions of the php package solo/formrestore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download solo/formrestore
More information about solo/formrestore
Files in solo/formrestore
Download solo/formrestore
More information about solo/formrestore
Files in solo/formrestore
Vendor solo
Package formrestore
Short Description Set of classes which implement forms population from saved json data
License MIT
Package formrestore
Short Description Set of classes which implement forms population from saved json data
License MIT
Please rate this library. Is it a good library?
Informations about the package formrestore
Компонент solo-formrestore
Компонент фреймворка Solo, предоставляющий возможность восстановить состояние HTML-формы из сохраненных данных.
Случается, что после проверки данных формы на сервере, некоторые поля оказываются заполнены неправильно (невалидны), и требуется показать пользователю эту же форму заполненную ранее введенными значениями.
Класс FormRestore совместно с плагином Smarty позволяют решить эту задачу.
Требования
jQuery
Установка
Установка через composer:
"require": {
"solo/formrestore": "dev-master"
}
Пример
Html-код:
<html>
<script language="javascript" type="text/javascript" src="jquery.js" />
<form id='my_form_id'>
<input type='text' name='age' />
<input type="checkbox" name="value" value="42"/>
<input type="submit" value="check!"/>
</form>
</html>
Серверный код:
All versions of formrestore with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package solo/formrestore contains the following files
Loading the files please wait ....