[CLOSED] HTMLEditor - more granular control over font size

  1. #1

    [CLOSED] HTMLEditor - more granular control over font size

    See code below, the middle font uses style to set the size instead of the size attribute. This allows me to pick a more granular size. Is it possible to have the editor set the style instead of the size attribute without going into source mode?

    <font size="2pt">Sample Text</font><br>
    <font style="font-size:11pt">Sample Text</font><br>
    <font size="3pt">Sample Text</font><br>
    Last edited by Daniil; Dec 12, 2011 at 2:56 PM. Reason: [CLOSED]
  2. #2
    Hi,

    As far as I can see there is no such function.

    You could look into these HtmlEditor plugins.
    http://www.sencha.com/forum/showthre...Editor.Plugins

    But I'm not sure you will find that you need. Anyways, you should take a key to implement your requirement.

Similar Threads

  1. Font Size Change
    By megang in forum 1.x Help
    Replies: 1
    Last Post: Apr 09, 2012, 10:02 AM
  2. [CLOSED] increase font size
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 29, 2011, 7:04 AM
  3. [CLOSED] reduce button font size
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 13, 2011, 10:32 AM
  4. [CLOSED] how to change grid font size
    By sharif in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 16, 2010, 1:35 PM
  5. [CLOSED] RowEditor font size
    By sharif in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 02, 2010, 4:08 PM

Posting Permissions