Skip to content

Commit

Permalink
Merge pull request #107 from crojasaragonez/issue_60
Browse files Browse the repository at this point in the history
issue 60
  • Loading branch information
JesseObrien committed Dec 8, 2014
2 parents d997033 + 47e43f1 commit ac954bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,9 @@ <h6>Form Elements</h6>
Form::radio('name', 'value', true, array('class' => 'name'));
Form::select('name', array('key' => 'value'));
Form::select('name', array('key' => 'value'), 'key', array('class' => 'name'));
Form::selectRange('range', 1, 10);
Form::selectYear('year', 2011, 2015);
Form::selectMonth('month');
Form::submit('Submit!', array('class' => 'name'));
Form::button('name', array('class' => 'name'));
Form::macro('fooField', function()
Expand Down

0 comments on commit ac954bc

Please sign in to comment.