Save HTMLEditor content and then display it in a textbox

  1. #1

    Save HTMLEditor content and then display it in a textbox

    Hi,
    I need your help here. I am using HtmlEditor to add some comments in my application. This information saves in a database. I would like to display the information in the same format in textbox, or a label .......

    Is it possible? or is it possible to use htmleditor but hide its toolbox?

    thanks for your help.
    Kamal
  2. #2

    RE: Save HTMLEditor content and then display it in a textbox

    Hi,

    See the following topic to hide toolbar
    http://forums.ext.net/showthread.php...6528-16-1.aspx
  3. #3

    RE: Save HTMLEditor content and then display it in a textbox

    Thanks for your prompt reply and the link.
  4. #4

    RE: Save HTMLEditor content and then display it in a textbox

    hi,you can use Extjs to operate

    like this:
    Ext.getCmp("txtContent").setValue(content);

Similar Threads

  1. Replies: 3
    Last Post: Sep 08, 2011, 5:38 AM
  2. [CLOSED] Submitting Html Content from an HtmlEditor
    By ilanga in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 12, 2010, 11:27 AM
  3. How to get the content from htmlEditor?
    By ozayBK in forum 1.x Help
    Replies: 2
    Last Post: Jan 29, 2010, 3:18 PM
  4. How to Save Grid Content
    By nanosassa in forum 1.x Help
    Replies: 1
    Last Post: May 09, 2009, 12:29 PM
  5. Replies: 1
    Last Post: Dec 25, 2008, 6:32 AM

Posting Permissions