All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperscala.examples.ui.BasketJSExample.scala Maven / Gradle / Ivy

package org.hyperscala.examples.ui

import org.hyperscala.examples.Example
import org.hyperscala.html._
import org.hyperscala.ui.BasketJS
import org.hyperscala.web._

/**
 * @author Matt Hicks 
 */
class BasketJSExample extends Webpage with Example {
  this.require(BasketJS)

  body.contents += new tag.P {
    contents += "BasketJS (http://addyosmani.github.io/basket.js/) provides the capability of caching JavaScript files in localstorage in the browser. This module wrapper ties into Hyperscala so all script tags added to Head are removed and referenced via BasketJS and all inline scripting occurs after those scripts have loaded successfully."
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy