Difference between revisions of "Profile Custom Element"

From ADF Docs
Jump to: navigation, search
(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…')
 
(Fields)
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
== Fields ==
 
== Fields ==
Tab 1 - Profile
+
<h3>Tab 1 - Profile</h3>
 +
<table id="ce-fields">
 +
<tr class="header">
 +
  <td>Field Name/Label</td>
 +
  <td>Field ID</td>
 +
  <td>Field Type</td>
 +
  <td>Required?</td>
 +
  <td>Properties</td>
 +
</tr>
 +
<tr>
 +
  <td>uniqueID</td>
 +
  <td>uniqueID</td>
 +
  <td>Hidden</td>
 +
  <td>N/A</td>
 +
  <td>Default Value: {createuuid()}</td>
 +
</tr>
 +
<tr>
 +
  <td>Photo</td>
 +
  <td>photo</td>
 +
  <td>Image</td>
 +
  <td>Yes</td>
 +
  <td>
 +
Field Name: userIDFld
 +
<br>Field Size: 40
 +
<br>Default Value: {request.user.userid}
 +
<br>Edit Once: true
 +
<br>Security:
 +
<br>Anonymous Users - Read
 +
<br>Authenticated Users - Read
 +
<br>(Site Admin Group) - Read, Edit
 +
</td>
 +
</tr>
 +
<tr>
 +
  <td>First Name</td>
 +
  <td>firstName</td>
 +
  <td>Text</td>
 +
  <td>Yes</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Last Name</td>
 +
  <td>lastName</td>
 +
  <td>Text</td>
 +
  <td>Yes</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Email</td>
 +
  <td>email</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Phone</td>
 +
  <td>phone</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Company</td>
 +
  <td>company</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Title</td>
 +
  <td>title</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
</table>
  
* uniqueID
+
<h3>Tab 2 - Background</h3>
** Type: Hidden
+
<table id="ce-fields">
** Default Value: ColdFusion Expression: createuuid()
+
<tr class="header">
* photo
+
  <td>Field Name/Label</td>
** Type: Image
+
  <td>Field ID</td>
** Label: Photo
+
  <td>Field Type</td>
* userID
+
  <td>Required?</td>
** Type: Text Field Edit Once
+
  <td>Properties</td>
** Label: User ID
+
</tr>
*** Properties:
+
<tr>
**** Field ID: userid
+
  <td>Bio</td>
**** Field Size: 40
+
  <td>bio</td>
*** Security:
+
  <td>Large Text Area</td>
**** Anonymous Users - Read
+
  <td>No</td>
**** Authenticated Users - Read
+
  <td></td>
**** (Site Admin Group) - Read, Edit
+
</tr>
**** (Site Admin User Account) - Read, Edit
+
<tr>
* firstName
+
  <td>Website</td>
** Type: Text
+
  <td>website</td>
** Label: First Name
+
  <td>URL</td>
*** Properties:
+
  <td>No</td>
**** Size: 40
+
  <td>Size: 40</td>
* lastName
+
</tr>
** Type: Text
+
<tr>
** Label: Last Name
+
  <td>Blog</td>
*** Properties:
+
  <td>blog</td>
**** Size: 40
+
  <td>URL</td>
* email
+
  <td>No</td>
** Type: Text
+
  <td>Size: 40</td>
** Label: Email
+
</tr>
*** Properties:
+
</table>
**** Size: 40
 
* phone
 
** Type: Text
 
** Label: Phone
 
*** Properties:
 
**** Size: 40
 
  
Tab 2 - Background
+
<h3>Tab 3 - Social Networking</h3>
 +
<table id="ce-fields">
 +
<tr class="header">
 +
  <td>Field Name/Label</td>
 +
  <td>Field ID</td>
 +
  <td>Field Type</td>
 +
  <td>Required?</td>
 +
  <td>Properties</td>
 +
</tr>
 +
<tr>
 +
  <td>Twitter Username</td>
 +
  <td>twitter</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Facebook Username</td>
 +
  <td>facebook</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>LinkedIn URL</td>
 +
  <td>linkedIn</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Flickr</td>
 +
  <td>flickr</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>YouTube</td>
 +
  <td>youtube</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
</table>
  
* bio
+
[[Category:Profile]]
** Type: Large Text Area
 
** Label: Bio
 
* website
 
** Type: URL
 
** Label: Website
 
*** Properties:
 
**** Size: 40
 
* blog
 
** Type: URL
 
** Label: Blog
 
*** Properties:
 
**** Size: 40
 

Latest revision as of 15:31, 29 March 2010

Overview

Profile Custom Element for storing the main profile data.

Fields

Tab 1 - Profile

Field Name/Label Field ID Field Type Required? Properties
uniqueID uniqueID Hidden N/A Default Value: {createuuid()}
Photo photo Image Yes

Field Name: userIDFld
Field Size: 40
Default Value: {request.user.userid}
Edit Once: true
Security:
Anonymous Users - Read
Authenticated Users - Read
(Site Admin Group) - Read, Edit

First Name firstName Text Yes Size: 40
Last Name lastName Text Yes Size: 40
Email email Text No Size: 40
Phone phone Text No Size: 40
Company company Text No Size: 40
Title title Text No Size: 40

Tab 2 - Background

Field Name/Label Field ID Field Type Required? Properties
Bio bio Large Text Area No
Website website URL No Size: 40
Blog blog URL No Size: 40

Tab 3 - Social Networking

Field Name/Label Field ID Field Type Required? Properties
Twitter Username twitter Text No Size: 40
Facebook Username facebook Text No Size: 40
LinkedIn URL linkedIn Text No Size: 40
Flickr flickr Text No Size: 40
YouTube youtube Text No Size: 40