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...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorFCK editor not returning updated text? (DNN453)FCK editor not returning updated text? (DNN453)
Previous
 
Next
New Post
6/26/2007 7:50 PM
 

I have a problem with the FCK Editor in a module I am creating in DNN453 - When the user clicks the update button the editor is returning the original text, not the updated text

Code looks something like this:

Page_Load {
    if !Page.IsPostBack() {
        LoadData();
    }
}

LoadData(){
    txtEditor.Text = obj.Description;
}

SaveData(){
    obj.Description = txtEditor.Text; // this always returns the original text for some reason
}

updateButton_Click(){
   SaveData();
}

What ever the user types into the editor is not being returned inside of SaveData - any ideas what might be wrong?

JK.


You know your website is cool, so why not let your users help you by spreading the word on social networking sites - get the DotNetNuke Social Bookmarks Module with 57 different ways to add social bookmarks to your site ... or download the FREE demo right now
 
New Post
6/26/2007 7:59 PM
 

What way are you checking that???

Maybe posting your real code could help.

A good idea could be to use the text/html module as a startup sample.


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
6/26/2007 8:11 PM
 

I found the answer in this thread ... if the user control that contains the FCK editor has supportspartialrendering=true, then the editor will not return the correct text on a partial postback, instead you must do a full postback by using

AJAX.RegisterPostBackControl(btnUpdate)

Thanks, JK.


You know your website is cool, so why not let your users help you by spreading the word on social networking sites - get the DotNetNuke Social Bookmarks Module with 57 different ways to add social bookmarks to your site ... or download the FREE demo right now
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorFCK editor not returning updated text? (DNN453)FCK editor not returning updated text? (DNN453)


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