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. 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>
  2. object twitterBootstrapFieldConstructor extends BaseScalaTemplate[play.api.templates.HtmlFormat.Appendable, Format[play.api.templates.HtmlFormat.Appendable]] with Template1[FieldElements, play.api.templates.HtmlFormat.Appendable]

Inherited from AnyRef

Inherited from Any

Ungrouped