Various updates to facilitate validating things.

This commit is contained in:
Sander Dorigo
2014-10-06 19:32:09 +02:00
parent 28aaea1aa3
commit d5bcf5497f
13 changed files with 304 additions and 315 deletions

View File

@@ -93,6 +93,10 @@ App::down(
\Form::macro('ffCheckbox',function ($name, $value = 1, $checked = null, $options = []) {
return \Firefly\Form\Form::ffCheckbox($name, $value, $checked, $options);
});
\Form::macro('ffOptionsList',function ($type, $name) {
return \Firefly\Form\Form::ffOptionsList($type, $name);
});
/*
|--------------------------------------------------------------------------