[Dart] Changing DART Look and Feel.
Miller, James V (GE, Research)
millerjv at crd.ge.com
Wed Oct 3 10:56:40 EDT 2007
Munna,
Dart2 uses a template engine to build the these pages. This is
described in Chapter 6 of the Dart2 manual. Basically, you can copy a
template from the project's DefaultTemplates directory into the
project's LocalTemplates directory. Then edit the version in
LocalTemplates. When you start Dart with -refresh, the LocalTemplates
version will be copied into the Templates directory that Dart uses in
constructing a page.
You will want to familarize yourself with the FreeMarker template syntax
to access variables to put in the page.
The toplevel Dashboard is built from the template Dashboard.ftl. In
Dart, there is basically one template per page (Dashboard page, Build
page, Test page, ...). These template pages are served by a single
servlet which pulls data from the database to make it available to the
template.
Jim
________________________________
From: dart-bounces+millerjv=crd.ge.com at public.kitware.com
[mailto:dart-bounces+millerjv=crd.ge.com at public.kitware.com] On Behalf
Of Asaraf Ali, Mohammed Munawar (GE Healthcare)
Sent: Wednesday, October 03, 2007 6:07 AM
To: dart at public.kitware.com
Subject: [Dart] Changing DART Look and Feel.
Hi All,
Iam a beginner to DART tool and i would like to know how to change
the default look and feel of the DART tool.
Like how to edit the Build column and how to edit the test column
etc.
Regards
Munna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/dart/attachments/20071003/945eb8f1/attachment.htm
More information about the Dart
mailing list