Difference between revisions of "PT Photo Gallery Photo Custom Element"
From ADF Docs
(Created page with '== Overview == Photo Custom Element for storing the Photo data. == Fields == Tab 1 - Photo * photoID ** Type: Hidden ** Default Value: {createuuid()} * title ** Type: text ** …') |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
== Fields == | == Fields == | ||
− | Tab 1 - Photo | + | <h3>Tab 1 - Photo</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>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> | ||
+ | <tr> | ||
+ | <td>Caption</td> | ||
+ | <td>caption</td> | ||
+ | <td>Text</td> | ||
+ | <td>No</td> | ||
+ | <td>Size: 40</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Abstract</td> | ||
+ | <td>abstract</td> | ||
+ | <td>Large Text Area</td> | ||
+ | <td>No</td> | ||
+ | <td>Columns: 40<br>Rows: 4</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Category</td> | ||
+ | <td>category</td> | ||
+ | <td>Custom Element Select Field</td> | ||
+ | <td>Yes</td> | ||
+ | <td> | ||
+ | Custom Element: Photo_Category | ||
+ | <br>Select Value Field: categoryID | ||
+ | <br>Select Display Field: Title | ||
+ | <br>Field Name: category | ||
+ | <br>Field Display Type: Visible | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Photo</td> | ||
+ | <td>photo</td> | ||
+ | <td>Photo Upload</td> | ||
+ | <td>Yes</td> | ||
+ | <td> | ||
+ | Photo Category Field Name: category | ||
+ | <br>Include Image Gallery Field Name: includeImageGallery | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Include Photo in Image Gallery</td> | ||
+ | <td>includeImageGallery</td> | ||
+ | <td>Photo Image Gallery Checkbox Field</td> | ||
+ | <td>No</td> | ||
+ | <td> | ||
+ | Field Name: includeImageGallery | ||
+ | <br>Field Display Type: Visible | ||
+ | <br>Default Field Value: Checked | ||
+ | <br>Image Gallery PageID Field Name: imgGalleryPageID | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Image Gallery PageID</td> | ||
+ | <td>imgGalleryPageID</td> | ||
+ | <td>Custom Hidden Field</td> | ||
+ | <td>Yes</td> | ||
+ | <td>Field ID: imgGalleryPageID</td> | ||
+ | </tr> | ||
+ | </table> | ||
− | + | [[Category:Photo Gallery]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 17:15, 17 September 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 |
Caption | caption | Text | No | Size: 40 |
Abstract | abstract | Large Text Area | No | Columns: 40 Rows: 4 |
Category | category | Custom Element Select Field | Yes |
Custom Element: Photo_Category
|
Photo | photo | Photo Upload | Yes |
Photo Category Field Name: category
|
Include Photo in Image Gallery | includeImageGallery | Photo Image Gallery Checkbox Field | No |
Field Name: includeImageGallery
|
Image Gallery PageID | imgGalleryPageID | Custom Hidden Field | Yes | Field ID: imgGalleryPageID |