• Decrease Text SizeIncrease Text Size

Centralpoint Update 8.0.37


Date of Update: Monday, June 7, 2010  
  • Two new properties have been added to the BreadCrumbTrail CpScript: CssClass and Format. The CssClass property is applied to the div, but CSS references to items can be made indirectly through the anchor tags: ".ClassName a { font-weight: bold; }".
  • A new property called UniqueIdColumn has been added to all form item CpScripts. When this property is set to a column name, like AutoNumber, the module designer will utilize ReplaceDataCpScripting instead of ReplaceCpScripting so that the form group can include the unique identifier retrieved from the data variable. This will make it possible for forms to be included in repeated item attributes, like Results View (#2) > Item Content, where each row behaves as a different form. This new property will be utilized for the “Add To Cart” buttons in eCommerce.
  • A new property called FormatStringEscape has been added to the Attribute and Column CpScripts. It is used when the result of the CpScript contains { or } and is formatted using String.Format. This commonly occurs in the Site Architectures > System Pages > Search > Results Item Content attribute when the Summary of a record contains { or }.
  • The files __utm.js and __utm.gif in the web site Root folder have been excluded from future sync’s to support Urchin Traffic Monitor integrations.
  • A new CpScript called FormInfoAttributeValue gets the value of the specified attribute if the fdid query string variable is use in forms management.


See Full History of All Updates