Difference between revisions of "CS Blog Version 2 Element Blog"

From ADF Docs
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h3>Tab 1 - Photo</h3>
+
== Overview ==
 +
Blog custom element used to store overall blog related data.
 +
 
 +
== Fields ==
 
<table id="ce-fields">
 
<table id="ce-fields">
 
<tr class="header">
 
<tr class="header">
Line 19: Line 22:
 
   <td>subsite</td>
 
   <td>subsite</td>
 
   <td>Subsite Select</td>
 
   <td>Subsite Select</td>
   <td>no</td>
+
   <td>No</td>
   <td>Allow Subsite Add: no</td>
+
   <td>Allow Subsite Add: No</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 26: Line 29:
 
   <td>blogTemplate</td>
 
   <td>blogTemplate</td>
 
   <td>Template Select</td>
 
   <td>Template Select</td>
   <td>no</td>
+
   <td>No</td>
 
   <td></td>
 
   <td></td>
 
</tr>
 
</tr>
Line 54: Line 57:
 
   <td>active</td>
 
   <td>active</td>
 
   <td>Selection List</td>
 
   <td>Selection List</td>
   <td>no</td>
+
   <td>No</td>
 
   <td>Option List Source: Value List<br/>Option List: Yes,No<br/>Multiple: No<br/>Select Option: No<br/>Size: 1
 
   <td>Option List Source: Value List<br/>Option List: Yes,No<br/>Multiple: No<br/>Select Option: No<br/>Size: 1
 
   </td>
 
   </td>
Line 62: Line 65:
 
   <td>blogID</td>
 
   <td>blogID</td>
 
   <td>hidden</td>
 
   <td>hidden</td>
   <td>No</td>
+
   <td>N/A</td>
 
   <td>{createUUID()}</td>
 
   <td>{createUUID()}</td>
 
</tr>
 
</tr>

Latest revision as of 14:33, 16 September 2010

Overview

Blog custom element used to store overall blog related data.

Fields

Field Name/Label Field ID Field Type Required? Properties
Name name Text No Maximum Length: 255
Size: 45
Subsite subsite Subsite Select No Allow Subsite Add: No
Blog Template blogTemplate Template Select No
Owner ID ownerID hidden N/A {request.user.userid}
Created By createdBy hidden N/A {request.user.userid}
Date Created dateCreated Text No Maximum Length: 255
Size:20
Active active Selection List No Option List Source: Value List
Option List: Yes,No
Multiple: No
Select Option: No
Size: 1
Blog ID blogID hidden N/A {createUUID()}