<CSForum:ForumEditableData />
Single value control supporting and inline editing of Forum data. Data is editable by forum administrators only.
Properties/Attributes
| Property |
Type |
Description |
| ContainerId |
String |
The ID of the tag wrapping this control
|
| ContentCssClass |
String |
Gets or sets the content CSS class.
|
| ContentEditingCssClass |
String |
Gets or sets the content CSS class (when editing).
|
| ContentHoverCssClass |
String |
Gets or sets the content CSS class (when the client is hovering over the content).
|
| ControlIdsToHideWhenNotVisible |
String |
Gets or sets the control ids to hide when not visible.
|
| CssClass |
String |
CSS class of the tag wrapping this control
|
| DataSource |
Object |
Gets or sets the data source of the object to render.
|
| EditorCssClass |
String |
Gets or sets the editor CSS class.
|
| EditorLinkCssClass |
String |
Gets or sets the editor link CSS class.
|
| FitEditorToWindow |
Boolean |
Gets or sets a value indicating whether the inline editor should fit to the browser window.
|
| ID |
String |
Gets or sets the programmatic ID of the control. This ID can be used as a reference by other controls.
|
| Property |
ForumEditableProperty Enumeration |
Gets or sets the property name of the Forum to display/edit.
| Option |
Type |
Description |
| Name |
Enumeration Value |
The name of the Forum object.
|
| Description |
Enumeration Value |
The description of the Forum object.
|
| None |
Enumeration Value |
Do not display/edit any value.
|
|
| ReadOnly |
Boolean |
Gets or sets a value indicating whether the content is read only.
|
| Tag |
WrappedControlTag Enumeration |
The WrappedControlTag of the tag wrapping this control
| Option |
Type |
Description |
| Acronym |
Enumeration Value |
|
| B |
Enumeration Value |
|
| Blockquote |
Enumeration Value |
|
| Caption |
Enumeration Value |
|
| Center |
Enumeration Value |
|
| Dd |
Enumeration Value |
|
| Div |
Enumeration Value |
|
| Dl |
Enumeration Value |
|
| Dt |
Enumeration Value |
|
| Em |
Enumeration Value |
|
| H1 |
Enumeration Value |
|
| H2 |
Enumeration Value |
|
| H3 |
Enumeration Value |
|
| H4 |
Enumeration Value |
|
| H5 |
Enumeration Value |
|
| H6 |
Enumeration Value |
|
| I |
Enumeration Value |
|
| Li |
Enumeration Value |
|
| Ol |
Enumeration Value |
|
| Ul |
Enumeration Value |
|
| P |
Enumeration Value |
|
| Small |
Enumeration Value |
|
| Span |
Enumeration Value |
|
| Strike |
Enumeration Value |
|
| Strong |
Enumeration Value |
|
| Sub |
Enumeration Value |
|
| Sup |
Enumeration Value |
|
| U |
Enumeration Value |
|
| Td |
Enumeration Value |
|
| Th |
Enumeration Value |
|
| Label |
Enumeration Value |
|
| Fieldset |
Enumeration Value |
|
| Legend |
Enumeration Value |
|
| Unknown |
Enumeration Value |
|
|
| ToolTip |
String |
Gets or sets the tool tip.
|
| Visible |
Boolean |
Gets or sets whether this control should be rendered. If set to false, the control will not render.
|
Inner Properties
<DisplayConditions>...</DisplayConditions>
Defines required conditions that must be met to display this control
Formatting Templates
<LeaderTemplate>...</LeaderTemplate>
Template to be rendered before the content of the control, if the control is rendered.
<TrailerTemplate>...</TrailerTemplate>
Template to be rendered after the content of the control, if the control is rendered.
Example
The following is a simple/minimal example of the <CSForum:ForumEditableData /> control:
<CSForum:ForumEditableData runat="server" />
The following example shows all of the configurable options of the <CSForum:ForumEditableData /> control:
<CSForum:ForumEditableData
ContainerId="..."
ContentCssClass="..."
ContentEditingCssClass="..."
ContentHoverCssClass="..."
ControlIdsToHideWhenNotVisible="..."
CssClass="..."
EditorCssClass="..."
EditorLinkCssClass="..."
FitEditorToWindow="..."
ID="..."
Property="..."
ReadOnly="..."
Tag="..."
ToolTip="..."
Visible="..."
runat="server">
<DisplayConditions>
...
</DisplayConditions>
<LeaderTemplate>
...
</LeaderTemplate>
<TrailerTemplate>
...
</TrailerTemplate>
</CSForum:ForumEditableData>
See Also
Single value control that provides access to Forum data and links.
Single value control supporting and inline editing of Forum data. Data is editable by forum administrators only.
List control providing access to Forum objects.
Condition control that checks the accessing user's permissions on the current Forum.
Condition control that provides support for comparing two properties of a Forum object.
Condition control that provides support for comparing a property of a Forum object to a static value.
Single-value control that displays the status icon for the current Forum.