XStandard XHTML (Strict or 1.1) WYSIWYG Editor

XStandard - Do it right. The rest will follow.

Step 3 - Loading Data Into XStandard

Your content management system will probably store content in a database. In order to load this content into XStandard, your server-side script (ASP, PHP, ColdFusion, etc.) will read content from the database and put it into the <param> tag called "Value". This is an ASP example:

  1. <object type="application/x-xstandard" id="editor1" width="100%" height="400">
  2. <param name="Value" value="<%=Server.HTMLEncode(strXHTML)%>" />
  3. </object>

In this example, the variable strXHTML contains the content from the database. Note, the content needs to be HTML escaped before it is loaded into the <param> tag. In ASP, this is done using the Server.HTMLEncode() function. See Examples for how to do this in ASP.NET, PHP, ColdFusion and JavaServer Pages.

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