Edit
Available tags
News:Approve.Href
Returns the approve link that can be used in the aprove email.
@GetString("News:Approve.Href")
News:CategoryDescription
Returns the description of the category in which the news item should be created.
@GetString("News:CategoryDescription")
News:CategoryName
Returns the category name in which the news item should be created.
@GetString("News:CategoryName")
News:IsPostBack
Determines whether the current page is posted back or not. Returns True or False.
@GetString("News:IsPostBack")
News:ValidateFunctions
Returns the validate function for the validation javascript.
@GetString("News:ValidateFunctions")
NewsActiveFrom_ctrl
Returns dropdowns for specifying the start date of the news item.
@GetString("NewsActiveFrom_ctrl")
NewsActiveFrom_validator
Returns the validation message for the Active from
dropdowns.
@GetString("NewsActiveFrom_validator")
NewsActiveTo_ctrl
Returns dropdowns for specifying the end date of the news item.
@GetString("NewsActiveTo_ctrl")
NewsActiveTo_validator
Returns the validation message for the Active to
dropdowns.
@GetString("NewsActiveTo_validator")
NewsArchive_ctrl
Returns a checkbox for determining whether the news item should be archived.
@GetString("NewsArchive_ctrl")
NewsArchive_validator
Returns the validation message for the Archive
checkbox.
@GetString("NewsArchive_validator")
NewsDate_ctrl
Returns dropdowns for specifying the creation date of the news item.
@GetString("NewsDate_ctrl")
NewsDate_validator
Returns the validation message for the Date
dropdown.
@GetString("NewsDate_validator")
NewsHeading_ctrl
Returns an input field for the news item heading.
@GetString("NewsHeading_ctrl")
NewsHeading_validator
Returns the validation message for the Heading
input field.
@GetString("NewsHeading_validator")
NewsManchet_ctrl
Returns a text area for the news item teaser text.
@GetString("NewsManchet_ctrl")
NewsManchet_validator
Returns the validation message for the Teaser
text input field.
@GetString("NewsManchet_validator")
NewsText_validator
Returns the validation message for the News
text input field.
@GetString("NewsText_validator")
Available loops
CustomFields
The CustomFields
loop lets you to display a list of custom fields.
@foreach (LoopItem item in GetLoop("CustomFields")){ <p>@item.GetValue("TagName")</p> }
Validation
The Validation
loop lets you to display various validation messages.
@foreach (LoopItem item in GetLoop("Validation")){ <p>@item.GetValue("TagName")</p> }