LiftRules.jsArtifacts = // your own implementation of JSArtifacts
trait

If you just want to disable LiftGC just set:

LiftRules.enableLiftGC = false // and the script above will not be
generated.

Disabling JQuery for a given page .... hmmm you also have
LiftRules.autoIncludeAjax and LiftRules.autoIncludeComet which are
functions that will receive a LiftSession and returns a boolean



Br's,
Marius

On May 27, 3:50 am, KaniniPazham <mohan.narayanasw...@credit-
suisse.com> wrote:
> I am using  "Archetype basic" and in my form, I am trying to integrate
> with Google Transliteration API. So in one of the page, I would like
> to disable jQuery as it conflicts with google Transliteration API.
>
> I found following function is generated and added automatically, they
> are not in my template.
>
> </div><script type="text/javascript">
> // <![CDATA[
> jQuery(document).ready(function() {lift_successRegisterGC();});
> var lift_page = 'F27052369736502T';
> // ]]>
> </script></body>
>
> How could I disable generating such a automatic jQuery script?
> How could I disable jQuery for whole LiftApplication?
> How could I disable jQuery for only one page?
>
> Extremely sorry if the above questions are simple and stupid. Except
> Core-java, everything is new to me.
>
> Mohan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to