Updating Fieldset

  1. #1

    Updating Fieldset



    Hi How to update Fieldset so that it display Htmleditor text
    On my page i've got htmleditor and Fieldset.
    In codebehind am doing Fs.update(htmleditor.text).
    This one works but partially. It doesnt working if i make text Bold in Html editor.
    Text comes without Bold fonts in Fieldset

    Is their any other possibility to accomplish this?
  2. #2

    RE: Updating Fieldset

    Hi,

    Place ext:Label inside FieldSet and update label's Html property
  3. #3

    RE: Updating Fieldset

    Thanks for replying i did same but again Bold text comes out to normal when updating Label.

    <strong>Text </strong> comes Text only.
  4. #4

    RE: Updating Fieldset

    Hi,

    I think that 'strong' tag has such css preferences, try to add the following css rule to the page


    strong{font-weight: bold;}
  5. #5

    RE: Updating Fieldset

    Thanks mate it worked

Similar Threads

  1. Ext.NET v2 MVC demos needs updating.
    By rstpo in forum 2.x Help
    Replies: 0
    Last Post: Aug 02, 2012, 7:40 AM
  2. updating to ExtNet 1.0 from 0.8.2
    By unaltro2 in forum 1.x Help
    Replies: 6
    Last Post: Jun 03, 2011, 5:14 PM
  3. updating of pages
    By Daimon in forum 1.x Help
    Replies: 0
    Last Post: Nov 20, 2010, 6:06 PM
  4. updating texts on the fly
    By alexp in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 12, 2009, 8:12 AM
  5. Problems Updating from 0.6 to 0.7
    By NestorLeone in forum 1.x Help
    Replies: 2
    Last Post: Jan 20, 2009, 10:40 AM

Posting Permissions