| Custom font sizes
|
| |
|
<%@ Register TagPrefix="ed" Namespace="OboutInc.Editor" Assembly="obout_Editor" %>
|
By default Editor has some default font sizes set.
Inside the Editor component you can define your own font sizes set using inner FontSizes collection. In this collection you can list
the font sizes that you want to use.
See also Custom font sizes.
| |
|
Editor's object for FontSizes collection
OboutInc.Editor.FontSizesItem
|
This object has following public properties:
-
Name - String. Name to be appeared in Font size selection of the top toolbar
-
Size - String. Font size
|
|
|
|
|
Sample ASP.NET
<ed:Editor id="editor" runat="server" > <FontSizes> <ed:FontSizesItem Name="8 pt" Size="8pt" /> <ed:FontSizesItem Name="9 pt" Size="9pt" /> <ed:FontSizesItem Name="10 pt" Size="10pt" /> <ed:FontSizesItem Name="11 pt" Size="11pt" /> <ed:FontSizesItem Name="12 pt" Size="12pt" /> <ed:FontSizesItem Name="13 pt" Size="13pt" /> <ed:FontSizesItem Name="14 pt" Size="14pt" /> </FontSizes> </ed:Editor> | |
|
| "I'm very happy with the obout suite. The product is excellent!" |
Anfilofio Santos |
|
| |
|