Phoenix Material Design Bootstrap Form v0.0.9 PhoenixMDBootstrapForm View Source

This module provides helper methods for creating beautiful looking Material Design Bootstrap forms in Phoenix.

Link to this section Summary

Link to this section Functions

Link to this function

checkbox(form, field, opts \\ [])

View Source
Link to this function

checkboxes(form, field, values, opts \\ [])

View Source
Link to this function

date_select(form, field, opts \\ [])

View Source
Link to this function

datetime_select(form, field, opts \\ [])

View Source
Link to this function

email_input(form, field, opts \\ [])

View Source
Link to this function

file_input(form, field, opts \\ [])

View Source
Link to this function

multiple_select(form, field, options, opts \\ [])

View Source
Link to this function

number_input(form, field, opts \\ [])

View Source
Link to this function

password_input(form, field, opts \\ [])

View Source
Link to this function

radio_buttons(form, field, values, opts \\ [])

View Source
Link to this function

select(form, field, options, opts \\ [])

View Source
Link to this function

static(form, label, content)

View Source
Link to this function

submit(form, label, opts \\ [])

View Source
Link to this function

telephone_input(form, field, opts \\ [])

View Source
Link to this function

text_input(form, field, opts \\ [])

View Source
Link to this function

textarea(form, field, opts \\ [])

View Source
Link to this function

time_select(form, field, opts \\ [])

View Source