| Custom fonts
|
| |
|
<%@ Register TagPrefix="ed" Namespace="OboutInc.Editor" Assembly="obout_Editor" %>
|
By default Editor has some default fonts set.
Inside the Editor component you can define your own fonts set using inner FontNames collection. In this collection you can list
the font names and font families that you want to use.
See also Custom fonts.
| |
|
Editor's object for FontNames collection
OboutInc.Editor.FontNamesItem
|
This object has following public properties:
-
Name - String. Name to be appeared in Font selection of the top toolbar
-
Family - String. Font family
|
|
|
|
|
Sample ASP.NET
<ed:Editor id="editor" runat="server" > <FontNames> <ed:FontNamesItem Name="Verdana" Family="verdana,arial,helvetica,sans-serif" /> <ed:FontNamesItem Name="MS Sans Serif" Family="MS Sans Serif,sans-serif,tahoma" /> <ed:FontNamesItem Name="WebDings" Family="webdings" /> </FontNames> </ed:Editor >
| |
|
| "Your TreeView component with the use of the Tree DB component are a real winner.
I am using this with my CMS applications that allow the user to order
the documents with a simple drag and drop.
It's brilliant and my clients now have a more intuitive application." |
Ben de Groot |
|
| |
|