| |
From this page, you can access two online demos of the WPF Text Editor, showing you the Standard and the Office2007 like skin.
The demos are realized in XBAP (Xaml Browser Application) format and run within the browser. They include most of the WPF application functionalities of the WPF application, with some exceptions due to security limitations: import of .docx and .rtf files, paste text, custom colors definition.
To run the xbap demos, you will need to install the Microsoft .Net 3.5 SP1 Framework runtime. | Run the Standard Skin Online Demo to discover the functionalities of the WPF Text Edtor component.
Try the .txt files import or type some text and apply it some special formatting:
- bold or italics, color, background;
- change the paragraph settings;
- change the page settings;
- insert a list of items.
Insert tables and manage them:
- insert contents
- manage the cell properties: grid, backgroud, padding
- insert or delete rows and columns
- try the drag&drop functionality for managing the columns width
Insert images and hypertext links |  |
| Run the Office2007 Skin Online Demo to discover the custom skinning capabilities of the WPF Text Editor component.
Every part of the component can be completely customized: background, menu, right panel.
The definition of new skin is easy: just redefine the component items properties in the correspondent .xaml file.
The component can also be fast localized: you just have to add a new resource file for each new language and to set the value for each entry! |  |
|
|