Hi,

If you want to export tmpl_context vars in js, you can do this by
calling your vars like that (it can only work in a template, not in
a .js file because genshi or Mako do not pars any vars in the public
folder):

<script type="text/javascript">
var imported_tmpl_var = ${c.tmpl_var}
</script>

Damdamdeshauts

On Jan 9, 6:17 am, Sanjay <[email protected]> wrote:
> Like to know any plans on this...
>
> Sanjay
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to