You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > ContentReview Class > ContentReview Properties > DisplayXslt
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ContentReview.DisplayXslt Property

Select the type of review to display, or enter the path to a custom XSLT. (optional). 

Choices are:

  • Ajax 5 Stars - a five star rating system utilizing Ajax for display.
  • Ajax 5 Stars Comment - a five star rating system utilizing Ajax for display. In addition, when you hover over the stars, a review box pops-up below the stars. Comments that are added are submitted via an Ajax call.
  • Ajax 5 Stars with Increments - a five star rating system with half star increments that utilizes Ajax for display.
  • 5 Stars - a five star rating system that allows visitors to add text reviews of content.
  • 5 Stars with Increments - a five star rating system with half star increments that allows visitors to add text reviews of content.
  • Review List - displays a list of reviews for content or a user. See Also:
  • Path to Custom Xslt - enter the path to a custom XSLT.

C#
[Bindable(true)]
[Category("Ektron")]
[Description("The Xslt to use to render the Control (optional)")]
[TypeConverter(typeof(XsltContentReviewTypeConverter))]
[DefaultValue("Ajax 5 Stars with increments")]
[Personalizable()]
public override string DisplayXslt;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("The Xslt to use to render the Control (optional)")>
<TypeConverter(typeof(XsltContentReviewTypeConverter))>
<DefaultValue("Ajax 5 Stars with increments")>
<Personalizable()>
Public override Property DisplayXslt() As string
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!