
ross
Staff
/ Moderator

Mar 19, 2006, 4:31 PM
Post #3 of 7
(4153 views)
Shortcut
|
|
Re: [BillG] Article Template Problem
[In reply to]
|
Can't Post
|
|
Hi Bill. Thanks for posting! The thing you are running into here is that the $art_field$ placeholders aren’t directly available to the image templatecells. What you could do on the article template though, is save the $art_title$ as a JavaScript variable at the top of the page and then load it in the templatecell. Does that make sense? The _ue is what we call a placeholder modifier. There are a couple different ones that will effect the content of a placeholder. They will try to make sure the placeholder’s data shows up where you are using properly. Here’s a list of the different ones you can use: In links, append _ue <a href="$art_field7_ue$"> In form values, append _he <input name="x" value="$ art_field7_he$"> In javascript, append _je <script>document.write("$art_field7_je$");</script> Does that help? Let me know if you need anymore details . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting: http://www.interactivetools.com/consulting/
(This post was edited by ross on Mar 19, 2006, 4:41 PM)
|