Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created April 3, 2011 17:44
Show Gist options
  • Save wfaler/900607 to your computer and use it in GitHub Desktop.
Save wfaler/900607 to your computer and use it in GitHub Desktop.
SqueryWidgetPage.scala
import org.bowlerframework.view.squery.{Component,MarkupContainer}
class SqueryWidgetPage(component: MarkupContainer) extends Component{
$(".tabs-container").contents = component.render
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment