What's New in 2008 v2
New Features
The following enhancements were made to ComponentOne WebEditor for ASP.NET in the 2008 v2 release of the ComponentOne Studios.
• Users can remove and edit hyperlinks using the context menu at run time. See the Editing a Hyperlink and Removing a Hyperlink topics for more information.
• Input validation for the Insert Table and Edit Table dialog boxes has been added to C1WebEditor.
• The Insert Special Character dialog box now divides the special characters into three categories: Punctuation, Symbols, and Diacritics. This allows users to easily find the character or symbol they are looking for.
• The Preview dialog box now allows users to preview C1WebEditor page by page, if there are multiple pages (if a print page break was inserted, for example). A Split Pages option is also provided to allow users to preview mutliple pages on one page or to split the preview into multiple pages.
• Users now have the ability to use external custom dialog boxes with C1WebEditor. They can simply include their .html files containing the defined custom dialog boxes in a folder within their project and then specify the folder using the EditorDialogsPath property. For more information, see Using Custom Dialog Boxes.
• Several new embedded dialog boxes that load on AJAX request have been implemented in C1WebEditor. The dialog boxes include:
Insert Table |
Insert Link |
Edit Table |
Special Characters |
Image Browser |
Find and Replace |
Preview |
Tag Inspector |
For more information on accessing the dialog boxes, see Using Custom Dialog Boxes.
• Several new buttons have been added to the Formatting toolbar, and their correspoding commands have also been added to C1WebEditor:
Button |
Corresponding Command |
Insert Break |
InsertBreak |
Insert Paragraph |
InsertParagraph |
Insert Print Page Break |
InsertPrintPageBreak |
For more information, see Formatting Toolbar Buttons.
• Several new buttons have been added to the Common toolbar, and their correspoding commands have also been added to C1WebEditor:
Button |
Corresponding Command |
Preview |
Preview |
Find and Replace |
FindAndReplace |
Insert Hyperlink |
InsertLink |
Insert Special Character |
SpecialCharacters |
Image Browser |
ImageBrowser |
Tag Inspector |
TagInspector |
For more information, see Common Toolbar Buttons.
Class Members
Below are the most recent members added to C1WebEditor:
• New properties
Member |
Description |
ImageBrowserPathProperty |
Path to folder where images for the ImageBrower are stored. |
EditorDialogsPathProperty |
Path to folder containing custom dialog boxes. Note that if a dialog box is not found in this folder, then C1WebEditor will use the corresponding embedded dialog box. |
• New client-side methods
Client-side method |
Description |
public void UnLink() |
Executes Unlink command |
public void EditLink() |
Executes EditLink command. |
public bool CanUnLink() |
Returns True if UnLink action is allowed. |
public bool CanEditLink |
Returns True if EditLink action is allowed. |
showTagInspector |
Call this method to show the Tag Inspector dialog box. |
• New client-side property
Client-side property |
Description |
public bool PreventBaseAbsoluteUrls {get; set;} |
This property prevents converting relative URLs to absolute. The default value is True. |
|