Chameleon Control Documentation | All Controls | All API Classes

<CSBlog:TagBreadCrumb />

Bread crumbs for the currently-defined filter tags.
The <CSBlog:TagBreadCrumb /> control is a List Control that reports on Tag data. See more List controls.

Properties/Attributes

Property Type Description
AdPlacement AdPlacementOptions Enumeration
Gets or sets the option defining how to display the AdTemplate in this list.
Option Type Description
PreSecond Enumeration Value Before the second item in the list.
PreSecondAndLast Enumeration Value Before the second item and after the last item in the list.
Seperator Enumeration Value Between each item.
AlternatingSeparator Enumeration Value Between every other item.
PreFooter Enumeration Value After the last item in the list.
None Enumeration Value Ads should not be rendered.
ContainerId String
The ID of the tag wrapping this control
ControlIdsToHideWhenNotVisible String
Gets or sets the control ids to hide when this list is not visible.
CssClass String
CSS class of the tag wrapping this control
DataSource Object
Gets or sets the data source of the control to render.
ID String
Gets or sets the programmatic ID of the control. This ID can be used as a reference by other controls.
ItemsPerRow Integer
Gets or sets the items per row. After this number of items, the RowSeparatorTemplate will be rendered. If 0, the RowSeparatorTemplate will not be rendered.
ShowAllTags Boolean
Gets or sets a value indicating whether to show the 'all tags' bread crumb.
ShowHeaderFooterOnNone Boolean
Gets or sets a value indicating whether to show the HeaderTemplate and TrailerTemplate when no items are bound to this list.
ShowHome Boolean
Controls whether or not the home bread crumb.
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
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.

Formatting Templates

<AdTemplate>...</AdTemplate>

The template that is used to display an advertisment

<AlternatingItemTemplate>...</AlternatingItemTemplate>

Template to be rendered for every second item in the list.

<FooterTemplate>...</FooterTemplate>

Template to be rendered after all items in the list.

<HeaderTemplate>...</HeaderTemplate>

Template to be rendered before all items in the list.

<ItemTemplate>...</ItemTemplate>

Template to be rendered for every item in the list. If an AlternatingItemTemplate is also defined, the ItemTemplate will be used for every odd-numbered item only.

<LeaderTemplate>...</LeaderTemplate>

Template to be rendered before the content of the control, if the control is rendered.

<NoneTemplate>...</NoneTemplate>

The template that is used to define what is displayed when no items are found.

<RowSeparatorTemplate>...</RowSeparatorTemplate>

The template that is used to render the separator between rows

<SeparatorTemplate>...</SeparatorTemplate>

Template to be rendered between every item in the list.

<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:TagBreadCrumb /> control:

<CSBlog:TagBreadCrumb runat="server" />

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

<CSBlog:TagBreadCrumb
	AdPlacement="..."
	ContainerId="..."
	ControlIdsToHideWhenNotVisible="..."
	CssClass="..."
	ID="..."
	ItemsPerRow="..."
	ShowAllTags="..."
	ShowHeaderFooterOnNone="..."
	ShowHome="..."
	Tag="..."
	Visible="..."
	runat="server">
	<AdTemplate>
		...
	</AdTemplate>
	<AlternatingItemTemplate>
		...
	</AlternatingItemTemplate>
	<DisplayConditions>
		...
	</DisplayConditions>
	<FooterTemplate>
		...
	</FooterTemplate>
	<HeaderTemplate>
		...
	</HeaderTemplate>
	<ItemTemplate>
		...
	</ItemTemplate>
	<LeaderTemplate>
		...
	</LeaderTemplate>
	<NoneTemplate>
		...
	</NoneTemplate>
	<RowSeparatorTemplate>
		...
	</RowSeparatorTemplate>
	<SeparatorTemplate>
		...
	</SeparatorTemplate>
	<TrailerTemplate>
		...
	</TrailerTemplate>
</CSBlog:TagBreadCrumb>

See Also

<CSBlog:InlineTagEditor />

The InlineTagEditor providing support for editing WeblogPost tag lists inline.

<CSBlog:TagBreadCrumb />

Bread crumbs for the currently-defined filter tags.

<CSBlog:TagCloud />

Tag cloud for tags used within blog posts.

<CSBlog:TagRssLink />

Wraps the content of the control in a link to the blog post RSS feed for currently defined tags. Requires that search RSS is enabled.

<CSBlog:WeblogPostTagsSubForm />

SubForm control implementing support for specifying tags on a WeblogPost.

<CSControl:BaseTagCloud />

The base TagCloud control used to render tag clouds.

<CSControl:PostTagsSubForm />

SubForm control implementing support for specifying tags on a post.

<CSControl:SelectTagsForm />

Form control that interacts with an InlineTagEditableList or PostTagsSubForm to support selecting existing tags.

<CSControl:TagBreadCrumb />

Bread crumbs for the currently-defined filter tags.

<CSControl:TagCloud />

Generic implementation of the BaseTagCloud control.

<CSControl:TagData />

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

<CSControl:TagList />

List control providing access to TagList objects.

<CSControl:TagRssLink />

Wraps the content of the control in a link to the RSS feed for currently defined tags. Requires that search RSS is enabled.

<CSForum:InlineTagEditor />

The InlineTagEditor providing support for editing ForumPost tag lists inline.

<CSForum:PostTagsSubForm />

SubForm control implementing support for specifying tags on a ForumPost.

<CSForum:TagBreadCrumb />

Bread crumbs for the currently-defined filter tags.

<CSForum:TagCloud />

Tag cloud for tags used within forum posts.

<CSForum:TagRssLink />

Wraps the content of the control in a link to the RSS feed for currently defined tags. Requires that search RSS is enabled.

<CSHub:TagBreadCrumb />

Bread crumbs for the currently-defined filter tags.

<CSHub:TagCloud />

Tag cloud for tags used within a hub.

<CSHub:TagRssLink />

Wraps the content of the control in a link to the hub RSS feed for currently defined tags. Requires that search RSS is enabled.

<CSMedia:InlineTagEditor />

The InlineTagEditor providing support for editing MediaGalleryPost tag lists inline.

<CSMedia:MediaGalleryPostTagsSubForm />

SubForm control implementing support for specifying tags on an MediaGalleryPost.

<CSMedia:TagBreadCrumb />

Bread crumbs for the currently-defined filter tags.

<CSMedia:TagCloud />

Tag cloud for tags used within file entries.

<CSMedia:TagRssLink />

Wraps the content of the control in a link to the MediaGalleryPost RSS feed for currently defined tags. Requires that search RSS is enabled.
Valid XHTML 1.0 Transitional Powered by Community Server (Commercial Edition), by Telligent Systems blogmailr enabled
© 2006-2008 Ben Tiedt
Sign in