Chameleon Control Documentation | All Controls | All API Classes

<CSBlog:DeleteWeblogPostFeedbackForm />

Form control that provides support for deleting the current WeblogPost comment/trackback.
The <CSBlog:DeleteWeblogPostFeedbackForm /> control is a Form Control that reports on WeblogPost data. See more Form controls.

Properties/Attributes

Property Type Description
ConfirmationResourceFile String
Gets or sets the confirmation resource file.
ConfirmationResourceName String
Gets or sets the name of the confirmation resource.
ConfirmationText String
Gets or sets the confirmation text.
ContainerId String
The ID of the tag wrapping this control
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 which this form is bound.
DeleteButtonId String
Gets or sets the delete IButton id.
ID String
Gets or sets the programmatic ID of the control. This ID can be used as a reference by other controls.
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
ValidationGroup String
Gets or sets the validation group.
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
Any Condition control can be placed within this inner property. See a list of Condition controls.

<SuccessActions>...</SuccessActions>

Gets or sets the success actions.
Any Action control can be placed within this inner property. See a list of Action controls.

Formatting Templates

<FormTemplate>...</FormTemplate>

Template to be rendered as the content of the form, if defined and the form is rendered.

<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 <CSBlog:DeleteWeblogPostFeedbackForm /> control:

<CSBlog:DeleteWeblogPostFeedbackForm runat="server" />

The following example shows all of the configurable options of the <CSBlog:DeleteWeblogPostFeedbackForm /> control:

<CSBlog:DeleteWeblogPostFeedbackForm
	ConfirmationResourceFile="..."
	ConfirmationResourceName="..."
	ConfirmationText="..."
	ContainerId="..."
	ControlIdsToHideWhenNotVisible="..."
	CssClass="..."
	DeleteButtonId="..."
	ID="..."
	Tag="..."
	ValidationGroup="..."
	Visible="..."
	runat="server">
	<DisplayConditions>
		...
	</DisplayConditions>
	<FormTemplate>
		...
	</FormTemplate>
	<LeaderTemplate>
		...
	</LeaderTemplate>
	<SuccessActions>
		...
	</SuccessActions>
	<TrailerTemplate>
		...
	</TrailerTemplate>
</CSBlog:DeleteWeblogPostFeedbackForm>

See Also

<CSBlog:CreateEditWeblogPostForm />

Form control that provides support for creating or editing WeblogPosts.

<CSBlog:DeleteWeblogPostFeedbackForm />

Form control that provides support for deleting the current WeblogPost comment/trackback.

<CSBlog:DeleteWeblogPostForm />

Form control implementing support for deleting a WeblogPost.

<CSBlog:PostAttachmentViewer />

Single value control that renders a file viewer for the current PostAttachment.

<CSBlog:PostAttachmentViewerMediaTypeCondition />

Condition control that provides support for ensuring that the viewer for a PostAttachment is of a specific PostMediaType.

<CSBlog:WeblogFeedbackList />

List control providing access to WeblogPost trackback/comment objects.

<CSBlog:WeblogPostAttachmentSubForm />

SubForm control implementing support for adding an attachment to a WeblogPost.

<CSBlog:WeblogPostCommentForm />

Form control that provides support for adding a comment to the current WeblogPost.

<CSBlog:WeblogPostData />

Single value control that provides access to WeblogPost data and links.

<CSBlog:WeblogPostFeedbackData />

Single value control that provides access to WeblogPost comment/trackback data and links.

<CSBlog:WeblogPostFeedbackPropertyComparison />

Condition control that provides support for comparing two properties of a WeblogPost trackback/comment object.

<CSBlog:WeblogPostFeedbackPropertyValueComparison />

Condition control that provides support for comparing a property of a WeblogPost trackback/comment object to a static value.

<CSBlog:WeblogPostList />

List control providing access to WeblogPost objects.

<CSBlog:WeblogPostPropertyComparison />

Condition control that provides support for comparing two properties of a WeblogPost object.

<CSBlog:WeblogPostPropertyValueComparison />

Condition control that provides support for comparing a property of a WeblogPost object to a static value.

<CSBlog:WeblogPostRating />

Displays the current WeblogPost rating and allows the client to select a new rating that is saved via AJAX.

<CSBlog:WeblogPostSubscriptionToggleButton />

Implementation of the ToggleButton control that toggles the accessing user's subscription to the current WeblogPost.

<CSBlog:WeblogPostTagEditableList />

The single value control providing inline editing support to WeblogPost tag lists.

<CSBlog:WeblogPostVideoSubForm />

SubForm control implementing support for adding a video to a WeblogPost.
Valid XHTML 1.0 Transitional Powered by Community Server (Commercial Edition), by Telligent Systems blogmailr enabled
© 2006-2008 Ben Tiedt
Sign in