What HTML Tags are supported?
Posted: Sun Jan 05, 2014 8:13 pm
Hello,
we consider using FCKEditor/CKEditor (http://ckeditor.com/) for
a ASP.Net MVC based application.
We want your users to edit text in a Word-ish way - including
RTF style look&feel. CKEditor can even include application internal
references to images.
I have three questions on Stimulsoft Reports.Net:
1) What HTML Tags are supported?
This is a sample form the CKEditor demo:
2) For the reporting we'd really like to avoid URL calls e.g. for the images.
Is it possible to use inline img tags like it is used for CSS spriting?
Example:
3) Would it be better to somehow transfer the HTML stuff in a RTF format?
Thx a lot!
we consider using FCKEditor/CKEditor (http://ckeditor.com/) for
a ASP.Net MVC based application.
We want your users to edit text in a Word-ish way - including
RTF style look&feel. CKEditor can even include application internal
references to images.
I have three questions on Stimulsoft Reports.Net:
1) What HTML Tags are supported?
This is a sample form the CKEditor demo:
Code: Select all
<h1><img alt="Saturn V carrying Apollo 11" class="right" src="http://b.cksource.com/a/1/img/sample.jpg" /> Apollo 11</h1>
<p><strong>Apollo 11</strong> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p>
Is it possible to use inline img tags like it is used for CSS spriting?
Example:
Code: Select all
<img src="data:image/gif;base64,R0lGODlhmwDFAPcAAAAAAAEBAQICAgM...">
Thx a lot!