On Thu, Mar 26, 2009 at 9:56 AM, lyifan <liuyifan...@gmail.com> wrote:

> Hi there,

Hi!

> Is it possible to remove default css and java files from T5.

Removing CSS is easy: take a look at the tapestry.default-stylesheet
configuration symbol at
http://tapestry.apache.org/tapestry5/guide/conf.html. Well, it is not
exactly removing, but you can provide you own CSS file to be used in
place of the default Tapestry one.

Removing JavaScript is another issue completely. The Tapestry AJAX
support depends on the Tapestry JavaScript files, of course, so does
the components that use JavaScript. This is an awful lot of JavaScript
to replace and I can't think of a good reason to do that. On the other
hand, if a given page is not using components that use JavaScript or
AJAX, Tapestry's JavaScript is never included and then this is not an
issue for you.

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to