Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Spaan committed Feb 17, 2024
1 parent 50a3fc0 commit c0c9a76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/general-usage/html-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,12 @@ To make things easier we've added the `modelForm()` and `closeModelForm()` metho
- `function select($name = null, $options = [], $value = null): Select`
- `function submit($text = null): Button`
- `function text($name = null, $value = null): Input`
- `function search($name = null, $value = null): Input`
- `function date($name = '', $value = null, $format = true): Input`
- `function datetime($name = '', $value = null, $format = true): Input`
- `function time($name = '', $value = null, $format = true): Input`
- `function range($name = '', $value = '', $min = null, $max = null, $step = null): Input`
- `function number($name = null, $value = null, $min = null, $max = null, $step = null): Input`
- `function textarea($name = null, $value = null): Textarea`
- `function file($name = null): File`
- `function token(): Input`

0 comments on commit c0c9a76

Please sign in to comment.