elm/Examples/elm-js/ChangeTitle
2012-06-28 03:49:16 -05:00
..
ChangeTitle.elm Add new examples showcasing JavaScript interaction. 2012-06-28 03:49:16 -05:00
ChangeTitleHelp.js Add new examples showcasing JavaScript interaction. 2012-06-28 03:49:16 -05:00
README.txt Add new examples showcasing JavaScript interaction. 2012-06-28 03:49:16 -05:00

To compile this example yourself use:

    elm --import-js="ChangeTitleHelp.js" ChangeTitle.elm

This compiles the Elm file and includes the necessary JavaScript code.
It produces a self-contained HTML file.