Chameleon Control Documentation | All Controls | All API Classes

<CSHub:CancelMembershipForm />

Form control implementing support for removing a member of a Hub.
The <CSHub:CancelMembershipForm /> control is a Form Control that reports on Hub data. See more Form controls.

Properties/Attributes

Property Type Description
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 <CSHub:CancelMembershipForm /> control:

<CSHub:CancelMembershipForm runat="server" />

The following example shows all of the configurable options of the <CSHub:CancelMembershipForm /> control:

<CSHub:CancelMembershipForm
	ContainerId="..."
	ControlIdsToHideWhenNotVisible="..."
	CssClass="..."
	DeleteButtonId="..."
	ID="..."
	Tag="..."
	ValidationGroup="..."
	Visible="..."
	runat="server">
	<DisplayConditions>
		...
	</DisplayConditions>
	<FormTemplate>
		...
	</FormTemplate>
	<LeaderTemplate>
		...
	</LeaderTemplate>
	<SuccessActions>
		...
	</SuccessActions>
	<TrailerTemplate>
		...
	</TrailerTemplate>
</CSHub:CancelMembershipForm>

See Also

<CSBlog:HubWeblogConfigurationSubForm />

SubForm control implementing support for configuring the Weblog within a Hub.

<CSForum:HubForumConfigurationSubForm />

SubForm control implementing support for configuring the Forum within a Hub.

<CSHub:CancelMembershipForm />

Form control implementing support for removing a member of a Hub.

<CSHub:ContactForm />

Form control providing support for contacting the owners of a hub.

<CSHub:CreateHubForm />

Form control implementing support for creating a Hub.

<CSHub:EditHubForm />

Form control implementing support for the editing a Hub.

<CSHub:HubAvatar />

Renders a Hub's avatar.

<CSHub:HubAvatarSubForm />

SubForm control implementing support for defining a custom avatar for a Hub.

<CSHub:HubData />

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

<CSHub:HubList />

List control providing access to Hub objects.

<CSHub:HubPermissionCondition />

Condition control that checks the accessing user's permissions on the current Hub.

<CSHub:HubPropertyComparison />

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

<CSHub:HubPropertyValueComparison />

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

<CSHub:HubSubscriptionToggleButton />

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

<CSHub:HubThemeConfigurationForm />

Form control implementing support for selecting a customizing the theme of a Hub.

<CSHub:ImportHubThemeConfigurationForm />

Form control implementing support for importing the configuration of a theme of a Hub.

<CSHub:InviteUserForm />

Form control implementing support for inviting a user to a Hub.

<CSHub:RequestMembershipForm />

Form control implementing support for requesting membership in a public Hub.

<CSHub:ThemeImage />

Override of the Image control which processes the Application Root escape (~/) in the ImageUrl and DescriptionUrl as the root of the current hub theme.

<CSHub:ThemeScript />

Override of the Script control that interprets the '~/' Src modifier as the root of the current hub theme.

<CSHub:ThemeStyle />

Override of the Style control that resolves the '~/' Href modifier as the root of the current hub theme.

<CSMedia:HubMediaGalleryConfigurationSubForm />

SubForm control implementing support for configuring the MediaGallery within a Hub.
Valid XHTML 1.0 Transitional Powered by Community Server (Commercial Edition), by Telligent Systems blogmailr enabled
© 2006-2008 Ben Tiedt
Sign in