Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed bSchedule from the code snippet, since bSchedule is deprecated

...

Code Block
titleFor example: ./core/packages/types/dmHTML.cfc
<cfcomponent 
  extends="types" 
  displayname="HTML Page" 
  hint="Forms the basis of the content framework of the site.  HTML objects include containers and static information." 
  bObjectBroker="1" 
  bSchedule="1" 
  bUseInTree="1" 
  bFriendly="1">

...