Name |
Ceylon HTML Platform Module |
---|---|
Category |
SDK
The Ceylon SDK |
Backends | JVM JavaScript |
Maven coordinates | |
Compatible Ceylon release |
JVM: 1.1.0 (outdated) JavaScript: 1.1.0 (outdated) |
Published | Oct 8, 2014 |
Stats |
Downloads (JVM): 1564 Downloads (JS): 353 Source downloads: 945 |
Authors |
Daniel Rochetti |
Description |
This module allows you to write HTML templates for both server and client using only Ceylon. |
Dependencies | |
Usage |
import ceylon.html "1.1.0"; $ ceylon run ceylon.html/1.1.0 <property name="ceylon.home" value="…"/> <property name="ceylon.ant.lib" value="${ceylon.home}/lib/ceylon-ant.jar"/> <path id="ant-tasks"> <pathelement path="${ceylon.ant.lib}"/> </path> <typedef resource="com/redhat/ceylon/ant/antlib.xml" classpathref="ant-tasks"/> <target name="run"> <ceylon-run module="ceylon.html/1.1.0"/> </target> |
Module links |
Members Imported By Home Code repository Issue tracker Browse Download .car Download .js Download source archive Download module documentation View API documentation |