Skip to content

Instantly share code, notes, and snippets.

@bfritz
Forked from wfaler/SqueryWidgetPage.scala
Created May 14, 2011 00:00
Show Gist options
  • Save bfritz/971527 to your computer and use it in GitHub Desktop.
Save bfritz/971527 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