View Source SqueezeWeb.FormHelpers (OpenPace v0.0.1)

This module contains different helper functions for the different data types used in the app.

Link to this section Summary

Link to this section Functions

Link to this function

async_form(form_data, action, options \\ [], fun)

View Source
Link to this function

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

View Source
Link to this function

distance_input(form, field)

View Source
Link to this function

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

View Source
Link to this function

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

View Source
Link to this function

input_class_list(form, field, class_list \\ "")

View Source
Link to this function

invalid_field?(form, field)

View Source
Link to this function

pill_button(form, field, label, value, opts \\ [])

View Source