Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Purpose

Security

edit*

  

Secured to roles with access edit permmissions for the content type.

edit.cfm

Default edit handler. In the absence of any instructions, the framework will look for this template to render an editing interface. Note, if edit.cfm is absent the framework will dynamically assemble an edit handler based on the component metadata using the formtools subsystem.

Secured to roles with access edit permmissions for the content type.  

List Views

A list view is simply a view on a content type, without any specific reference to an individual content item or database record. They are created and stored in the same location as standard webskins for content items.

Name

Purpose

Security

displayType*

"displayType" is the prefix for templates that render a list of content items.

  Anonymous users can view.

 

 

 

Generic Views

Generic views are dynamically inherited by all content types that extend the abstract classes to which they are attached. For example all content types extend the "types.cfc" abstract class – its what defines the component as a content type. That is, any view (including both standard and list wwebskins) located in the ./webskin/types folder is automatically associated with a content type.

...