mojoPortal

 

Form Wizard Pro Display Settings

There are several properties of the Form Wizard Pro add on feature that can be configured from the theme.skin file in the skin folder.

To use these properties you must first add this near the top of the theme.skin file if it does not already exist there:

<%@ Register Namespace="sts.FormWizard.Web.UI" Assembly="sts.FormWizard.Web.UI" TagPrefix="stsfw" %>

Then you can configure the available properties which are shown below with their default values:

<stsfw:FormWizardDisplaySettings runat="server"
TextAreaRows="7"
TextAreaCols="60"
HtmlTextAreaRows="7"
HtmlTextAreaCols="60"
HtmlHeight="150"
HtmlEnableSanitization="false"
HtmlIncludeCopyPaste="true"
HtmlIncludeUndoRedo="true"
HtmlIncludeBoldItalicUnderline="true"
HtmlIncludeLists="true"
HtmlIncludeJustify="false"
HtmlIncludeRemoveFormat="true"
HtmlIncludeLinkUnlink="true"
/>

 

https://www.mojoportal.com/form-wizard-pro-display-settings