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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0a HTMLEditor needed?a HTMLEditor needed?
Previous
 
Next
New Post
5/20/2010 3:45 AM
 
Hi Guys,

Does anyone know an HTMLEditor to use in DNN ?   I used the AjaxControlToolkit.HtmlEditor but it seems there is NO image upload within this control. I then found the http://www.jiffycms.net/default.aspx editor, but this is not working in DNN environment. I'm missing the icons here.

We use DNN05.01.04

Can someone please advice ?

thanks,

mesut
 
New Post
5/20/2010 10:19 AM
 
Why not just use the DNN TextEditor user control that uses the same editor that the Text/HTML module does.  Which in your case would be the Telerik editor.

-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
5/21/2010 6:07 AM
 
Hi Mitchel Sellers

thanks for replying.  Ok I understand create a page and add HTML module from the module list.

But my page looks like this....

- 20 labels + fields e.g. naam, adres
-    Htmleditor....
- 15 fields + fields
- Save button

When you click the save button it should save the fields to the database en htmleditor.TEXT (contents) to a field in the database.

so I need to use an HTMLEditor with the usercontrol.... so that I can get the contents programmatically ?

Do you know how to achieve this with DNN HTML module? I can't add extra fields in the editor and do some C# programming work in code-behind.

In fact I can do this with Ajaxtoolkit.HTMLEditor... and it works fine.... But the problem is there is no IMAGE button in this control....

thanks for your advice?

thanks

mesut


e.g.

<tr>
   <td>
        <asp:Label runat="server" ID="lblName" Text="Name" />
  </td>
  <td>
       <asp:TextBox runat="server" ID="txtName" />
  </td>
</tr>
<tr>
  <td>
     <HTMLEditor:Editor runat="server" ID="HtmlEditor1" Height="300px" Width="100%" ActiveMode="Design" />
   </td>
</tr>


code behind:
//move htlm to a database field
  database.field1 = Htmleditor1.Content...

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0a HTMLEditor needed?a HTMLEditor needed?


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