Home: Support: Reference Guide: Display Tags: <dpColumnID>

<dpColumnID>

D E F I N I T I O N:

The column ID that the story belongs to which is currently being built or queried. ID's are always in lowercase and contain no spaces. They are most commonly used to reference image names or files.

<dpColumnID
  default="default text"
  style="lower|upper|title|spaced|roman|decimal|identifier|
         noHtml|noHtmlStyle|scriptEncode|uriEncode"
  link="on|off"
  start="#p|#s|#w|#c|begin|end|resume"
  stop="#p|#s|#w|#c|begin|end|resume"
  length="#p|#s|#w|#c|begin|end"
>


A T T R I B U T E S:

Please refer to the common attributes page for the common attribute descriptions.


E X A M P L E S:

<dpColumnID>
smith 
<dpIf <dpColumnID> = "smith">
  You're reading smith!
<dpElse>
  You should really check out <a href="smith.html">Smith</a>.
</dpIf>

You're reading smith!


Home: Support: Reference Guide: Display Tags: <dpColumnID>
Questions? Comments?
Please write support@desert.net.