Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created April 3, 2011 17:44

Revisions

  1. wfaler created this gist Apr 3, 2011.
    8 changes: 8 additions & 0 deletions SqueryWidgetPage.scala
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    import org.bowlerframework.view.squery.{Component,MarkupContainer}


    class SqueryWidgetPage(component: MarkupContainer) extends Component{

    $(".tabs-container").contents = component.render

    }