Package

org.danielnixon.progressive.play

views

Permalink

package views

Twirl wrappers around ScalaTags views.

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

Value Members

  1. object Html

    Permalink

    Based on play.twirl.api.Html but overloads apply to also support ScalaTags.

  2. implicit def fragToHtml(frag: scalatags.Text.all.Frag): Html

    Permalink

    Implicit conversion from a ScalaTags Frag to a Twirl Html.

  3. implicit def htmlToFrag(html: Html): scalatags.Text.all.RawFrag

    Permalink

    Implicit conversion from a Twirl Html to a ScalaTags Frag.

  4. def progressiveForm(action: Call, settings: FormSettings, attributes: Seq[(String, String)] = Nil)(html: Html): Html

    Permalink
  5. def progressiveLink(action: Call, settings: LinkSettings)(html: Html): Html

    Permalink
  6. def progressiveSubmitButton(action: Call, settings: SubmitButtonSettings)(html: Html): Html

    Permalink
  7. def progressiveTarget: Html

    Permalink
  8. def refresh(url: Call, interval: Option[Int] = None, attributes: Seq[(String, String)] = Nil)(html: Html): Html

    Permalink
  9. def refreshContent(html: Html): Html

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped