Package

views.html.b3

horizontal

Permalink

package horizontal

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. horizontal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class HorizontalFieldConstructor(colLabel: String, colInput: String) extends B3FieldConstructor with Product with Serializable

    Permalink

    Declares the class for the Horizontal FieldConstructor.

    Declares the class for the Horizontal FieldConstructor. It needs the column widths for the corresponding Bootstrap3 form-group

Value Members

  1. object bsFieldConstructor extends bsFieldConstructor

    Permalink
  2. object bsFieldConstructor_Scope0

    Permalink
  3. object bsFormGroup extends bsFormGroup

    Permalink
  4. object bsFormGroup_Scope0

    Permalink
  5. def fieldConstructor(colLabel: String, colInput: String): B3FieldConstructor

    Permalink

    Returns it as a B3FieldConstructor to use it as default within a template

  6. def fieldConstructorSpecific(colLabel: String, colInput: String): HorizontalFieldConstructor

    Permalink

    Returns a new HorizontalFieldConstructor to use for specific forms or scopes (don't use it as a default one).

    Returns a new HorizontalFieldConstructor to use for specific forms or scopes (don't use it as a default one). If a default B3FieldConstructor and a specific HorizontalFieldConstructor are within the same scope, the more specific will be chosen.

  7. def form(action: Call, colLabel: String, colInput: String, args: (Symbol, Any)*)(body: (HorizontalFieldConstructor) ⇒ Html): play.twirl.api.HtmlFormat.Appendable

    Permalink

    ********************************************************************************************************************************** SHORTCUT HELPERS *********************************************************************************************************************************

  8. def formCSRF(action: Call, colLabel: String, colInput: String, args: (Symbol, Any)*)(body: (HorizontalFieldConstructor) ⇒ Html)(implicit request: RequestHeader): play.twirl.api.HtmlFormat.Appendable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped