Click or drag to resize

FieldProperties Properties

The FieldProperties type exposes the following members.

Properties
  NameDescription
Public propertyAccessKey
The key to use as a page short/accelerator for this field.
Public propertyAggregateType
The aggregate function to use when calculating mapper (datasheet) aggregate row values. If not specified, Sum is used. See AggregateType
Public propertyAliasName
The column name to use during select. A field may have any number of fields aliased to it.
Public propertyButton_BootModalOptions
Options for Bootstrap popup modal dialogs. See BootModalOptions
Public propertyButton_ButtonType
The button display type.
Public propertyButton_CellTypeAttributes
Attributes specific to button type fields. See CellButtonAttrs
Public propertyButton_Confirmation
Confirmation message to present to user before taking action.
Public propertyButton_DetailPane
Detail navigation should be to this pane in the specified LinkMOP.
Public propertyButton_FalseValues
Semi-colon delimited string of values that cause the field to treat the underlying value as False.
Public propertyButton_Icon
For Icon-style buttons, the path to the icon to use.
Public propertyButton_LinkFilterDescription
The description for the LinkFilterExpr, overriding the standard description. May include field references.
Public propertyButton_LinkFilterExpr
Filter expression to use when LinkBehaviorAttributes.UseLinkFilter is set
Public propertyButton_LinkKey
The RowKey to the related item.
Public propertyButton_LinkMOP
The Page to which to link.
Public propertyButton_LinkSource
An expression that resolves to a link for a button.
Public propertyButton_OnClick
Javascript placed on the button's onclick event. By default no postback is performed. Set the Postback CellTypeAttribute if a postback is also desired. Note that the script will be resolved for field expressions and embedded functions if, and only if, wrapped in a !fnResolve().
Public propertyButton_PagePopupType
When Popup CellAttribute is set, this specifies how the target page is to be popped up. See PagePopupType
Public propertyButton_PopupCssClass
A CSS class to be added to the popup container.
Public propertyButton_StatusText
Status text used in pop-up status messages.
Public propertyButton_TrueValues
Semi-colon delimited string of values that cause the field to treat the underlying value as True.
Public propertyButton_WindowOpenOptions
Options controlling the format of new browser windows. See WindowOpenOptions
Public propertyCalculatedValue
Javascript expression that represents the value for this field. (May include field references.)
Public propertyCaption
The field's caption. This value is used as the display text for the label of the field.
Public propertyCheckBox_CellTypeAttributes
Attributes specific to CheckBox fields. See CellCheckBoxAttrs
Public propertyCheckBox_FalseValues
Semi-colon delimited string of values that cause the checkbox to treat the underlying value as False (NOT checked)
Public propertyCheckBox_ImageClasses
The CSS classes to use with the imageChecked jQuery plugin. The plugin will be used if a value is provided. The checked and unchecked image class names should be separated by a pipe ("|") character. Typically each class should specify a background-image, width, and height.
Public propertyCheckBox_TrueFalseText
Text to display when field value is true or false, separated by a pipe ("|") character.
Public propertyCheckBox_TrueValues
Semi-colon delimited string of values that cause the checkbox to treat the underlying value as True (checked)
Public propertyChooser_CellTypeAttributes
Attributes specific to Email Chooser fields. See CellChooserAttrs
Public propertyChooser_Delimiter
Override the default selected item delimiter (";").
Public propertyChooser_OnDeselect
Javascript placed on the Chooser's OnClientDeselect event. Supports field references including the [~.] notation to get a reference to the current field.
Public propertyChooser_OnSelect
Javascript placed on the Chooser's OnClientSelect event. Supports field references including the [~.] notation to get a reference to the current field.
Public propertyCodeGenOptions
Options for affecting code generation for this field. See FieldCodeGenOptions
Public propertyColumnName
The actual column name in the underlying table.
Public propertyComboBox_CellTypeAttributes
Attributes specific to ComboBox fields. See CellComboBoxAttrs
Public propertyComboBox_DetailPane
Detail navigation should be to this pane in the specified LinkMOP.
Public propertyComboBox_LinkKey
The RowKey to the related item.
Public propertyComboBox_LinkMOP
The Page to which to link.
Public propertyComboBox_LinkSource
An expression that resolves to the URL for the linkable label associated with this ComboBox. Ignored if LinkMOP is specified.
Public propertyComboBox_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyControlName
The name of the control in the UserControl that should be bound to this field. By default, the field's KeyName is used.
Public propertyCssClass
The CssClass to use.
Public propertyCurrency_CellTypeAttributes
Attributes specific to Currency fields. See CellCurrencyAttrs
Public propertyCurrency_Culture
The Windows locale ID (LCID) or culture name (e.g. 2057 and en-GB respectively) for the currency, The value can be specified directly or using a field reference.
Public propertyCurrency_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyDatePicker_CellTypeAttributes
Attributes specific to DatePicker fields. See CellDatePickerAttrs
Public propertyDatePicker_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyDateTimePicker_CellTypeAttributes
Attributes specific to DateTimePicker fields. See CellDateTimePickerAttrs
Public propertyDateTimePicker_MinuteInterval
The interval, in minutes, between selectable minute values.
Public propertyDefaultValue
The default value for the field.
Public propertyDeleteBehavior
Specifies how mapper deletions should treat the table for which this field is the PK. Default indicates that the mapper should decide. Normally this property is managed in the Tables subform under Mappers. See FieldDeleteBehavior
Public propertyDescription
The field's description. This value is typically not used in the web application.
Public propertyDiscrim
The value or field reference to use as the Picklist discriminator.
Public propertyEmailAddr_AllowDelimited
If true, email addresses can be delimited with a comma (,) or semi-colon (;)
Public propertyEmailAddr_Bcc
The literal text or field expression ([field name]) to use as the Bcc.
Public propertyEmailAddr_Body
The literal text or field expression ([field name]) (or combination) to use as the Body.
Public propertyEmailAddr_Cc
The literal text or field expression ([field name]) (or combination) to use as the Carbon Copy.
Public propertyEmailAddr_CellTypeAttributes
Attributes specific to Email Address fields. See CellEmailAddrAttrs
Public propertyEmailAddr_EmailFromField
The field to use as the from address when sending an email.
Public propertyEmailAddr_EmailNameField
The field to use as the display name when sending an email.
Public propertyEmailAddr_Subject
The literal text or field expression ([field name]) (or combination) to use as the Subject.
Public propertyEmailAddr_To
The literal text or field expression ([field name]) (or combination) to use as the To. Note that names should be delimited with semi-colons.
Public propertyEmailAddr_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyEnumType
The fully-qualified enum type to use as the value type for this field in its TypedMapper.
Public propertyFieldBehaviorAttributes
Miscellaneous options affecting the behaviour of the field. See FieldBehaviorOptions
Public propertyFieldExportAttrs
Attributes specifying how this field should be handled during export processing (e.g. to Excel). See FieldExportAttrs
Public propertyFieldGroupingAttrs
Attributes specifying how mapper grouping should be performed on a specific field. See FieldGroupingAttrs
Public propertyFieldImportAttrs
Attributes specifying how this field should be handled during import processing. See FieldImportAttrs
Public propertyFieldSecurityAttributes
Field-level security options. See FieldSecurityAttrs
Public propertyFieldTableAttrs
Attributes specifying how the corresponding table should be handled. Typically applies to PK fields only. See FieldTableAttrs
Public propertyFilePath_CellTypeAttributes
Attributes specific to FilePath fields See CellFilePathAttrs
Public propertyFilePath_CreateThumbnail
Determines whether a thumbnail should be created for an image. The default is to always create a thumbnail.
Public propertyFilePath_DocumentType
Expression to use as the document type optionally including field references.
Public propertyFilePath_DontResizeSmallerThan
Don't resize images that are smaller than the given size in kB. Default is 120kB.
Public propertyFilePath_FileAccept
Specifies the types of files that the server accepts (that can be submitted through a file upload). Used to set the HTML input ACCEPT attribute on the field's FILE input.
Public propertyFilePath_FileDBField
The binary field in the mapper that stores the file.
Public propertyFilePath_FileDescription
Expression to use as the document description optionally including field references.
Public propertyFilePath_FileMimeTypeField
The name of the field specifying the mime type of the content. If not specified, defaults to application/octet-stream.
Public propertyFilePath_FilePathField
The name of the field specifying the file name.
Public propertyFilePath_FileUploadSource
The mechanism by which the user provides the upload file. See FileUploadSources
Public propertyFilePath_Folder
The virtual folder to use to store files.
Public propertyFilePath_ImageDBField
The binary field in the mapper that stores the resized image.
Public propertyFilePath_ImageFormat
The format of the output image. The default format is jpg. See ImageFileFormat
Public propertyFilePath_ImageOutputPath
The path where converted images are to be located after conversion.
Public propertyFilePath_ImageQuality
The quality of the converted image. The default quality for images is Medium. See ImageFileQuality
Public propertyFilePath_ImageSize
The size of the output image. Small:640, Medium: 800, Large: 1024, Very Large: 1280. The default size is Large. See ImageFileSize
Public propertyFilePath_MaxFileKB
The maximum upload file size, in KBytes.
Public propertyFilePath_MissingImageIndex
If a missing file image is desired, the 1-based index into the document service's MissingFileImages list.
Public propertyFilePath_StorageService
The document storage service to use. Requires that the UseDocService attribute be set.
Public propertyFilePath_ThumbDBField
The binary field in the mapper that stores the thumbnail image.
Public propertyFilePath_ThumbFormat
The format of the thumbnail image. The default format is jpg. See ImageFileFormat
Public propertyFilePath_ThumbPath
The relative path to the output path where thumbnails are created. The default subfolder is called Thumb.
Public propertyFilePath_ThumbQuality
The quality of the generated thumbnail. The default quality for images is High. See ImageFileQuality
Public propertyFilePath_ThumbSize
The size of the output image. Small:50, Medium: 100, Large: 200, Very Large: 300. The default size is Large. See ImageFileSize
Public propertyFilePath_Watermark
The text or picture to display when no picture value has been set.
Public propertyFileUploader_CellTypeAttributes
Attributes specific to FileUploader fields. See CellFileUploaderAttrs
Public propertyFileUploader_FileAccept
Specifies the types of files that the server accepts (that can be submitted through a file upload). Used to set the HTML input ACCEPT attribute on the field's FILE input.
Public propertyFileUploader_FileContentField
The sibling field in the mapper containing the file content. Depending on storage type this could be a document ID, binary data, or a file path. May be omitted if content is stored in this field.
Public propertyFileUploader_FileUploadSource
The mechanism(s) provided for the user to upload the file. See FileUploadSources
Public propertyFileUploader_MaxFileKB
The maximum upload file size, in KBytes.
Public propertyFileUploader_MissingImageIndex
If a missing file image is desired, the 1-based index into the document service's MissingFileImages list.
Public propertyFileUploader_StatusText
Status text used in pop-up status message during file upload.
Public propertyFileUploader_StorageService
The document storage service to use.
Public propertyFileUploader_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyFilterOptions
Options specifying field filtering availability and behaviour. See FieldFilterOptions
Public propertyFilterWidget
The custom FilterWidget component to use for this field.
Public propertyFind_AutoSuggestFields
A semi-colon separated list of fields in the search mapper against which to search when AutoSuggest is used.
Public propertyFind_CellTypeAttributes
Attributes specific to Find cells. See CellFindAttrs
Public propertyFind_FindCaption
The caption to use in the Find/MultiFind widget.
Public propertyFind_FindDefaults
A semi-colon separated list of fields=value pairs specifying default search criteria. The values may include field references and/or embedded functions.
Public propertyFind_FindDefaultSort
The default sort criteria to use when the find results are displayed
Public propertyFind_FindFields
A tag string of field in the format <destination field>=[source field];<destination field>=[source field]. If the destination and source are the same, you may omit the source field.
Public propertyFind_FindFilter
Filter to apply to the find.
Public propertyFind_FindFlavor
The flavor to apply to both the find criteria and find results. See Flavors
Public propertyFind_FindFullTextSearch
Specifies how Full-Text Search should be handled in Find and MultiFind. Overrides the corresponding UI feature setting. See FindFullTextSearch
Public propertyFind_FindKey
The RowKey to the related item. For link navigation only, may be overridden with LinkKey.
Public propertyFind_FindMOP
The Page to use for the find. For link navigation only, may be overridden with LinkMOP.
Public propertyFind_FindNoSearch
A semi-colon separated list of fields, normally searchable in the search mapper, that should not be searchable in Find the UI. Note that each field can include and =<text> qualifier for display purposes.
Public propertyFind_FindPageInstanceValues
A semi-colon delimited list of fields that exist on the same page as the find control. The value of these fields on the same page instance will be passed to the find dialog and potentially used for filtering. References to these instance values can be placed on FindFilter criteria using {} braces as the reference indicator. The Find will require that all such values are non-null/non-empty except those marked as optional with angle brackets (e.g. <first_name>). Standard reference syntax applies.
Public propertyFind_HeightWidth
The fixed height and width (in the form "height;width") to use for the datasheet area of an inplace Find widget.
Public propertyFind_LinkKey
The RowKey to the related item. Overrides FindKey which is otherwise used.
Public propertyFind_LinkMOP
The Page to which to link. Overrides FindMOP which is otherwise used.
Public propertyFind_NoTransaction
By default, the multi-find puts a transaction around the insert of items. Set this value to false to skip this step.
Public propertyFind_RepeatDelimiter
Set this delimiter to use when RepeatedSelect is enabled and selections should append to existing value.
Public propertyFind_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyFormat
The .Net data format for the field.
Public propertyGroup
Specifies the name of the group to which this field belongs. If the name corresponds to the key of a GroupBox field in this mapper then the fields will be rendered within that GroupBox.
Public propertyGroupBox_CellTypeAttributes
Attributes specific to GroupBoxes. See CellGroupBoxAttrs
Public propertyGroupingCaption
The text to use when the field is used for record grouping in a list. At this time field references are *not* supported.
Public propertyGroupingSpec
Specifies how rows are to be grouped when grouping in the datasheet.
Public propertyHeaderIcon
The image to use as the header picture.
Public propertyHideFlavor
The flavor(s) for which this field should be hidden. See Flavors
Public propertyHtml_CellTypeAttributes
Attributes specific to html type fields. See CellHtmlAttrs
Public propertyHtml_Height
The height of the control expressed in HTML units.
Public propertyHtmlEditor_CssFile
The CSS file to use for the HTML editor.
Public propertyHtmlEditor_EditModes
Specifies the HTMLEditor edit modes to be made available to the user when the field is writeable.
Public propertyHtmlEditor_Height
The initial height of the control.
Public propertyHtmlEditor_HtmlEditorNewLineMode
Controls the new line behavior in the HtmlEditor at the field level.
Public propertyHtmlEditor_Skin
The skin to use on the Html editor.
Public propertyHtmlEditor_ToolsFile
The XML file specifying which tools should be provided on the HTML editor's toolbar(s).
Public propertyHtmlEditor_Width
The initial width of the control.
Public propertyIcon_CellTypeAttributes
Attributes specific to Icon fields. See CellIconAttrs
Public propertyIcon_DetailPane
Detail navigation should be to this pane in the specified LinkMOP.
Public propertyIcon_ImageUrl
The url for the default image (relative to the root). This image will be overridden by any row-specific image.
Public propertyIcon_LinkKey
The RowKey to the related item.
Public propertyIcon_LinkMOP
The Page to which to link.
Public propertyIgnoreRowLock
Deprecated. Use IgnoreRowLock FieldBehaviorOptions enumeration. Ignore any mapper-level RowLock (has no effect on field-level RowLock).
Public propertyInfoLink
URL for additional information about this field.
Public propertyKeyFormat
The .Net data format for the field's key as used in a picklist. Applies only when a picklist is specified.
Public propertyLabel_CellTypeAttributes
Label specific attributes. See CellLabelAttrs
Public propertyLabelCaption
The HTML text to show as the label content for the field. Overrides Caption specifically for use on a field label in a detail form.
Public propertyLabelCssClass
The CSS class to use for the field's label.
Public propertyLabelOptions
Options controlling the presention of a field's label. See LabelOptions
Public propertyLink_CellTypeAttributes
Attributes specific to Link cells. See CellLinkAttrs
Public propertyLink_DetailPane
Detail navigation should be to this pane in the specified LinkMOP.
Public propertyLink_LinkKey
The RowKey to the related item.
Public propertyLink_LinkMOP
The Page to which to link.
Public propertyLink_LinkSource
An expression that resolves to the URL for the link.
Public propertyLink_OnClick
Javascript placed on the link's onclick event. Note that the script will be resolved for field expressions and embedded functions if, and only if, wrapped in a !fnResolve().
Public propertyLink_TargetFrame
The frame/window target in which to display the link.
Public propertyLinkBehaviorAttributes
Options specifying field link behaviour. See LinkBehaviorAttributes
Public propertyListBox_CellTypeAttributes
Attributes specific to ListBox fields See CellListBoxAttrs
Public propertyListBox_Rows
The number of rows to display in a list box. This can be a non-integer value, e.g. 1.5.
Public propertyListCaption
The display text to show as a column header in the datasheet.
Public propertyListCssClass
The CssClass to use when the field is in the list. This is appended to the CssClass value.
Public propertyListOptions
Options affecting behaviour of field in list views. See FieldListOptions
Public propertyLockFlavor
The flavor(s) for which this field should be locked (additive to other reasons for locking). See Flavors
Public propertyMapperSummary_CellTypeAttributes
Attributes specific to MapperSummary fields. See CellMapperSummaryAttrs
Public propertyMapperSummary_ContainerElement
Optional container element for the summary. For example, use "ul" to wrap the summary content in an HTML UL element.
Public propertyMapperSummary_FieldList
The semi-colon separated list of mapper field keys of fields to show in the summary. All fields are included if list is empty.
Public propertyMapperSummary_FieldOrder
The semi-colon separated list of mapper field keys in the order in which they should be presented in the summary. Other visible fields will follow.
Public propertyMapperSummary_Filter
The filter to use on the summary's mapper. The filter may contain references to other instance fields on other pages within the wizard.
Public propertyMapperSummary_Flavor
The flavor to use on the element's mapper. The Summary flavor will always be ORed in. See Flavors
Public propertyMapperSummary_HTMLSummaryFlags
Options controlling the look and feel of the summary. See HTMLSummaryFlags
Public propertyMapperSummary_Mapper
The mapper to use for this summary.
Public propertyMapperSummary_SummaryTemplate
The template to use for layout.
Public propertyMax
Maximum allowed value for the field. (May include field references)
Public propertyMaxLength
The maxiumn number of characters to accept into the field.
Public propertyMaxLengthTruncate
If a MaxLength is specified, the field's value should be truncated to that length automatically.
Public propertyMin
Minimum allowed value for the field. (May include field references)
Public propertyMultiSelect_CellTypeAttributes
Attributes specific to CellType MultiSelect. See CellMultiSelectAttrs
Public propertyMultiSelect_Delimiter
Override the default MultiSelect delimiter (";").
Public propertyMultiSelect_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyOnChange
Javascript placed on the control's onchange event. Note that the script will be resolved for field expressions and embedded functions if, and oly if, wrapped in a !fnResolve().
Public propertyOnStartup
Javascript registered in the page's StartupScript. Supports field references including the [~.] notation to get a reference to the current field.
Public propertyParentField
The name of the field in the parent used when filling default values for fields marked with the DefaultFromParent attribute.
Public propertyPassword_CellTypeAttributes
Attributes specific to Password fields. See CellPasswordAttrs
Public propertyPicture_CellTypeAttributes
Attributes specific to Picture fields. See CellPictureAttrs
Public propertyPicture_ImageType
The type of image stored in the database.
Public propertyPicture_ImageUrl
The url for the default image (relative to the root). This image will be overridden by any row-specific image.
Public propertyPicture_PrefixBytes
Number of bytes to ignore when extracting an image stored in the database.
Public propertyPicture_StatusText
Status text used in pop-up status messages.
Public propertyPicture_Watermark
The picture to display when no picture value has been set.
Public propertyPluginTemplate
An HTML template to be expanded and registered on the page. Typically the template includes script references for 3rd party javascript plug-ins as well as javascript for applying or configuring the plug-in.
Public propertyPositionOptions
Options controlling the positioning of the field in the UI. See FieldPositionOptions
Public propertyPropertyName
The name to use for the property element in the generated TypedMapper. Normally used where field Key is a .Net reserved word.
Public propertyRadioButtons_CellTypeAttributes
Attributes specific to Radio Buttons. See CellRadioButtonsAttrs
Public propertyRatingIcon_CellTypeAttributes
Attributes specific to RatingIcon cells. See CellRatingIconAttrs
Public propertyRatingIcon_ImageFile
The relative path to the rating icon image file to use in the "on" state.
Public propertyRemotePropertyName
The name to use for the property element in the generated RemoteMapper.
Public propertySecureText_CellTypeAttributes
Attributes specific to SecureText type fields. See CellSecureTextAttrs
Public propertySecureText_Confirmation
Confirmation message to present to user before retrieving and displaying the secure text.
Public propertySecureText_DecryptedCssClass
The Css Class or classes to use when showing decrypted data in-place.
Public propertySecureText_DecryptionTimeout
The time, in seconds, that a decrypted value should be visible. Zero indicates no timeout.
Public propertySecureText_EncryptionKey
The encryption key, may include a field reference, e.g. "[crypt_key]".
Public propertySecureText_Mask
A formatting mask where 'a' represents an alphabetic character, '9' represents a digit, and '*' represented an alpha-numeric character. For SecureText fields the ShowInPlace cell attribute must be set.
Public propertySecureText_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertySelectExpr
A SQL expression to use in the mapper's SELECT clause. The results will be aliased to the normal field SELECT name using AS.
Public propertyShadowAttrs
Attributes affecting how this field's ShadowColumn is to be used. See ShadowAttrs
Public propertyShadowColumn
Another field, typically a ShadowColumn CellType, that should be used as a shadow for improved filtering.
Public propertyShadowColumn_ShadowAlgorithm
The algorithm to use when transforming a shadowed field's data into a form more amenable for filtering. See ShadowAlgorithm
Public propertySignature_CellTypeAttributes
Attributes specific to Signature fields. See CellSignatureAttrs
Public propertySignature_DocumentType
Expression to use as the document type optionally including field references.
Public propertySignature_FileDescription
Expression to use as the document description optionally including field references.
Public propertySignature_Height
The height of the control, in pixels. If omitted, height will be calculated as a fraction of the width.
Public propertySignature_ImageFormat
The format of the signature image. The default format is jpg. See ImageFileFormat
Public propertySignature_PenColor
The color to use for the signature pen. Color values are RRGGBB format hexadecimal numbers (e.g. "ff0000" for red).
Public propertySignature_StorageService
The document storage service to use to store the signature image.
Public propertySignature_Width
The width of the control, in pixels. This is required for precise sizing since the HTML5 CANVAS element can be sized only in pixels. If omitted, pixel width will be calculated as consistently as possible with other controls.
Public propertySortDescInit
Deprecated. Use SortInitDesc FieldBehaviorOptions enumeration. Specifies whether the field should sort descending (vs. ascending) upon initial user-initiated sorting of the field.
Public propertySourceField
Another field in the mapper from which to copy the value. The source value is copied on insert and update unless the destination field is dirty. Typically used on a foreign key to identify the corresponding join value.
Public propertyStyle
The HTML style expression to include on the element.
Public propertySummaryKey
The RowKey for the HoverSummary related item.
Public propertySummaryMOP
The Page to use for HoverSummary information.
Public propertyTable
The underlying table for this field. Enter '+' for an unlocked field, no storage. Enter '-' for a locked field, no storage.
Public propertyTagAttributes
HTML tag attributes to be added literally to the tag -- use with care.
Public propertyTextBox_CellTypeAttributes
Attributes specific to TextBox fields. See CellTextBoxAttrs
Public propertyTextBox_DetailPane
Detail navigation should be to this pane in the specified LinkMOP.
Public propertyTextBox_EncryptionKey
The encryption key, may include a field reference, e.g. "[crypt_key]". Applied only if the Encrypted cell attribute is set.
Public propertyTextBox_InputTagType
Override type for the TYPE attribute of HTML5 INPUT tags. This provides for enhanced features on supporting browsers degrading to basic textbox support on older browsers. Note that by default this is applied only to mobile/tablet devices and you must set the FieldBehaviourAttribute.ForceInputTagType bit for other devices. See InputTagTypes
Public propertyTextBox_LinkKey
The RowKey to the related item.
Public propertyTextBox_LinkMOP
The Page to which to link.
Public propertyTextBox_LinkSource
An expression that resolves to the URL for the linkable label associated with this TextBox. Ignored if LinkMOP is specified.
Public propertyTextBox_Mask
A formatting mask where 'a' represents an alphabetic character, '9' represents a digit, and '*' represented an alpha-numeric character.
Public propertyTextBox_Rows
The number of rows to display in a multi-line text box. This can be a non-integer value, e.g. 1.5.
Public propertyTextBox_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyTextWithWidget_CellTypeAttributes
Attributes specific to TextWithWidget fields. See CellTextWithWidgetAttrs
Public propertyTextWithWidget_EnumType
The enumeration type to use as the source for the popup dialog for TextWithWidget fields.
Public propertyTextWithWidget_ImageUrl
The url for the icon button image (relative to the root).
Public propertyTextWithWidget_OnClick
Javascript placed on the widget button's onclick event. Note that the script will always be resolved for field expressions and embedded functions.
Public propertyTextWithWidget_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyTextWithWidget_WidgetURL
Path to the widget content HTML (relative to root).
Public propertyTimeDuration_CellTypeAttributes
Attributes specific to TimeDuration fields. See CellTimeDurationAttrs
Public propertyTimeDuration_MinuteInterval
The interval, in minutes, between selectable minute values.
Public propertyTimePicker_CellTypeAttributes
Attributes specific to TimePicker fields See CellTimePickerAttrs
Public propertyTimePicker_DateField
The date field in this mapper associated with this time field.
Public propertyTimePicker_MinuteInterval
The interval between minute selections presented in the TimePicker minute selector.
Public propertyTimePicker_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyTimezone
The timezone format. Leave blank to store as written, use 0,. to store GMT, display local.
Public propertyToolTip
The field's tooltip.
Public propertyToolTipOptions
Options specifying how the field's tooltip is to be presented. See ToolTipOptions
Public propertyTree_CellTypeAttributes
Attributes specific to Tree fields. See CellTreeAttrs
Public propertyTree_CssHoverNode
The CSS class to use as the style for rendering a tree node when the mouse pointer is positioned over it, default is TreeHover.
Public propertyTree_CssLeafNode
The CSS class to use as the style for rendering leaf nodes, default is TreeLeaf.
Public propertyTree_CssNode
The CSS class to use as the default style for rendering tree nodes, default is TreeNode.
Public propertyTree_CssParentNode
The CSS class to use as the style for rendering parent nodes, default is TreeParent.
Public propertyTree_CssRootNode
The CSS class to use as the style for rendering the root node, default is TreeRoot.
Public propertyTree_CssSelectedNode
The CSS class to use as the style for rendering selected nodes, default is TreeSelected.
Public propertyTree_ImageSet
The group of images to use for the TreeView control. See TreeViewImageSet in the .Net documentation.
Public propertyTree_NodeSpacing
The amount of vertical spacing between adjacent nodes in the tree, default is 1px.
Public propertyTree_PaddingHoriz
The amount of space to the left and right of the text in the node, default is 5px.
Public propertyTree_PaddingVert
The amount of space above and below the text for a node, default is 2px.
Public propertyUrl_CellTypeAttributes
Attributes specific to Url fields. See CellUrlAttrs
Public propertyUrl_LinkSource
An expression that resolves to the URL.
Public propertyUrl_LinkText
Link text to use in LinkOnly mode. This overrides the caption and may include field references.
Public propertyUrl_RootPath
The root path to prepend (if not present) to the link.
Public propertyUrl_TargetFrame
The frame/window target in which to display the link.
Public propertyUrl_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Public propertyUrl_WindowOpenOptions
Options controlling the format of new browser windows. See WindowOpenOptions
Public propertyValidationRegEx
A regular expression used to validate the field value. The field will be considered valid if the expression matches.
Public propertyValidationRule
Specifies a data-specific field validation rule to apply. See FieldValidationRule
Public propertyValidationScript
A custom javascript validation function for the field of the form func(fld, val, full, caption) returning an error message string if validation failed else a null or blank string.
Public propertyValidationText
The text to display in the case of a field value validation failure.
Public propertyWebServiceAttributes
Attributes specific to fields as they are generated in RemoteMappers for the purposes of a WebService. See WebServiceFieldAttrs
Public propertyWebSite_CellTypeAttributes
Attributes specific to WebSite fields. See CellWebSiteAttrs
Public propertyWebSite_TargetFrame
The frame/window target in which to display the link.
Public propertyWebSite_URL
The literal text or field expression ([field name]) (or combination) to use as the URL. The default is to use the contents of the field.
Public propertyWebSite_Watermark
Text to display in field when field value is not set (may use HTML placeholder attribute).
Top
See Also