views.html.b4

vertical

package vertical

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. vertical
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class VerticalFieldConstructor extends B4FieldConstructor

    Declares the class for the Vertical FieldConstructor.

Value Members

  1. object bsFieldConstructor extends bsFieldConstructor

  2. object bsFieldConstructor_Scope0

  3. object bsFormGroup extends bsFormGroup

  4. object bsFormGroup_Scope0

  5. implicit val fieldConstructor: B4FieldConstructor

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

  6. val fieldConstructorSpecific: VerticalFieldConstructor

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

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

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

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

  8. def formCSRF(action: Call, args: (Symbol, Any)*)(body: (VerticalFieldConstructor) ⇒ Html)(implicit token: Token): play.twirl.api.HtmlFormat.Appendable

Inherited from AnyRef

Inherited from Any

Ungrouped