Profile Custom Element

From ADF Docs
Revision as of 16:52, 22 November 2009 by Renee.mckechnie (talk | contribs) (Created page with '== Overview == Profile Custom Element for storing the main profile data. == Fields == Tab 1 - Profile * uniqueID ** Type: Hidden ** Default Value: ColdFusion Expression: creat…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Profile Custom Element for storing the main profile data.

Fields

Tab 1 - Profile

  • uniqueID
    • Type: Hidden
    • Default Value: ColdFusion Expression: createuuid()
  • photo
    • Type: Image
    • Label: Photo
  • userID
    • Type: Text Field Edit Once
    • Label: User ID
      • Properties:
        • Field ID: userid
        • Field Size: 40
      • Security:
        • Anonymous Users - Read
        • Authenticated Users - Read
        • (Site Admin Group) - Read, Edit
        • (Site Admin User Account) - Read, Edit
  • firstName
    • Type: Text
    • Label: First Name
      • Properties:
        • Size: 40
  • lastName
    • Type: Text
    • Label: Last Name
      • Properties:
        • Size: 40
  • email
    • Type: Text
    • Label: Email
      • Properties:
        • Size: 40
  • phone
    • Type: Text
    • Label: Phone
      • Properties:
        • Size: 40

Tab 2 - Background

  • bio
    • Type: Large Text Area
    • Label: Bio
  • website
    • Type: URL
    • Label: Website
      • Properties:
        • Size: 40
  • blog
    • Type: URL
    • Label: Blog
      • Properties:
        • Size: 40