ContentColumnSettings_Choice Properties |
The ContentColumnSettings_Choice type exposes the following members.
Name | Description | |
---|---|---|
AutoCompleteCloseAfterSelection |
Gets or sets a value indicating whether the auto-complete closes after a selection.
| |
ColumnGuid |
Gets or sets the target column's GUID.
| |
ColumnId |
OBSOLETE, use guid instead.
| |
ColumnMapping |
Gets the column mappings.
Currently not used.
| |
ControlValueMaxCharacters |
Gets or sets the maximum number of characters shown in a control value.
| |
CreationMode |
Gets or sets the creation mode.
| |
DataScope |
Gets or sets the scope of the data available for selection.
| |
DefaultValue |
Gets or sets the default value guid. Only to reference a ContentItem.
| |
DisplayMode |
Gets or sets the display mode.
| |
Guid |
Gets the GUID identifying this object.
(Inherited from ModelingObject.) | |
Id |
Gets the id identifying this object.
(Inherited from ModelingObject.) | |
InstanceGuid |
Gets a guid, unique for this object instance.
(Inherited from ModelingObject.) | |
InstanceLanguage |
Gets or sets the instance language (two letters format).
(Inherited from ModelingObject.) | |
IsExtended |
Gets a value indicating whether this object is Extended or not, allowing to avoid an "is" verification.
(Inherited from ModelingObject.) | |
Model |
Gets the model hosting this object. The Model is the root object of the modeling tree.
(Inherited from ModelingObject.) | |
Name |
Gets the name of this object.
(Inherited from ModelingObject.) | |
OpenLinksInFrame |
Gets or sets a value indicating whether links (in views) should be opened in a frame instead
of the classic navigation.
| |
Packflow_JavascriptValue_Type |
Gets a text representing the type of value handled by a type of field in a Javascript code.
(Overrides ContentColumnSettingsPackflow_JavascriptValue_Type.) | |
Packflow_PocoValue_GetMethod |
Gets a text representing a method allowing getting a value for a field hosted in a POCO.
(Overrides ContentColumnSettingsPackflow_PocoValue_GetMethod.) | |
Packflow_PocoValue_Type |
Gets a text representing the type of value for a field hosted in a POCO.
(Overrides ContentColumnSettingsPackflow_PocoValue_Type.) | |
Packflow_Value_GetMethod |
Gets a text representing a method allowing getting a value for a type of field.
(Overrides ContentColumnSettingsPackflow_Value_GetMethod.) | |
Packflow_Value_HelperAvailable |
Gets a value indicating whether the value helper class can be used for this column.
(Overrides ContentColumnSettingsPackflow_Value_HelperAvailable.) | |
Packflow_Value_HelperType |
Gets a text representing the type of the value helper handled by a type of field.
(Overrides ContentColumnSettingsPackflow_Value_HelperType.) | |
Packflow_Value_Type |
Gets a text representing the type of value handled by a type of field.
(Overrides ContentColumnSettingsPackflow_Value_Type.) | |
Parent |
Gets the parent object in the modeling tree.
(Inherited from ModelingObject.) | |
ParentType |
Gets the type of the parent object in the modeling tree.
(Inherited from ModelingObject.) | |
PopupFilters |
Gets or sets the popup filters.
Currently not used.
| |
RelationDirection |
Gets or sets the relation direction.
This indicates how the values are updated from relations.
If set to Both, the relations created from the other side will also be added
in the choice values at next save.
Note : "To" value is denied. | |
RelationGuid |
Gets or sets the relation GUID.
| |
SelectValuesInDialog |
Gets or sets a value indicating whether the values are selected in a dialog
that can be opened from the control.
Selected values are directly shown in the control and can be removed. Does not apply on the DropDownList display mode. | |
ShowCreationButton |
Gets or sets a value indicating whether a creation option should be available when the control is editable.
| |
ShowLinksInDisplayMode |
Gets or sets a value indicating whether links must be shown in views.
If set to False, the values will still be clickable, but they will appear as simple text.
| |
ShowNoneChoice |
Gets or sets a value indicating whether the 'None' value can be displayed in the control.
This setting only applies on radio buttons controls (DisplayMode=Choices + no multiple values) | |
ShowSelectedValuesFirst |
Gets or sets a value indicating whether the selected values should be shown at the beginning
of the list of values (in a Choice display mode).
| |
TLCustomNodeLabelColumn |
Gets or sets the guid of a target column.
This setting is optional. If set, that column will be used in the tree control instead of the default target of "ColumnGuid". | |
TLNodeColumn |
OBSOLETE, use guid instead.
| |
TLNodeColumnGuid |
Gets or sets the guid of the target column containing the identifier of the node.
| |
TLParentColumn |
OBSOLETE, use guid instead.
| |
TLParentColumnGuid |
Gets or sets the guid of the target column containing the parent node's identifier.
| |
TLShowCheckboxes |
Gets or sets a value indicating which nodes of the tree can be checked.
| |
TLShowCheckboxesColumn |
OBSOLETE, use guid instead.
| |
TLShowCheckboxesColumnGuid |
Gets or sets the guid of the target boolean column containing
a value specifying if the node can be checked or not.
| |
TLShowTreeViewInDisplayMode |
Gets or sets a value indicating whether a tree should be displayed instead of the classic list of values.
| |
TLViewState |
Gets or sets a value indicating which node of the tree are expanded by default.
| |
UseNewLinesInDisplayMode |
Gets or sets a value indicating whether values are separated by new lines in views.
If set to False, values will separated by commas.
| |
ViewGuid |
Gets or sets the target view's GUID.
| |
ViewId |
OBSOLETE, use guid instead.
|