Jeff Barrett wrote:
>I've got requirements to display "text" in a webpage that users can copy
>and paste elsewhere. This will be easier for users if our
>header/footer/side nav are absent and only the text they copying is
>present. So is there a way to perhaps disable turbine processing for a
>particular URL?
>
>Thanks,
>+jeff
>
>--
>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
For Turbine 2.1 (I don't know enough about newer versions), one can use
$data.setLayoutTemplate("/MyTextOnlyLayout.vm") in a template.
Then you can place a Layout in your templates/layouts/ directory, called
MyTextOnlyLayout.vm, which would only contain :
"$screen_placeholder"
(which is the actual output from your template).
St�phane
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>