Extending Web Client
Navigation Menu
{{ message }}
AtomGraph / Web-Client Public
- Notifications You must be signed in to change notification settings
- Fork 14
Martynas Jusevičius edited this page
Sep 18, 2019For a sample Hello World kind of application using Web-Client, check out sample blog app.
XSLT
-
xsl:importexternal.xsl from your stylesheet (e.g.layout-xhtml.xsl) -
configure the location of that stylesheet in
web.xml:<init-param> <param-name>http://atomgraph.com/ns/client#stylesheet</param-name> <param-value>static/com/atomgraph/blog/xsl/layout-xhtml.xsl</param-value> </init-param> -
see what kinds of templates you can reuse or override
Clone this wiki locally