XStandard XHTML (Strict or 1.1) WYSIWYG Editor

XStandard - Do it right. The rest will follow.

Locking

In WYSIWYG mode, areas of content can be locked (made read-only). Elements can be locked by specifying the following CSS vendor-specific extension:

NameValuesInitial valueApplies toInherited?PercentagesMedia groups
-xs-lockyes | no | true | false | inheritnoallyesn/aall

The following example locks all elements except an element with ID "content":

  1. body {
  2. color: black;
  3. background-color: white;
  4. -xs-lock: yes;
  5. }
  6. #content {
  7. border: 1px dashed red;
  8. -xs-lock: no;
  9. }

The -xs-lock property can be added to a CSS file that is referenced by the following <param> tag:

  1. <param name="CSS" value="http://yourserver/format.css" />

Or it can be added to an editor specific CSS file referenced by the following <param> tag:

  1. <param name="EditorCSS" value="http://yourserver/editor.css" />

Locking properties can also be applied at run-time. Here is a Visual Basic example:

  1. XHTMLEditor1.EditorCSS = "h1 {-xs-lock: yes}"

Navigation

XStandard works for ...

AT&T, IBM, Microsoft, Xerox, Siemens, Philips, American Express, BP, HarperCollins Publishers, Penton, Colgate

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