XStandard XHTML (Strict or 1.1) WYSIWYG Editor

XStandard - Do it right. The rest will follow.

How do I Open or Save documents?

XStandard is a form control, and like other form controls (such as textfields, listboxes, radio buttons, etc.), the editor has no independent Open or Save button. Instead, it is the parent application (a content management system using XStandard) that programmatically loads content into and retrieves content from the editor.

The following are examples of how to programmatically load content into and get content out of XStandard, in Web and desktop environments.

Web Environment

Put Content Into The Editor

Content is loaded into the editor via a <param> tag. For example:

  1. <param name="Value" value="Hello World!" />

Note, when you put content into the Value <param> tag, the content needs to be HTML escaped.

Get Data From The Editor

Server-side scripts read data from the editor just as they would from any other form control in an HTTP POST. For example, an ASP script would read data from the editor like this:

  1. Request.Form("xhtml1").Value

Desktop Application Environment

Put Content Into The Editor

Content is loaded into the editor via the Value property. For example, a Visual Basic application would load content into the editor like this:

  1. XHTMLEditor1.Value = "Hello World"

Get Data From The Editor

The host application would read data from the editor via the Value property. For example, in a Visual Basic application, this is done using:

  1. MsgBox XHTMLEditor1.Value

Navigation

XStandard works for ...

AT&T, IBM, Microsoft, Xerox, Siemens, Philips, American Express, BP, HarperCollins Publishers, Penton, Colgate, FAA, NetIQ, Duke University Health System

What's New In XStandard Version 2.0

  • Support for OS X
  • Keyboard accessible interface
  • Find / replace
  • Support for JavaScript events
  • Enhancements to image and attachment libraries
  • Enhancements to table creation
  • Support for authoring definition lists
  • Ability to save images from the editor to My Computer

Full details on all new features

Most Popular FREE Downloads

  1. XStandard WYSIWYG Editor
  2. HTTP component
  3. ZIP component
  4. Image size component
  5. Base64 component