Difference between revisions of "PT Photo Gallery Photo Custom Element"

From ADF Docs
Jump to: navigation, search
(Fields)
Line 4: Line 4:
 
== Fields ==
 
== Fields ==
 
Tab 1 - Photo
 
Tab 1 - Photo
 +
 +
<table>
 +
<tr>
 +
  <td>Field Name/Label</td>
 +
  <td>Field ID</td>
 +
  <td>Field Type</td>
 +
  <td>Required?</td>
 +
  <td>Properties</td>
 +
</tr>
 +
<tr>
 +
  <td>photoID</td>
 +
  <td>photoID</td>
 +
  <td>Hidden</td>
 +
  <td>N/A</td>
 +
  <td>Default Value: {createuuid()}</td>
 +
</tr>
 +
<tr>
 +
  <td>Title</td>
 +
  <td>title</td>
 +
  <td>Text</td>
 +
  <td>Yes</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
</table>
 +
  
 
* photoID
 
* photoID

Revision as of 13:04, 26 March 2010

Overview

Photo Custom Element for storing the Photo data.

Fields

Tab 1 - Photo

Field Name/Label Field ID Field Type Required? Properties
photoID photoID Hidden N/A Default Value: {createuuid()}
Title title Text Yes Size: 40


  • photoID
    • Type: Hidden
    • Default Value: {createuuid()}
  • title
    • Type: Text
    • Label: Title
    • Required: Yes
      • Properties:
        • Size: 40
  • caption
    • Type: Text
    • Label: Caption
      • Properties:
        • Size: 40
  • abstract
    • Type: Large Text Area
    • Label: Abstract
      • Properties:
        • Columns: 40
        • Rows: 4
  • photo
    • Type: Photo Upload
    • Label: Photo
    • Required: Yes
      • Properties:
        • Photo Category Field Name: category
        • Include Image Gallery Field Name: includeImageGallery
  • category
    • Type: Custom Element Select Field
    • Label: Category
    • Required: Yes
      • Properties:
        • Custom Element: Photo_Category
        • Select Value Field: categoryID
        • Select Display Field: Title
        • Field Name: category
        • Field Display Type: Visible
  • includeImageGallery
    • Type: Photo Image Gallery Checkbox Field
    • Label: Include Photo in Image Gallery
      • Properties:
        • Field Name: includeImageGallery
        • Field Display Type: Visible
        • Default Field Value: Checked
        • Image Gallery PageID Field Name: imgGalleryPageID
  • imgGalleryPageID
    • Type: Hidden Field With Name
    • Label: Image Gallery PageID
      • Properties:
        • Field Name: imgGalleryPageID