Package

views.html.b3

vertical

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. class VerticalFieldConstructor extends B3FieldConstructor

    Permalink

    Declares the class for the Vertical FieldConstructor.

Value Members

  1. object bsFieldConstructor extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[B3FieldInfo, Html, B3FieldConstructor, MessagesProvider, play.twirl.api.HtmlFormat.Appendable]

    Permalink
  2. object bsFormGroup extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[Html, Map[Symbol, Any], MessagesProvider, play.twirl.api.HtmlFormat.Appendable]

    Permalink
  3. def fieldConstructor(withFeedbackIcons: Boolean = false): B3FieldConstructor

    Permalink

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

  4. def fieldConstructorSpecific(withFeedbackIcons: Boolean = false): VerticalFieldConstructor

    Permalink

    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 B3FieldConstructor and a specific VerticalFieldConstructor are within the same scope, the more specific will be chosen.

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

    Permalink

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

  6. def formCSRF(action: Call, args: (Symbol, Any)*)(body: (VerticalFieldConstructor) ⇒ Html)(implicit request: RequestHeader): play.twirl.api.HtmlFormat.Appendable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped