Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsHTML Virtualizer - renders...not HTMLHTML Virtualizer - renders...not HTML
Previous
 
Next
New Post
5/6/2010 12:17 PM
 
OK, I thought this would be easy but I am running into a problem with the reports module.  SQL is returning data fine, have HTML Template Virtualizer selected and my html template file is simple as can be

<table>
    <tr>
        <td>
            <img src="[CoverImage]" />
        </td>
        <td>
            <div class="Bio">
                [PublicationDate]</div>
            <div class="ArticlePageTitle">
                [IssueName]</div>
            [Description]
        </td>
    </tr>
</table>

But when it render the html is converted into
&lt;table&gt; &lt;tr&gt; &lt;td&gt; &lt;img src="Cover_Images/Desert.jpg" /&gt; &lt;/td&gt; &lt;td&gt; 
 &lt;div class="Bio"&gt; 3/1/2010 12:00:00 AM&lt;/div&gt; &lt;div class="ArticlePageTitle"&gt; Making Cents!&lt;/div&gt; &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean at egestas sapien. Suspendisse sed arcu sodales est tristique ullamcorper et sed tellus. Nam tempor ipsum a nunc congue quis pulvinar dui bibendum. Proin varius, lorem eget fermentum suscipit, turpis dui interdum turpis, ut porta turpis risus nec urna. Vivamus adipiscing iaculis enim eget cursus. Aenean vestibulum venenatis dui, vitae.&lt;/p&gt; 
 &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; 
Now comes the interesting part...when I remove the fields I use in the template from the sql, so that the tokens are empty it provides proper HTML

<table> <tbody><tr> <td> 
 <img src="[CoverImage]"> </td> <td> <div class="Bio"> [PublicationDate]</div> <div class="ArticlePageTitle"> [IssueName]</div> 
 [Description] </td> </tr> </tbody></table> 

Any Thoughts?

 
New Post
10/29/2011 4:51 PM
 
I figured out that simple css scripting works fine - so long as the cASe of the tokens matches the table column names.



[TitleLink]

[SiteDescription]

[SiteLink]

Tags: [SiteTags]


 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsHTML Virtualizer - renders...not HTMLHTML Virtualizer - renders...not HTML


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out