Morfik Controls - Wysiwyg

From Morfikwiki.com

Jump to: navigation, search
Figure 1 – A Wysiwyg control.

The Wysiwyg control allows the user to enter formatted text.

Contents


[edit] Usage

The Wysiwyg control allows the user to enter formatted text.

[edit] Frequently used Properties

The following is a list of the most commonly used properties of the Wysiwyg control with a short description of their function.

[edit] Text

Text is the most frequently used property of a Wysiwyg control as it allows setting and reading of the content (all the text) that is displayed by the control.

[edit] Other Properties

The following is a list of less-commonly used properties of the Wysiwyg control with a short description of their function.

[edit] BorderColor

The BorderColor property specifies the color that should be used for drawing a rectangular border around the Wysiwyg control. Note: the border will not be visible unless the BorderStyle and BorderWidth properties are also set.

[edit] BorderStyle

The BorderStyle property specifies the line style that should be used for drawing a rectangular border around the Wysiwyg control. Note: the border will not be visible unless the BorderColor and BorderWidth properties are also set.

[edit] BorderWidth

The BorderWidth property specifies the width of a rectangular border to be drawn around the Wysiwyg control. Note: the border will not be visible unless the BorderColor and BorderStyle properties are also set.

[edit] Color

The Color property is used to set the color in which the background parts of the Wysiwyg control will be drawn.

[edit] Cursor

The Cursor property, if set, causes the appearance of the mouse cursor to change as it moves over the control.

[edit] Font

The Font property has no effect for the Wysiwyg control.

[edit] Height

The Height property specifies the vertical extent of the Wysiwyg control. Note: if the CanGrow or CanShrink properties are set, the actual height of the TextLabel at run time may be different.

[edit] Hint

The Hint property, if set, specifies the text of a tooltip that is displayed when the end user moves the mouse cursor over the Wysiwyg control.

[edit] HorizontalPlacement

The HorizontalPlacement property, if set, governs how the Wysiwyg control adjusts its size and position in response to changes in the horizontal dimensions of its parent.

[edit] Left

The Left property specifies the horizontal position of the Wysiwyg control in the form.

[edit] MaxLength

This property is not implemented in the current release.

[edit] Multiline

This property is not implemented in the current release.

[edit] Name

The Name property specifies the identifier used to reference the Wysiwyg control from browser- or server-side code.

[edit] Opacity

The Opacity property determines the extent to which the Wysiwyg control obscures any controls placed in its background. A value of 0 means that background controls are fully visible, whereas a value of 100 means that background controls are completely obscured.

[edit] ReplaceLineBreaks

This property is not implemented in the current release.

[edit] ShowAlignmentButtons

This property is not implemented in the current release.

[edit] ShowContextMenu

This property is not implemented in the current release.

[edit] ShowFormatButtons

This property is not implemented in the current release.

[edit] ShowWebButtons

This property is not implemented in the current release.

[edit] Top

The Top property specifies the vertical position of the Wysiwyg control.

[edit] VerticalPlacement

The VerticalPlacement property, if set, governs how the Wysiwyg control adjusts its size and position in response to changes in the vertical dimensions of its parent.

[edit] Visible

The visible property is used to make Wysiwyg controls visible or invisible.

[edit] Width

The Width property specifies the horizontal extent of the Wysiwyg control.

[edit] Events

The Wysiwyg control has no events.

[edit] See also

Personal tools