dojoType - Dojo Type

Specifies the default Dojo type for creating a control.

Category

dojo

Syntax

dojoType="type"

Usage

In Design mode, click the Dojo tab under Properties and look for Dojo type, or click All Properties and look for dojoType under dojo.

The CKEditor (http://ckeditor.com) is the default rich text editor for a rich text control. To change to the Dojo rich text editor, set this property to ibm.xsp.widget.layout.RichText.

Examples

This Rich Text control uses the Dojo editor.
<xp:inputRichText id="inputRichText1"
	value="#{document1.body}" dojoType="ibm.xsp.widget.layout.RichText">
</xp:inputRichText>