Skip to content Skip to sidebar Skip to footer
Showing posts with the label Scala

How To Pass A Script To Main.scala.html - Play! 2

I am trying to pass javascripts specific to a page as a parameter to the main template. This is wha… Read more How To Pass A Script To Main.scala.html - Play! 2

How To Apply Javascript To Html Simulating A Browser

I've already searched on the Internet how to 'create' a simple headless browser, becaus… Read more How To Apply Javascript To Html Simulating A Browser

Playframework Html, Variable Into Javascript?

Imagine a simple Play Action defined as def reactTest = Action { request => Ok(views.html.he… Read more Playframework Html, Variable Into Javascript?