views.html.helper

twitterBootstrap

package twitterBootstrap

Contains template helpers, for example for generating HTML forms.

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

Value Members

  1. object twitterBootstrapFieldConstructor extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template1[FieldElements, play.twirl.api.HtmlFormat.Appendable]

Deprecated Value Members

  1. implicit val twitterBootstrapField: FieldConstructor

    Twitter bootstrap input structure.

    Twitter bootstrap input structure.

    <dl>
      <dt><label for="username"></dt>
      <dd><input type="text" name="username" id="username"></dd>
      <dd class="error">This field is required!</dd>
      <dd class="info">Required field.</dd>
    </dl>
    Annotations
    @deprecated
    Deprecated

    (Since version 2.3) The twitter bootstrap field constructor will be removed from Play in 2.4 since the way Bootstrap must be used changes too frequently and too drastically between versions for this to make sense to be in the core of Play

Inherited from AnyRef

Inherited from Any

Ungrouped