<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://community.paperthin.com/adf-docs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rwest</id>
		<title>ADF Docs - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://community.paperthin.com/adf-docs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rwest"/>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php/Special:Contributions/Rwest"/>
		<updated>2026-05-16T13:51:43Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Calendar2_Manage_Copy_Event&amp;diff=4785</id>
		<title>PT Calendar2 Manage Copy Event</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Calendar2_Manage_Copy_Event&amp;diff=4785"/>
				<updated>2011-06-17T15:23:57Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[PT Calendar2 Build Subsites Templates and Pages|Build Subsites, Templates and Pages]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The Manage Event Copy Page is a lightbox page to copy event records or reoccurring events.&lt;br /&gt;
&lt;br /&gt;
Follow these steps to configure the link and page for copying events.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
# Create a new page called 'Manage Copy Event' from the [[PT_Calendar2_Lightbox_Template|Lightbox Template]] and in the ''/lightbox/calendar/'' subsite.&lt;br /&gt;
# In the main content of the page place a Custom Script element.&lt;br /&gt;
# From the Custom Script element interface, click the &amp;quot;Edit&amp;quot; icon.&lt;br /&gt;
# Enter the following text into the Explicit Module path: &lt;br /&gt;
## ''/ADF/apps/pt_calendar2/customcf/lb_manage_copy_event_header.cfm''&lt;br /&gt;
# Select Finish&lt;br /&gt;
# Publish the page&lt;br /&gt;
&lt;br /&gt;
== Update Configuration ==&lt;br /&gt;
Update the Calendar Configuration for the '''Manage Event Copy URL''' field.  Edit the row in the datasheet and select the CommonSpot page that was created.&lt;br /&gt;
&lt;br /&gt;
[[Reset ADF|Reset the ADF]] for the server and site.&lt;br /&gt;
&lt;br /&gt;
[[Category:Calendar]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Mobile&amp;diff=4766</id>
		<title>PT Mobile</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Mobile&amp;diff=4766"/>
				<updated>2011-04-08T17:03:13Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: added better app description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The Mobile Application is a small framework that makes it easier to present existing CommonSpot pages on mobile devices.  The application provides:&lt;br /&gt;
* Automatic redirect to a new home page when a mobile device is detected&lt;br /&gt;
* Sample XSLT transformations to convert CS Page content into lightweight HTML&lt;br /&gt;
* Support for Android, iOS and Blackberry device recognition&lt;br /&gt;
* Support for server side and client side transformations&lt;br /&gt;
&lt;br /&gt;
The goal of the application is to allow you to build a look and feel that works well on mobile devices without duplicating content.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
ADF Version 1.5&lt;br /&gt;
&lt;br /&gt;
ADF must be configured correctly for your site.  [[Site Configuration (ADF.cfc)]] has instructions for configuration.&lt;br /&gt;
&lt;br /&gt;
== Pre-installation Considerations ==&lt;br /&gt;
[[Overview|Application Development Framework (ADF)]] must be setup and configured on the server for the site.  For detailed instructions, see the [[Overview|Application Development Framework (ADF)]] wiki page for Site Configurations.&lt;br /&gt;
&lt;br /&gt;
== Installation/Setup ==&lt;br /&gt;
Each of the following steps should be completed fully and in the order presented:&lt;br /&gt;
&lt;br /&gt;
# [[PT_Mobile_Extract|Extract Application]]&lt;br /&gt;
# [[PT_Mobile_Configuration|Configuration]]&lt;br /&gt;
# [[PT_Mobile_Getting_Started|Getting Started]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Category:Mobile]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=CCAPI_Config&amp;diff=4573</id>
		<title>CCAPI Config</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=CCAPI_Config&amp;diff=4573"/>
				<updated>2011-01-31T16:04:36Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
Sometimes your applications may need to add content programmatically (like creating pages, uploading documents and adding custom element content).  The [[CCAPI]] Library Component makes it easy to add content into CommonSpot.  The [[CCAPI]] Library Component utilizes an [[Application Configuration at the Site Level (XML)]] to load the settings into the [[CCAPI]] calls.&lt;br /&gt;
&lt;br /&gt;
The CCAPI Config uses the [[Config|Core Config]] object to handle its site specific configuration.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
Note: CommonSpot must be configured to allow API calls before using the ADF CCAPI components.&lt;br /&gt;
Please read the section of the Developers Guide on the Content Creation API&lt;br /&gt;
(search for &amp;quot;loaderrequest.dat&amp;quot;).&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== File format and location ==&lt;br /&gt;
To allow each site to have its own configuration for the CCAPI:&lt;br /&gt;
# Locate the '/_cs_apps/config/' directory in your site.  If this directory does not exist, create it.&lt;br /&gt;
# Place a file in this directory called &amp;quot;ccapi.xml&amp;quot;.&lt;br /&gt;
# Place the following XML content into the ccapi.xml file&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;settings&amp;gt;&lt;br /&gt;
  &amp;lt;logging&amp;gt;&lt;br /&gt;
   &amp;lt;enabled&amp;gt;1&amp;lt;/enabled&amp;gt;&lt;br /&gt;
  &amp;lt;/logging&amp;gt;&lt;br /&gt;
  &amp;lt;elements&amp;gt;&lt;br /&gt;
   &amp;lt;UniqueElementName&amp;gt;&lt;br /&gt;
    &amp;lt;pageID&amp;gt;30622&amp;lt;/pageID&amp;gt;&lt;br /&gt;
    &amp;lt;subsiteID&amp;gt;1&amp;lt;/subsiteID&amp;gt;&lt;br /&gt;
    &amp;lt;elementType&amp;gt;custom&amp;lt;/elementType&amp;gt;&lt;br /&gt;
    &amp;lt;controlName&amp;gt;posts&amp;lt;/controlName&amp;gt;&lt;br /&gt;
   &amp;lt;/UniqueElementName&amp;gt;&lt;br /&gt;
 &amp;lt;/elements&amp;gt;&lt;br /&gt;
 &amp;lt;wsVars&amp;gt;&lt;br /&gt;
  &amp;lt;webserviceURL&amp;gt;http://cfusion/commonspot/webservice/cs_service.cfc?wsdl&amp;lt;/webserviceURL&amp;gt;&lt;br /&gt;
  &amp;lt;csuserid&amp;gt;csUserName&amp;lt;/csuserid&amp;gt;&lt;br /&gt;
  &amp;lt;cspassword&amp;gt;csPassword&amp;lt;/cspassword&amp;gt;&lt;br /&gt;
  &amp;lt;site&amp;gt;Demo&amp;lt;/site&amp;gt;&lt;br /&gt;
  &amp;lt;siteURL&amp;gt;http://cfusion/demo&amp;lt;/siteURL&amp;gt;&lt;br /&gt;
  &amp;lt;subsiteID&amp;gt;1&amp;lt;/subsiteID&amp;gt;&lt;br /&gt;
  &amp;lt;cssites&amp;gt;commonspot-sites&amp;lt;/cssites&amp;gt;&lt;br /&gt;
 &amp;lt;/wsVars&amp;gt;&lt;br /&gt;
&amp;lt;/settings&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XML Components ==&lt;br /&gt;
There are three major components in the CCAPI XML Config file:&lt;br /&gt;
# &amp;lt;logging&amp;gt; This tag contains the flag to enable logging. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &amp;lt;elements&amp;gt; This tag contains the Custom Elements and Textblock elements that you would like to use.  See the [[CCAPI Element|CCAPI Content]] page for additional information about how to add/edit data within Textblocks and Custom Elements.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &amp;lt;wsVars&amp;gt; This node contains the Web Services information for your site.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
For this example we will use a custom element called &amp;quot;News&amp;quot; with the following fields (Note: Field Labels in text, field names in brackets []):&lt;br /&gt;
* Title [title]&lt;br /&gt;
* Description [descr]&lt;br /&gt;
* Date Posted [datePosted]&lt;br /&gt;
* Content [content]&lt;br /&gt;
* Author [author]&lt;br /&gt;
&lt;br /&gt;
Lets also assume that your Server has the following configuration:&lt;br /&gt;
* Site URL: http://cms.mysite.com&lt;br /&gt;
* CS Admin Username: admin&lt;br /&gt;
* CS Admin password: password&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sample Steps ===&lt;br /&gt;
If you want to easily populate this Custom Element using the CCAPI then you would do the following:&lt;br /&gt;
&lt;br /&gt;
# Create a page somewhere in your site (we usually create a page called ccapi.cfm)&lt;br /&gt;
# Place thew &amp;quot;News&amp;quot; custom element in the page&lt;br /&gt;
# Give the element the name &amp;quot;NewsElement&amp;quot; (using the Element Indicators in CS v.5+ you would click the &amp;quot;more&amp;quot; icon and then go to Name)&lt;br /&gt;
# Save the page and move into read mode&lt;br /&gt;
# View the source of the page and look for the page and subsite IDs (Note: this will be in a javascript block near the top of the page - look for &amp;quot;jsPageID&amp;quot; and &amp;quot;subsiteID&amp;quot;) - for the sake of our example lets say the pageID = 1345 and the subsiteID = 4&lt;br /&gt;
# Enter the code below into your CCAPI.xml file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;settings&amp;gt;&lt;br /&gt;
   &amp;lt;logging&amp;gt;&lt;br /&gt;
        &amp;lt;enabled&amp;gt;1&amp;lt;/enabled&amp;gt;&lt;br /&gt;
    &amp;lt;/logging&amp;gt;&lt;br /&gt;
    &amp;lt;elements&amp;gt;&lt;br /&gt;
        &amp;lt;News&amp;gt;&lt;br /&gt;
            &amp;lt;pageID&amp;gt;1345&amp;lt;/pageID&amp;gt;&lt;br /&gt;
            &amp;lt;subsiteID&amp;gt;4&amp;lt;/subsiteID&amp;gt;&lt;br /&gt;
            &amp;lt;elementType&amp;gt;custom&amp;lt;/elementType&amp;gt;&lt;br /&gt;
            &amp;lt;controlName&amp;gt;NewsElement&amp;lt;/controlName&amp;gt;&lt;br /&gt;
        &amp;lt;/News&amp;gt;&lt;br /&gt;
    &amp;lt;/elements&amp;gt;&lt;br /&gt;
    &amp;lt;wsVars&amp;gt;&lt;br /&gt;
        &amp;lt;webserviceURL&amp;gt;http://cms.mysite.com/commonspot/webservice/cs_service.cfc?wsdl&amp;lt;/webserviceURL&amp;gt;&lt;br /&gt;
        &amp;lt;csuserid&amp;gt;admin&amp;lt;/csuserid&amp;gt;&lt;br /&gt;
        &amp;lt;cspassword&amp;gt;password&amp;lt;/cspassword&amp;gt;&lt;br /&gt;
        &amp;lt;site&amp;gt;Demo&amp;lt;/site&amp;gt;&lt;br /&gt;
        &amp;lt;siteURL&amp;gt;http://cms.mysite.com&amp;lt;/siteURL&amp;gt;&lt;br /&gt;
        &amp;lt;subsiteID&amp;gt;1&amp;lt;/subsiteID&amp;gt;&lt;br /&gt;
        &amp;lt;cssites&amp;gt;commonspot-sites&amp;lt;/cssites&amp;gt;&lt;br /&gt;
    &amp;lt;/wsVars&amp;gt;&lt;br /&gt;
 &amp;lt;/settings&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analyzing the file ===&lt;br /&gt;
We have created a &amp;lt;News&amp;gt; node under the &amp;lt;elements&amp;gt; node.  The word &amp;quot;News&amp;quot; is arbitrary and really only needs to be unique (e.g. each xml node within elements needs to be unique).&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;News&amp;gt; element we have configured it to use the information from the ccapi.cfm page we created above.  Notice how the &amp;lt;elementType&amp;gt; is &amp;quot;custom&amp;quot; - thats because we are working with a Custom Element.  The &amp;lt;controlName&amp;gt; contains the value you entered in the &amp;quot;Name&amp;quot; field for the &amp;quot;News&amp;quot; element on the page.&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;wsVars&amp;gt; node we completed the information based on the settings for the server.&lt;br /&gt;
&lt;br /&gt;
 Note: Make sure you Reset the ADF whenever this file is added/modified&lt;br /&gt;
&lt;br /&gt;
=== Code sample ===&lt;br /&gt;
Now it is simple to use the [[CCAPI]] to make calls to populate this custom element. Sample code would look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfscript&amp;gt;&lt;br /&gt;
 // setup a data structure for the news element content&lt;br /&gt;
 newsData = structNew();&lt;br /&gt;
 newsData.title = &amp;quot;My New News Article&amp;quot;;&lt;br /&gt;
 newsData.descr = &amp;quot;We are adding content via the CCAPI with the ADF&amp;quot;;&lt;br /&gt;
 newsData.datePosted = request.formattedTimestamp;&lt;br /&gt;
 newsData.content = &amp;quot;Here is the content of the article (can contain &amp;lt;html&amp;gt;)&amp;quot;;&lt;br /&gt;
 newsData.author = &amp;quot;John Smith&amp;quot;;&lt;br /&gt;
 // make the call to create content&lt;br /&gt;
 addContentResults = application.ADF.csContent.populateContent(&amp;quot;News&amp;quot;, newsData);&lt;br /&gt;
&amp;lt;/cfscript&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The newsData structure contains all of the fields for the custom element.  The call to &amp;quot;csContent&amp;quot; has 2 parameters the first being the &amp;quot;named element&amp;quot; - this matches the node in the &amp;lt;elements&amp;gt; section of the CCAPI.xml file from above.  The second parameter is the actual data for the custom element.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CCAPI]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=MediaWiki:Sidebar&amp;diff=4506</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=MediaWiki:Sidebar&amp;diff=4506"/>
				<updated>2010-12-14T23:31:30Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: changed the CCAPI link (again)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* home&lt;br /&gt;
**Main_Page|ADF Docs Home&lt;br /&gt;
&lt;br /&gt;
*SEARCH&lt;br /&gt;
Browse | Advanced&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*About the Framework&lt;br /&gt;
**Overview|Overview&lt;br /&gt;
**Architecture|Architecture&lt;br /&gt;
**Security|Security&lt;br /&gt;
**Glossary|Glossary&lt;br /&gt;
&lt;br /&gt;
*Using the ADF&lt;br /&gt;
**Installation|Installation&lt;br /&gt;
**Getting Started|Getting Started&lt;br /&gt;
**Library|Library (API)&lt;br /&gt;
**Category:How-to_Guide|How-to Guides&lt;br /&gt;
**Troubleshooting|Troubleshooting&lt;br /&gt;
&lt;br /&gt;
*Projects&lt;br /&gt;
**Blogs|Blogs&lt;br /&gt;
**CCAPI_Library_Component|CCAPI&lt;br /&gt;
**Forums|Forums&lt;br /&gt;
**PT Photo_Gallery|Photo Gallery&lt;br /&gt;
**Profiles|Profiles&lt;br /&gt;
**View_All|View All Projects&lt;br /&gt;
&lt;br /&gt;
*About the Wiki&lt;br /&gt;
**About|About&lt;br /&gt;
**Contributing|Contributing&lt;br /&gt;
**Templates|Templates&lt;br /&gt;
**Special:Categories|Categories&lt;br /&gt;
**Special:UserLogin|Login/Create an Account&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--* navigation  --&amp;gt;&lt;br /&gt;
&amp;lt;!--** mainpage|mainpage-description --&amp;gt;&lt;br /&gt;
&amp;lt;!--** portal-url|portal--&amp;gt;&lt;br /&gt;
&amp;lt;!--** currentevents-url|currentevents--&amp;gt;&lt;br /&gt;
&amp;lt;!--** recentchanges-url|recentchanges--&amp;gt;&lt;br /&gt;
&amp;lt;!--** randompage-url|randompage--&amp;gt;&lt;br /&gt;
&amp;lt;!--** helppage|help--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=MediaWiki:Sidebar&amp;diff=4505</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=MediaWiki:Sidebar&amp;diff=4505"/>
				<updated>2010-12-14T23:30:54Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: changed the CCAPI link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* home&lt;br /&gt;
**Main_Page|ADF Docs Home&lt;br /&gt;
&lt;br /&gt;
*SEARCH&lt;br /&gt;
Browse | Advanced&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*About the Framework&lt;br /&gt;
**Overview|Overview&lt;br /&gt;
**Architecture|Architecture&lt;br /&gt;
**Security|Security&lt;br /&gt;
**Glossary|Glossary&lt;br /&gt;
&lt;br /&gt;
*Using the ADF&lt;br /&gt;
**Installation|Installation&lt;br /&gt;
**Getting Started|Getting Started&lt;br /&gt;
**Library|Library (API)&lt;br /&gt;
**Category:How-to_Guide|How-to Guides&lt;br /&gt;
**Troubleshooting|Troubleshooting&lt;br /&gt;
&lt;br /&gt;
*Projects&lt;br /&gt;
**Blogs|Blogs&lt;br /&gt;
**CCAPI|CCAPI_Library_Component&lt;br /&gt;
**Forums|Forums&lt;br /&gt;
**PT Photo_Gallery|Photo Gallery&lt;br /&gt;
**Profiles|Profiles&lt;br /&gt;
**View_All|View All Projects&lt;br /&gt;
&lt;br /&gt;
*About the Wiki&lt;br /&gt;
**About|About&lt;br /&gt;
**Contributing|Contributing&lt;br /&gt;
**Templates|Templates&lt;br /&gt;
**Special:Categories|Categories&lt;br /&gt;
**Special:UserLogin|Login/Create an Account&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--* navigation  --&amp;gt;&lt;br /&gt;
&amp;lt;!--** mainpage|mainpage-description --&amp;gt;&lt;br /&gt;
&amp;lt;!--** portal-url|portal--&amp;gt;&lt;br /&gt;
&amp;lt;!--** currentevents-url|currentevents--&amp;gt;&lt;br /&gt;
&amp;lt;!--** recentchanges-url|recentchanges--&amp;gt;&lt;br /&gt;
&amp;lt;!--** randompage-url|randompage--&amp;gt;&lt;br /&gt;
&amp;lt;!--** helppage|help--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Create_New_ADF_App&amp;diff=4502</id>
		<title>Create New ADF App</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Create_New_ADF_App&amp;diff=4502"/>
				<updated>2010-11-24T17:44:12Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rwest&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[ADF Applications]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Forums_Configuration&amp;diff=4501</id>
		<title>PT Forums Configuration</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Forums_Configuration&amp;diff=4501"/>
				<updated>2010-11-24T17:42:36Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Gcronkright&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[PT Forums Build Templates Pages|Build Templates/Pages]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The Forums Configuration Page will be used to manage the PTForums Configuration custom element. Follow these steps to configure the datasheet and page for adding the configuration settings.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
# Create a new page called 'Configuration Manager' in the ''/webadmin/forums/'' subsite.&lt;br /&gt;
# In the main content of the page, add a Custom Script element.&lt;br /&gt;
# Enter the explicit module path for:&lt;br /&gt;
## ''/ADF/apps/pt_forum/customcf/manage_configuration_header.cfm''&lt;br /&gt;
# From the Datasheet element interface, click the &amp;quot;Datasheet&amp;quot; icon.&lt;br /&gt;
# From the &amp;quot;Datasheet Views&amp;quot; dialog, follow the &amp;quot;Click here to create a new datasheet view&amp;quot; link.&lt;br /&gt;
# Enter the following information and then click &amp;quot;Next&amp;quot;:&lt;br /&gt;
## Name: Forums Configuration&lt;br /&gt;
## Private: unchecked&lt;br /&gt;
## Default View: unchecked&lt;br /&gt;
## Description: View to manage the Forums Configuration&lt;br /&gt;
## Datasheet Source: Form Result/Custom Element Sheet&lt;br /&gt;
# From the Datasheet Source dialog choose the &amp;quot;ptForums Configuration&amp;quot; custom element and click &amp;quot;Next&amp;quot;.&lt;br /&gt;
# From the Datasheet Columns Dialog choose a few columns from the Available Columns list and move them to the Selected Columns list. (CS_USERS_DSN, Forum_UI_Theme, FORUM_HOME_URL, etc...) and then click &amp;quot;Finish&amp;quot;.&lt;br /&gt;
# You will be brought to the Datasheet View page; click &amp;quot;Close&amp;quot; to return to your page.&lt;br /&gt;
# You will see the datasheet element on this page now. Click the Datasheet element interface icon again and this time choose &amp;quot;Edit Columns&amp;quot;.&lt;br /&gt;
# From the Datasheet View Column Properties dialog choose the link for &amp;quot;Add a new action column&amp;quot; again.&lt;br /&gt;
# Within the Action Column Properties dialog enter the following information and click &amp;quot;Finish&amp;quot;:&lt;br /&gt;
## Header: Edit&lt;br /&gt;
## Hide Header: Checked&lt;br /&gt;
## Column Text: edit&lt;br /&gt;
## Window Target Name: &amp;lt;leave blank&amp;gt;&lt;br /&gt;
## Modules: edit-form-data.cfm&lt;br /&gt;
# No 'Delete' Action needed.&lt;br /&gt;
# Publish the page.&lt;br /&gt;
&lt;br /&gt;
== Create Forum Configuration Record ==&lt;br /&gt;
We are creating a single Forum Configuration element record to be used within the application.  &lt;br /&gt;
&lt;br /&gt;
#Go to the '''Add New Config Data''' page &lt;br /&gt;
#Update the following fields:&lt;br /&gt;
## FORUM HOME URL - The home (or root) URL for your FORUM or site&lt;br /&gt;
## SUBSCRIPTION FROM EMAIL - The FROM email address for thread subscription post notifications  &lt;br /&gt;
#Submit the form to create '''one record'''.   &lt;br /&gt;
&lt;br /&gt;
The other fields will be completed as the pages are built.&lt;br /&gt;
&lt;br /&gt;
See the [[PT_Forums Site_Configuration|Site Configuration]] wiki page for more information on the fields and the correct values.&lt;br /&gt;
&lt;br /&gt;
[[Reset ADF|Reset the ADF]] for the server and site.&lt;br /&gt;
&lt;br /&gt;
[[Category:Forums]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Custom_Field_Types&amp;diff=4500</id>
		<title>Custom Field Types</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Custom_Field_Types&amp;diff=4500"/>
				<updated>2010-11-24T17:42:32Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Ssmith&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
CommonSpot Custom Field Types (CFT) is one of (if not THE) most powerful API's available to you as a developer.  Custom Field Types are described in detail in the CommonSpot Developers guide which is available in your CommonSpot Help (/commonspot/help/) or on the [http://www.paperthin.com PaperThin, Inc.] website.&lt;br /&gt;
&lt;br /&gt;
However, in summary a Custom Field Type is an API that allows you to interact with any custom form (Custom Element, Metadata Form or Simple Form) within CommonSpot.  With a Custom Field Type you can:&lt;br /&gt;
* Build a custom input control similar in complexity to the Rich Text Editor or as simple as the standard text input control&lt;br /&gt;
* Connect two fields in a custom element using jQuery or other JavaScript library&lt;br /&gt;
* Create an interface for content contributors that allows them to interact with non-CommonSpot data&lt;br /&gt;
&lt;br /&gt;
== Custom Fields in the ADF (Extensions) ==&lt;br /&gt;
The /ADF/extensions/customfields/ directory contains some pretty powerful Custom Field Types.  They are simple to install and even easier to use:&lt;br /&gt;
* [[General Chooser]]: The General Chooser is an extensible CFT that allow you to easily connect two custom elements together&lt;br /&gt;
* [[Custom Element Select]]: The Custom Element Select CFT is similar to the General Chooser as it allows you to connect two custom elements together&lt;br /&gt;
* [[Subsite Select]]: The Subsite Select CFT allows you to choose a subsite and bind the subsiteID to any element record&lt;br /&gt;
* [[Template Select]]: The Template Select CFT allows you to choose a templateID and bind it to any element record&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Dev_Create_Eclipse_Project&amp;diff=4499</id>
		<title>Dev Create Eclipse Project</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Dev_Create_Eclipse_Project&amp;diff=4499"/>
				<updated>2010-11-24T17:42:29Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Renee.mckechnie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
To develop an application and commit the updates back to the SVN repository, the project needs to be set up through an IDE.  &lt;br /&gt;
&lt;br /&gt;
The following steps set up an ADF app to update and commit the latest code to the SVN repository.  &lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
* Follow the instructions to set up the [[Developers_Guide|Development Environment]].&lt;br /&gt;
* Install the [http://subclipse.tigris.org/ Subclipse] plug-in into Eclipse.&lt;br /&gt;
* In Eclipse, in the Project Explorer view, create a new project. &lt;br /&gt;
* In the ''New Project'' dialog, select either ''Project'' or ''CFML Project''.&lt;br /&gt;
* Enter the project name in the text field.  Uncheck the ''Use default location'' and enter the path for the SVN checked out app that was setup through the [[Developers_Guide|Development Environment]].&lt;br /&gt;
** [[File:svn_apps_eclipse_01.jpg]]&lt;br /&gt;
* In the ''Project References'' dialog, do not select any other projects and click ''finish''.&lt;br /&gt;
* In the Project Explorer view, you will now see the project and that it is connected to the SVN App's repository.  You can also see your working copy from the SVN repository.&lt;br /&gt;
** [[File:svn_apps_eclipse_02.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Category: How-to Guide]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Dev_Merge_Branch&amp;diff=4498</id>
		<title>Dev Merge Branch</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Dev_Merge_Branch&amp;diff=4498"/>
				<updated>2010-11-24T17:42:26Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by WikiSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Where branches are used to maintain separate lines of development, at some stage you will want to merge the changes made on one branch back into the trunk, or vice versa. &lt;br /&gt;
&lt;br /&gt;
It is important to understand how branching and merging works in Subversion before you start using it, as it can become quite complex. It is highly recommended that you read the chapter [http://svnbook.red-bean.com/en/1.5/svn.branchmerge.html Branching and Merging] in the Subversion book, which gives a full description and many examples of how it is used. &lt;br /&gt;
&lt;br /&gt;
The next point to note is that merging ''always'' takes place within a working copy. If you want to merge changes into a branch, you have to have a working copy for that branch checked out.&lt;br /&gt;
&lt;br /&gt;
In general it is a good idea to perform a merge into an unmodified working copy. If you have made other changes in your WC, commit those first. If the merge does not go as you expect, you may want to revert the changes, and the ''Revert'' command will discard all changes including any you made before the merge. &lt;br /&gt;
&lt;br /&gt;
More information view this page, [http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-merge.html TortoiseSVN Merging].&lt;br /&gt;
&lt;br /&gt;
== Merge a Branch ==&lt;br /&gt;
Follow the steps below to merge a branch back into the trunk.&lt;br /&gt;
&lt;br /&gt;
* Locate the Apps directory (not within the ADF directory) and right click the checked out SVN repository. From the menu, select ''Merge...''.&lt;br /&gt;
** [[File:svn_apps_merge_01.jpg]]&lt;br /&gt;
* In the Merge dialog, select the merge type as ''Reintegrate a branch''.&lt;br /&gt;
** [[File:svn_apps_merge_02.jpg]]&lt;br /&gt;
* In the Tree Merge dialog, enter the URL for the branch that is being merged back into the trunk.  If this is your working copy, then it will be auto populated correctly.&lt;br /&gt;
** [[File:svn_apps_merge_03.jpg]]&lt;br /&gt;
* In the Merge Options dialog, select the ''Merge'' button.&lt;br /&gt;
** [[File:svn_apps_merge_04.jpg]]&lt;br /&gt;
* The merge is completed and the trunk is now identical to the branch.&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Building_an_ADF_Application&amp;diff=4497</id>
		<title>Building an ADF Application</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Building_an_ADF_Application&amp;diff=4497"/>
				<updated>2010-11-24T17:42:16Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rwest&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
ADF Applications are a combination of custom coding, CommonSpot API calls, and CommonSpot Custom Elements.  Applications can do many things but on a whole they are used to allow content contributors to easily manage structured data within the CommonSpot site.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
To build Applications using the ADF it is essential that you become familiar with some of the common interfaces available to you as a developer.  Since the ADF is an extension of CommonSpot, the more you know about how CommonSpot works in general the better.  Some places to get started:&lt;br /&gt;
* CommonSpot Documentation: browse to /commonspot/help/ on your CommonSpot Authoring server to gain access to all of the documentation available in your installation&lt;br /&gt;
* Browse the Articles on the [http://community.paperthin.com/articles/browse.cfm CommonSpot Community Site] to learn what others are doing with the API's&lt;br /&gt;
* Contact your Account Manager for upcoming training dates&lt;br /&gt;
&lt;br /&gt;
== Core folders and files ==&lt;br /&gt;
The following steps are instructions for creating a new application in the ADF.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Note: A 'Starter App' is available for download on the [http://community.paperthin.com/projects/pt_starter_app/ CommonSpot Community Site]. See the [[Starter_Application|Starter Application]] wiki page for more details.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Pick a name for your application (See [[Best Practices for ADF Applications]] for more on naming your application)&lt;br /&gt;
&lt;br /&gt;
# Create a new directory for your application (application names and application directories do NOT have to match) within the /ADF/apps/ directory&lt;br /&gt;
# Copy the contents of the 'Starter App' into your new application directory&lt;br /&gt;
# Open the 'AppBeanConfig.cfm' file in your applications directory.  See the [[App Bean Config|App Bean Config]] wiki page for more details.&lt;br /&gt;
# Update the 'appBeanName' variable with the name for your application and the comment header at the top of the file with your application name.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
// App specific variables&lt;br /&gt;
appBeanName = &amp;quot;myAppName&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
# Save the updated 'AppBeanConfig.cfm' file.&lt;br /&gt;
# [[Reset_ADF|Reset the ADF]] for the server and site. &lt;br /&gt;
# If no error messages appear, then your application is configured within the ADF.&lt;br /&gt;
&lt;br /&gt;
== Adding functionality ==&lt;br /&gt;
Where you go from here is very much up to you.  Some things that you might do are:&lt;br /&gt;
* Build a CommonSpot Custom Element(s) to house your content&lt;br /&gt;
* Build a [[Custom Field Type]] to enhance the management of data&lt;br /&gt;
* Construct some [[Application Components]] to help control the entry and display of data from your Custom Element(s)&lt;br /&gt;
&lt;br /&gt;
[[ADF Applications|Back to ADF Applications]]&lt;br /&gt;
&lt;br /&gt;
[[Category: How-to Guide]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Multimedia_Getting_Started&amp;diff=4496</id>
		<title>PT Multimedia Getting Started</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Multimedia_Getting_Started&amp;diff=4496"/>
				<updated>2010-11-24T17:42:12Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Dbeckstrom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This guide is designed to help you quickly get started using the Multimedia application on your web site. Before you get started, there are some important concepts and terminology to understand.  The Multimedia application supports uploading video and audio files, through dialog screens in the Multimedia application, directly to your web server and then to play them within your site.  We refer to Multimedia served directly from your web server as “Locally Hosted”.   The Multimedia application will also play videos that are hosted on third-party sites such as youtube,  Yahoo and Vimeo.  This guide uses the term “Externally Hosted” to refer to the serving of multimedia which resides on third-party sites.&lt;br /&gt;
&lt;br /&gt;
Though the Multimedia application plays multimedia (locally hosted) without the need for a streaming server, if you wish to utilize a streaming server to take advantage of features such as digital rights, tracking and reporting, etc – you may easily customize the Multimedia application to use your in-house streaming server.  The Multimedia application is designed to allow your coldfusion developers to add support for additional third-party sites, modify how media displays, etc.&lt;br /&gt;
&lt;br /&gt;
If you only intend to present externally hosted media, then your Multimedia Configuration Manager page only requires that the “Upload Media Form”, “Pop-up Player URL” and “Search Results URL” fields be populated.  If you intend to present both externally and locally hosted multimedia, or just locally hosted multimedia, then all fields must be populated before you begin.  Instructions for these fields are described under the installation steps.  This guide assumes installation is completed.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
'''1)'''  The first step in using the Multimedia application is to navigate to your Multimedia Manager page and click on either the “Series” or “Category” tab (or both) and create entries.  Multimedia (audio and video) must be assigned to one or more Categories, one or more Series or a combination of Categories and Series.   &lt;br /&gt;
&lt;br /&gt;
*'''Series. '''  Series are how podcasts (which may be audio, video or both) are associated.  For example, let’s say that you have three videos (part 1, part 2 and part 3) which together form a tutorial podcast on “making widgets.”  You would create a Series entry called “making widgets.”  When these three videos are entered into the multimedia application, you would assign them to the “making widgets” Series.  If you don’t intend to create podcasts, the Series option could be repurposed as a secondary way of organizing your multimedia.&lt;br /&gt;
&lt;br /&gt;
*'''Categories. '''  The primary means of organizing your multimedia is through the use of Categories.  You might create a category called “Company News”, another category called “Lectures &amp;amp; Speeches” and one called “Events”.  These are essentially “buckets” in which you place your locally hosted and externally hosted multimedia.  You may have an unlimited number of categories and each video/audio item may be assigned to one or more categories.  Renaming a category or series (by editing the name through the datasheet) does not break the application.  Internally we use an ID – the display name may be changed at any time. &lt;br /&gt;
&lt;br /&gt;
'''2)''' After you’ve created a number of categories, it’s time to add your multimedia.  Still on the Multimedia Manager page, click on the Media tab and select the “Add new Media” button.  You will be presented with a form in a lightbox.    Enter a title in the “title” field (we recommend you keep titles relatively short).  Select whether this item is hosted locally or externally.  Note that the form will dynamically change to display the appropriate fields based on where (local or external) this item will originate.  Select a radio button to designate this item as featured or not featured.  Featured videos display larger than a thumbnail and are typically the focal point on the page.  You should only have one video at a time, in each category, designated as featured.  When it is time to present a new featured video, you would edit this video through the datasheet and select the “no” radio button for featured.  The replacement featured video would be set to “yes”.  Enter a short caption followed by a description which can be any length.  The remainder of this dialog depends on whether you chose “Locally Hosted Media” or “Externally Hosted Media” above.&lt;br /&gt;
&lt;br /&gt;
*'''For locally hosted''', we recommend that you provide a preview image by selecting the “select image” button and choosing an image from your file system.  Preview images display as thumbnails and also display in the player prior to the start of the video.  Preview images are not used for audio files.    Selecting the “upload” button will present you with a dialog to upload your audio or video file to your server.  The upload will only accept file types (extensions) that you specified in the Multimedia Manager Configuration “upload file types” field.  Files that exceed the size specified in the Multimedia Manager Configuration “max file size” field will be rejected.  Uploaded files will be stored in the directory specified in the Multimedia Manager “upload path” field.  After browsing to your multimedia on your local file system and selecting it, select the “do upload” button.&lt;br /&gt;
&lt;br /&gt;
*'''For externally hosted''', navigate to the site (such as youtube) and click on their link/button to display the video embed code.  The correct code will contain the terms “embed” and “object” in the data – if instead you see a url followed by a question mark and some data that is not embed code and will not function within the multimedia application.  Vimeo, youtube and google all provide true embed code for your use.  Copy the embed code into your clipboard then paste it into the embed code field provided in the Commonspot dialog.  &lt;br /&gt;
&lt;br /&gt;
Still on the “Add new Media” dialog screen, select the “Category” tab.  This is where you will assign the multimedia, you are adding, to one or more categories.  Both the Category and Series tabs use a Commonspot field called a “General Chooser” which displays a drag-and-drop interface.  Initially you will want to use the “show all categories” link to display within the general chooser all of the categories you created.  In the future, you could alternatively use the search field to find a specific category.  Left click on a category in the left column and while holding the left mouse button down drag the category to the right column and release the left mouse button.  If you want to assign this multimedia item to a second category, repeat the process (for as many categories as is appropriate.)  &lt;br /&gt;
&lt;br /&gt;
When done, select the “submit” button .  You will see the message you entered during the installation of the multimedia application – typically something like “Media uploaded successfully!”  Close the lightbox containing the message and hit your browser reload button to reload the multimedia manager page.  You will see your multimedia  displayed in the datasheet.  &lt;br /&gt;
&lt;br /&gt;
We recommend that you populate the multimedia manager page with at least 4 starter (test) entries in the same category and at least one or two more entries in different categories.  This will provide enough data for you to test features like “display row of 3” videos for a given category and test how to render multiple categories on a page.&lt;br /&gt;
&lt;br /&gt;
'''3)'''  To display video or audio on a page, place either the Multimedia Category Gallery element or the Multimedia Series Gallery Element on the page.  Both of these elements are “choosers” which, through a drag and drop interface, allow you to choose either a category or series for which to display multimedia.  We will use the Multimedia Category Gallery element.  After placing the Multimedia Category Gallery element on a page, select the “Click here to define the custom element data” ghost text for the element.  On the “Category Select” tab, select the “Show all items” link to display a list of available categories.  Highlight a category in the left column by clicking it and then drag and drop it onto the right column to “choose” the category.  Repeat the process for as many categories as desired.   Note that choosing more than one category effectively merges the categories into a single list of multimedia and then presents them as one.  If instead, you wish to present multimedia on the page grouped by category, then drop the category gallery element on the page multiple times and choose a single, but different, category for each instance of the element.&lt;br /&gt;
&lt;br /&gt;
'''4)'''  You will notice a tab called, “Results Filter” on the Multimedia and Series Gallery elements chooser dialogue.  The normal “render mode” option, which permits filtering results for Commonspot elements, is not applicable when using the Multimedia and Series Gallery elements.  It’s important to understand that when using a chooser to determine categories or series for which to display multimedia, you are choosing  multimedia by how it is organized.   Let’s look at an example of why the render mode option is not applicable in this situation.  Say you have a category defined called, “events” and you choose that category via the category gallery element chooser.  If you then used the “Render Mode” option to set some kind of filter, because this is a global custom element, the render mode could return more categories than what you chose or not categories at all – neither of these are desirable circumstances.  Instead, we have provided the “Results Filter” tab to provide functions similar to the render mode option.  &lt;br /&gt;
&lt;br /&gt;
The “results limit” option on the “Results Filter” tab allows you to limit the results to 1 record, 3 records or return all multimedia for this category.  If you were displaying a featured item, you would want to limit the results to 1.   If you wanted to display a single thumb, you would limit the results to 1.  Otherwise, you would choose to display 3 or all records.&lt;br /&gt;
&lt;br /&gt;
The “Featured Limit” enables you to choose to display only a featured item, only items that are not featured or ignore the featured designation and return all items.  &lt;br /&gt;
&lt;br /&gt;
The final option on the “Results Filter” tab enables you choose whether you want multimedia sorted by title or release date.&lt;br /&gt;
&lt;br /&gt;
The options on the “Results Filter” work in conjunction with the category you chose to further refine what multimedia is therefore eligible to appear on the page.  After you have made your category and results filter selections, click the “finish” button to commit your selections.  If you need to return to the element later to change something, select the edit icon for the element and choose the “Data” option from the menu.&lt;br /&gt;
&lt;br /&gt;
'''5)'''  The final step in rendering your multimedia is to choose how you want it displayed.  Click on the edit icon for the multimedia category gallery element and from the menu choose the “edit Metadata” option.  The metadata form presents you with a list of pre-defined display formats from which to choose.&lt;br /&gt;
&lt;br /&gt;
To recap the process – drop the multimedia category gallery element on a page, choose one or more categories and set the render filter options to limit the results.  Then select a display format option from the metadata form.  &lt;br /&gt;
&lt;br /&gt;
There are some combinations of settings which would render undesirable results.  Choosing a render filter selection to limit records to 1 and choosing “row of 3 thumbs” as the display format would obviously not produce a row of three thumbs since only 1 multimedia item would be selected to display.&lt;br /&gt;
&lt;br /&gt;
==Displaying Category Headers==&lt;br /&gt;
If you would like to display category (or series) headers, for example above a row of three thumbnails, with a link to view all videos in the category – that can be done by using the category or series element (as opposed to the gallery elements).  Place the category element onto the page and move it to the header position.  Navigate to the multimedia manager page and click on the category tab.  Under the category ID column is the ID associated with each category.  Find the appropriate category can copy the category ID into your clipboard.  Return to the page where you placed the category element and click on the edit icon for the element.   Choose “render mode” from the menu.  On the rendering mode tab, select the “display existing element data (content reuse)” radio button.  Then click on the filter tab and select “show subset of records” as the filter option.   For field, choose “Categoryid”.  For operator choose “equals”.  For value, paste the category ID from your clipboard.  Your filter would display something similar to:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*CategoryID   equals  4B4C8EFC-265E-1C05-4D9A968DE839DBC1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then select the Update button.  Verify the correct category appears on the Preview tab and then select the “OK” button.  The  category header should display with a “view all” link to the right of the category name.  If it does not display correctly, verify that the correct render handler is assigned to the category element.  Click the edit icon for the category element and then select “more” to expand the menu and then select “custom render handlers”.  Select the multimedia category name render handler.  The “view all” link retrieves the path to the display page from the PT Multimedia Configuration Manager entry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Multimedia]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Troubleshooting&amp;diff=4495</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Troubleshooting&amp;diff=4495"/>
				<updated>2010-11-24T17:42:08Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Ssmith&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== ADF is not reseting ===&lt;br /&gt;
Make sure you're logged into the site.  The IF block in the custom-application.cfm code requires the user to be logged into the site to reset the ADF.  See the [[Reset_ADF|Reset ADF]] wiki page for more info.&lt;br /&gt;
&lt;br /&gt;
=== ADF Applications AppBeanConfig is not updating the sites Application variables ===&lt;br /&gt;
Check that you do not have multiple copies of the AppBeanConfig anywhere in the ''apps'' directory.  Ensure that you don't have any AppBeanConfig backup or old files under the ''apps'' directory.  The AppBeanConfig sets an ''appBeanName'' variable, so if you have multiple files being called only the last file executed will load in application space.&lt;br /&gt;
&lt;br /&gt;
=== How can I see the beans in my object factory? ===&lt;br /&gt;
To view all the beans in the object factory do a CF dump of the bean configuration structure:&lt;br /&gt;
  &amp;lt;cfdump var=&amp;quot;#server.ADF.beanConfig.getConfigStruct()#&amp;quot; label=&amp;quot;ADF Bean Config&amp;quot; expand=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== What is the ADF Library Component versioning schema? ===&lt;br /&gt;
The ADF version schema is based on ''major_minor_revisions''.&lt;br /&gt;
&lt;br /&gt;
See the [[Library_Component_Versions|ADF Library Component Versions]] wiki page for details on ADF versioning schema.&lt;br /&gt;
&lt;br /&gt;
=== Changes to your application components are not seen ===&lt;br /&gt;
If you use the &amp;quot;ResetServerADF&amp;quot; and &amp;quot;ResetApplicationADF&amp;quot; parameters and changes to your Application components are still not seen try the following:&lt;br /&gt;
# Make sure that the code in your application component is correct&lt;br /&gt;
# Make sure that you are logged into CommonSpot (Reset parameters don't function unless you are logged in)&lt;br /&gt;
&lt;br /&gt;
=== Error calling CSContent.populateContent() ===&lt;br /&gt;
If you receive an error like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Element elementType is undefined in a Java object of type class com.paperthin.common.serialization.XMLDecoratedMap. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make sure that you have created your ccapi.xml [[CCAPI Config]] correctly.  You are probably missing the &amp;quot;&amp;lt;elementType&amp;gt;&amp;quot; xml node.&lt;br /&gt;
&lt;br /&gt;
=== Application Level Configuration Data not loaded ===&lt;br /&gt;
If you place an .xml file in your sites /_cs_apps/config directory but the variables you define do not appear in #server.ADF.environment[request.site.id]# then: &lt;br /&gt;
&lt;br /&gt;
# You may have a mall formed XML file&lt;br /&gt;
# The value for &amp;quot;rootDir&amp;quot; in the ServerSites Table (from the CommonSpot-Sites database) does not match your site folder structure&lt;br /&gt;
&lt;br /&gt;
=== AjaxService returns &amp;lt;wddx&amp;gt; not value ===&lt;br /&gt;
If you are calling AjaxService.cfc with jQuery (or other JS Library) and you are going to work with a return variable, be sure you add &amp;quot;returnformat='json'&amp;quot; to your functions.  This is available ONLY in CF8 - it will return the data as a JSON object which will be formatted correctly for use in your return function.&lt;br /&gt;
&lt;br /&gt;
=== ADF Reset is throwing an error when loading a component that was deleted ===&lt;br /&gt;
This usually occurs when you update the ADF applications [[App_Bean_Config|App Bean Config]] to remove a reference to a component.  Check all your sites that are running a site level [[App_Bean_Config|App Bean Config]].  It is likely one of those config files has a reference to the deleted component.&lt;br /&gt;
See the [[Application_Site_Customization|Application Site Customization]] for additional information.&lt;br /&gt;
&lt;br /&gt;
=== ColdFusion Error Msg: Element ADF_APP_NAME is undefined in a CFML structure referenced as part of an expression. ===&lt;br /&gt;
The ADF_APP_NAME is not in the /ADF/apps/ directory.  This error results when the ADF.cfc for the site is attempting to load an ADF application that is not in the ADF.  See the [[Site Configuration (ADF.cfc)]] wiki page for more info.&lt;br /&gt;
&lt;br /&gt;
=== ColdFusion Error Msg: Element logging is undefined in a CFML structure referenced as part of an expression. ===&lt;br /&gt;
If you attempt to use any of the components of the CCAPI and you receive this error it is because either:&lt;br /&gt;
# You do not have the correct configuration - see [[CCAPI|CCAPI]] for more info or&lt;br /&gt;
# The configuration file has not been loaded - try reloading the ADF.&lt;br /&gt;
&lt;br /&gt;
=== Method not found error ===&lt;br /&gt;
If you choose to extend a CFC for an Application written in the ADF at the site level (see [[Site Level Customizations]]) and you receive a &amp;quot;Method not found&amp;quot; error - be sure to check the CFC you have in your sites /_cs_apps/... directory - it MUST extend the original CFC from the application&lt;br /&gt;
&lt;br /&gt;
=== Element Class is not defined ===&lt;br /&gt;
When calling the CCAPI for any of the actions, you may receive this error:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;The value of CLASS attribute is invalid.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure that you have a &amp;quot;ccapi.xml&amp;quot; file located in your sites /_cs_apps/config/ directory and that it is configured correctly.&lt;br /&gt;
&lt;br /&gt;
Note: The path to the config file is controlled via the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ExpandPath(&amp;quot;#request.site.csAppsWebURL#config/ccapi.xml&amp;quot;);&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The variable: #request.site.csAppsWebURL# can sometimes be different if you have &amp;quot;/&amp;quot; ColdFusion mapping which goes to a different location.&lt;br /&gt;
&lt;br /&gt;
=== Custom Element CCAPI fails with No DB Record Found ===&lt;br /&gt;
If you are having trouble using the Content Creation API to update a Custom Element and your populate_content_error.log file in the /commonspot/logs/ directory has the following entries:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Error recorded: Invalid pageid/pageName.  No DB record found.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It could be that your custom element has a field &amp;quot;pageID&amp;quot; - which will cause this error.&lt;br /&gt;
&lt;br /&gt;
=== General Chooser Field Type does not render ===&lt;br /&gt;
If your General Chooser Field is not rendering correctly, go to Firebug and look for any &amp;quot;Red&amp;quot; error &amp;quot;Net&amp;quot; calls.  If you see the following error:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Cannot invoke method controller on an object of type coldfusion.runtime.Struct with named arguments.&amp;lt;/pre&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
Make sure that the Bean Name you placed into your GC properties dialog matches with your actual GC.cfc file&lt;br /&gt;
&lt;br /&gt;
Remember to [[Reset ADF|reset the ADF]] after making any changes to GC files.&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Cannot invoke method&amp;quot; error returned by AjaxProxy ===&lt;br /&gt;
&lt;br /&gt;
If you are calling a method in a component via the [[Ajax Proxy]] and you receive the following error:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Cannot invoke method &amp;quot;xyz&amp;quot; on an object of type coldfusion.runtime.Struct with named arguments.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You need to make sure that you have actually declared your component in your appBeanConfig.cfm&lt;br /&gt;
&lt;br /&gt;
[[Category:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Add_ADF_Library_Components_into_App&amp;diff=4494</id>
		<title>Add ADF Library Components into App</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Add_ADF_Library_Components_into_App&amp;diff=4494"/>
				<updated>2010-11-24T17:42:04Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rwest&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
ADF Library Components are CFC's loaded into the core ADF.  The components are typically located in the /ADF/lib/ directory and are sectioned into &amp;quot;Classes&amp;quot; of sorts.  By adding or &amp;quot;injecting&amp;quot; ADF Library Components into your applications, it will make it easier for you to:&lt;br /&gt;
* Program against particular versions of ADF Library Components&lt;br /&gt;
* Upgrade your applications&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
Here are some instructions for adding an ADF Library Component into an ADF Application: &lt;br /&gt;
&lt;br /&gt;
# Open the ''AppBeanConfig.cfm'' file in your applications directory.  See the [[App Bean Config|App Bean Config]] wiki page for more details.&lt;br /&gt;
# Identify what ADF Library components and version you want added to your application.&lt;br /&gt;
# Add the 'addConstructorDependency' command into the [[App Bean Config|App Bean Config]].&lt;br /&gt;
  addConstructorDependency(BeanName, InjectedBeanName, PropertyName);&lt;br /&gt;
# The parameters for the 'addConstructorDependency' command are as follows:&lt;br /&gt;
## BeanName:string:required - The name of the bean (Singleton or Transient) to add the Dependency to. &lt;br /&gt;
## InjectedBeanName:string:required - The name of the bean to inject.&lt;br /&gt;
## PropertyName:string:optional - The optional property name to pass the bean into. Defaults to the bean name if not provided.&lt;br /&gt;
# The following is an example of adding a dependency for the ''Scripts_1_0'' ADF library component to your application.&lt;br /&gt;
   addConstructorDependency(appBeanName, &amp;quot;scripts_1_0&amp;quot;, &amp;quot;scripts&amp;quot;);&lt;br /&gt;
# Where ''scripts_1_0'' is the ADF Library component and the property name will be ''scripts'' when referenced within the apps application scope (i.e. Application.MYAPP.scripts).&lt;br /&gt;
&lt;br /&gt;
== Using ADF Library Components in your App ==&lt;br /&gt;
Now that you have loaded the ADF Library Component into your application you can now write code similar to this in your applications render handlers, custom scripts and custom field types:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;cfscript&amp;gt;&lt;br /&gt;
  application.myApp.scripts.loadJQuery();&lt;br /&gt;
  application.myApp.scripts.loadJQueryUI();&lt;br /&gt;
&amp;lt;/cfscript&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: How-to Guide]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=ADF_Training_Agenda&amp;diff=4493</id>
		<title>ADF Training Agenda</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=ADF_Training_Agenda&amp;diff=4493"/>
				<updated>2010-11-24T17:42:00Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rwest&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the ADF Training class.&lt;br /&gt;
&lt;br /&gt;
'''Training Goals'''&lt;br /&gt;
&lt;br /&gt;
'''Class Structure'''&lt;br /&gt;
&lt;br /&gt;
'''The Development Environment'''&lt;br /&gt;
&lt;br /&gt;
'''The Docs'''&lt;br /&gt;
&lt;br /&gt;
'''Terminology Review'''&lt;br /&gt;
&lt;br /&gt;
'''Key Directories'''&lt;br /&gt;
&lt;br /&gt;
'''Installation [Exercise]'''&lt;br /&gt;
Learn how easy it is to install the ADF&lt;br /&gt;
&lt;br /&gt;
   * Server Configuration&lt;br /&gt;
   * Site Configuration&lt;br /&gt;
   * Testing&lt;br /&gt;
&lt;br /&gt;
'''Getting Started [Exercise]'''&lt;br /&gt;
Installing the PT Tag application&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Object Factory&amp;lt;/b&amp;gt;&lt;br /&gt;
One of the core components of the ADF is the ADF Object Factory&lt;br /&gt;
&lt;br /&gt;
   * What is an Object Factory&lt;br /&gt;
   * Different types/examples of Object Factories&lt;br /&gt;
   * Beans&lt;br /&gt;
   * Configurations&lt;br /&gt;
   * Singleton&lt;br /&gt;
   * Transient&lt;br /&gt;
   * Dependency Injection&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;ADF Object Factories&amp;lt;/b&amp;gt;&lt;br /&gt;
There are 2 Object Factories within the ADF&lt;br /&gt;
&lt;br /&gt;
   * Server&lt;br /&gt;
   * Site&lt;br /&gt;
   * Initialization&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;ADF Directories&amp;lt;/b&amp;gt;&lt;br /&gt;
Review of the ADF open source libaray&lt;br /&gt;
&lt;br /&gt;
   * Core Framework&lt;br /&gt;
   * Extensions&lt;br /&gt;
   * Library&lt;br /&gt;
   * Third Party&lt;br /&gt;
   * Site Level&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;Security&amp;lt;/b&amp;gt;&lt;br /&gt;
Get an understanding for the security measures taken with the ADF&lt;br /&gt;
&lt;br /&gt;
   * General Concepts&lt;br /&gt;
   * Ajax Calls&lt;br /&gt;
   * Web configuration&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;Resetting the ADF&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   * When do I reset?&lt;br /&gt;
   * What do I reset?&lt;br /&gt;
&lt;br /&gt;
'''Working with the ADF'''&lt;br /&gt;
Where do I write all of my code so that I can update the ADF&lt;br /&gt;
&lt;br /&gt;
   * Library Components&lt;br /&gt;
   * Applications&lt;br /&gt;
   * Extensions&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;Library Components&amp;lt;/b&amp;gt;&lt;br /&gt;
Getting data from CommonSpot has never been easier. Learn how to use the Library components to integrate tightly with CommonSpot&lt;br /&gt;
&lt;br /&gt;
   * Configuration&lt;br /&gt;
   * Examples&lt;br /&gt;
   * Library API Review&lt;br /&gt;
   * Community Site Documentation&lt;br /&gt;
   * Versioning&lt;br /&gt;
   * Dependency Injection&lt;br /&gt;
&lt;br /&gt;
'''Getting Data from a Custom Element [Exercise]'''&lt;br /&gt;
&lt;br /&gt;
'''Site Level ADF and Library [Exercise]'''&lt;br /&gt;
Configure the Site to use the ADF and to override standard ADF Library Components&lt;br /&gt;
&lt;br /&gt;
   * Extending Library Components at the site level&lt;br /&gt;
&lt;br /&gt;
'''Custom Elements'''&lt;br /&gt;
The core data repository as seen through the eyes of the ADF&lt;br /&gt;
&lt;br /&gt;
   * Connecting Custom Elements&lt;br /&gt;
   * UniqueID vs. dataPageID (pageID)&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;Extensions [Exercise]&amp;lt;/b&amp;gt;&lt;br /&gt;
There are many CommonSpot components available in the Extensions section of the ADF. Learn how to use them in your sites and Applications&lt;br /&gt;
&lt;br /&gt;
   * Datasheet Modules&lt;br /&gt;
   * Custom Fields&lt;br /&gt;
   * Custom Scripts&lt;br /&gt;
   * The &amp;quot;list&amp;quot; field type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;General Chooser&amp;lt;/b&amp;gt;&lt;br /&gt;
A unique, highly extendable Custom Field Type that is designed to easily connect two Custom Elements.&lt;br /&gt;
&lt;br /&gt;
   * General Information&lt;br /&gt;
   * Building a chooser&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;Custom Elements&amp;lt;/b&amp;gt;&lt;br /&gt;
The core data repository as seen through the eyes of the ADF&lt;br /&gt;
&lt;br /&gt;
   * Connecting Custom Elements&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;Third Party&amp;lt;/b&amp;gt;&lt;br /&gt;
There are additional open source libraries included with the ADF. Learn how they can be used to extend your Application.&lt;br /&gt;
&lt;br /&gt;
   * General Overview&lt;br /&gt;
   * Working with jQuery&lt;br /&gt;
      ** Examples&lt;br /&gt;
      ** jQueryUI&lt;br /&gt;
   * Adding New Components&lt;br /&gt;
&lt;br /&gt;
'''Environment Data'''&lt;br /&gt;
Variable data stored at the Server and Site level for Library Components and Applications&lt;br /&gt;
&lt;br /&gt;
   * Memory Structures&lt;br /&gt;
   * XML Configuration&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;Content Creation API [Exercise]&amp;lt;/b&amp;gt;&lt;br /&gt;
An essential component of any ADF Application is the ability to create/modify new content&lt;br /&gt;
&lt;br /&gt;
   * General Concepts of CCAPI&lt;br /&gt;
   * Configuring CommonSpot for CCAPI&lt;br /&gt;
   * CCAPI vs. CCAPI&lt;br /&gt;
   * Components&lt;br /&gt;
      ** CCAPI&lt;br /&gt;
      ** csContent&lt;br /&gt;
      ** csPage&lt;br /&gt;
      ** csSubsite&lt;br /&gt;
      ** csUpload&lt;br /&gt;
   * Site Level Configuration&lt;br /&gt;
&lt;br /&gt;
Examples&lt;br /&gt;
   * Create a Page&lt;br /&gt;
   * Populate Content (adding and editing)&lt;br /&gt;
   * Create Subsites&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;Ajax Proxy [Exercise]&amp;lt;/b&amp;gt;&lt;br /&gt;
Adding Ajax calls to your Application code is a lot easier than you think. See how you can add Post/Get and general Ajax methods in a snap.&lt;br /&gt;
&lt;br /&gt;
   * General Usage&lt;br /&gt;
   * jQuery and Ajax&lt;br /&gt;
   * Returnformat - plain vs. json&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Applications [Exercise]&amp;lt;/b&amp;gt;&lt;br /&gt;
At the heart of the ADF is the Application itself. We will learn how to construct and manage your Application code.&lt;br /&gt;
&lt;br /&gt;
   * What is an application?&lt;br /&gt;
   * Major components of an Application&lt;br /&gt;
      ** AppBeanConfig&lt;br /&gt;
      ** App.cfc&lt;br /&gt;
      ** Components&lt;br /&gt;
      ** Custom Elements&lt;br /&gt;
      ** Site Level Configuration&lt;br /&gt;
         ** XML&lt;br /&gt;
         ** Custom Elements&lt;br /&gt;
   * Override/Extending&lt;br /&gt;
      ** ADF Library Component&lt;br /&gt;
      ** Application Component at the Site Level&lt;br /&gt;
   * Starter Application&lt;br /&gt;
   * Naming Conventions&lt;br /&gt;
   * Best Practices (A review of the Navigation Element)&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;Community Site Projects&amp;lt;/b&amp;gt;&lt;br /&gt;
Once you have built your application you will need to learn how to allow the community to leverage your code.&lt;br /&gt;
&lt;br /&gt;
   * Building a Project&lt;br /&gt;
   * Supporting your Project&lt;br /&gt;
   * Maintaining your code&lt;br /&gt;
      ** Uploading Initial Version&lt;br /&gt;
      ** Updating&lt;br /&gt;
   * Documenting your Application&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;SVN&amp;lt;/b&amp;gt;&lt;br /&gt;
Maintaining your code is simple when you learn how easy you can store it in the publically available SVN&lt;br /&gt;
&lt;br /&gt;
   * SVN Server&lt;br /&gt;
   * Tortoise&lt;br /&gt;
   * Subclipse&lt;br /&gt;
   * Folder configurations&lt;br /&gt;
      ** Branches&lt;br /&gt;
      ** Tags&lt;br /&gt;
      ** Trunk&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Photo_Gallery_Upload_Link_CFT&amp;diff=4492</id>
		<title>PT Photo Gallery Upload Link CFT</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Photo_Gallery_Upload_Link_CFT&amp;diff=4492"/>
				<updated>2010-11-24T17:41:56Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Mcarroll&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The Photo Upload Link custom field type provides a link to create a photo element record.  This is used to integrate a photo field into an element with using the Photo Gallery.  &lt;br /&gt;
&lt;br /&gt;
Follow the steps below to import the custom field type, if necessary, and configure the field type within an element.  &lt;br /&gt;
&lt;br /&gt;
== Import ==&lt;br /&gt;
# Check to see if the ''Photo Upload Link'' custom field type is already imported and active within the site.  If not, then continue following the import steps.  If the custom field type is active in the site, then proceed to the configure section below.&lt;br /&gt;
# Open the ''Field Render Masks &amp;amp; Custom Field Types'' window from the CommonSpot admin.  &lt;br /&gt;
# Select the ''Import Custom Field Type'' link.&lt;br /&gt;
# Browse to the ADF and select the following path and file:&lt;br /&gt;
## '/ADF/apps/pt_photo_gallery/customfields/Photo-Upload-Link-Custom-Field-Type.zip'&lt;br /&gt;
## '''Important Note:''' The imported components render handlers and custom field types must be verified. During the import process the render handler paths may have been changed to reflect the current sites path. Review and update these paths to reference the ADF path. In most cases, this will just require a change in the path from the site name to 'ADF'. Custom field types will need to be unlocked.&lt;br /&gt;
&lt;br /&gt;
== Configure ==&lt;br /&gt;
# Open the Custom Element field definitions with the Photo Upload Link field.&lt;br /&gt;
# Add a new field and select the type as ''Photo Upload Link''.&lt;br /&gt;
# Optional: In the properties tab, you can assign a value to the fields ID attribute.  This is usefully when using JQuery or JavaScript to access the fields value via the DOM.  Leaving this field blank is also acceptable.&lt;br /&gt;
&lt;br /&gt;
[[Category:Photo Gallery]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Twitter_Import_Elements&amp;diff=4491</id>
		<title>Twitter Import Elements</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Twitter_Import_Elements&amp;diff=4491"/>
				<updated>2010-11-24T17:41:48Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Cmora&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The Twitter Application has three Custom Components defined within CommonSpot. The components have been exported and are available in the app's &amp;quot;exported-objects&amp;quot; folder located at the root of the Twitter application directory (e.g. /ADF/apps/twitter/exported-objects/).&lt;br /&gt;
&lt;br /&gt;
Optional: You may want to create a new category within the CommonSpot Element Gallery for 'Twitter Elements'.&lt;br /&gt;
&lt;br /&gt;
To import these objects, you will need to be an administrator for your site. If you are not a site administrator, consult your Server administrator for more information.&lt;br /&gt;
&lt;br /&gt;
== Import ==&lt;br /&gt;
Follow these steps to import the Custom Elements: &lt;br /&gt;
&lt;br /&gt;
# Go to your site's admin.cfm (CommonSpot's Site Administrator).&lt;br /&gt;
# Expand the 'Elements &amp;amp; Forms' tab and click on 'Elements'.&lt;br /&gt;
# In the Manage Elements screen click on 'Manage Categories'.&lt;br /&gt;
# Now click the 'Add New Category' link and create a 'Twitter Elements' category.&lt;br /&gt;
# Close the 'Manage Element Categories' screen.&lt;br /&gt;
# Back in the 'Manage Elements' screen click on the 'Import Custom Element' link.&lt;br /&gt;
# Now click on 'Browse...' and go to the /ADF/apps/twitter/exported-objects/ folder&lt;br /&gt;
# Click on one of the ZIP files to import that custom element.&lt;br /&gt;
# Be sure to choose your new 'Twitter Elements' category&lt;br /&gt;
# Click Next.&lt;br /&gt;
# Repeat steps 7-10 for other custom elements in the exported-objects folder.&lt;br /&gt;
&lt;br /&gt;
== Verify Imports ==&lt;br /&gt;
The imported components' render handlers must be verified.  During the import process, the render handler paths may have been changed to reflect the current site's path.  &lt;br /&gt;
&lt;br /&gt;
Review and update these paths to reference the ADF path.  In most cases, this will just require to be unlocked and a change in the path from the site name to 'ADF'.&lt;br /&gt;
&lt;br /&gt;
[[Category:Twitter]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Site_Level_Component&amp;diff=4490</id>
		<title>Site Level Component</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Site_Level_Component&amp;diff=4490"/>
				<updated>2010-11-24T17:41:35Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rwest&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Have some code in a CFC that you would like to make accessible to your site?  Building a Site Level Component is one of the easiest ways to take advantage of the ADF.&lt;br /&gt;
&lt;br /&gt;
== How to Create a Site Level Component ==&lt;br /&gt;
If you have an existing CFC (or a new CFC that you would like to create) with some methods that you would like to use in CommonSpot Element Filters or in Render Handlers, Custom Scripts or CommonSpot Overrides, you can make them accessible by&lt;br /&gt;
&lt;br /&gt;
* Create a directory called &amp;quot;components&amp;quot; in your sites /_cs_apps/ directory (e.g. /mySite/_cs_apps/)&lt;br /&gt;
* Place your component (CFC) into the newly created components directory&lt;br /&gt;
* Modify the &amp;lt;cfcomponent&amp;gt; to extend &amp;quot;ADF.core.SiteBase&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfcomponent extends=&amp;quot;ADF.core.SiteBase&amp;quot;&amp;gt; ... {methods} ... &amp;lt;/cfocmponent&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Reset ADF| Reset the ADF]]&lt;br /&gt;
&lt;br /&gt;
== Using your Site Level Component ==&lt;br /&gt;
Now that you have loaded your component you can write code as simple as this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfset myData = application.ADF.mySiteLevelComponent.methodName(&amp;quot;some value&amp;quot;)&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: How-to Guide]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Like_Button&amp;diff=4489</id>
		<title>Like Button</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Like_Button&amp;diff=4489"/>
				<updated>2010-11-24T17:41:31Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Cmora&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Like Button Custom Element which adds Facebook's Like button to a page, allows users to share interesting pages on Facebook.&lt;br /&gt;
&lt;br /&gt;
== Fields ==&lt;br /&gt;
&amp;lt;h3&amp;gt;Like Button&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table id=&amp;quot;ce-fields&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Name/Label&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field ID&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Type&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Required?&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Properties&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Action&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;action&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Selection List&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Options: Like, Recommend&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Layout&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;layout&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Selection List&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Options: Standard, Button_Count&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Show Faces&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;showFaces&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Radio button&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Default value: True&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Color Scheme&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;colorScheme&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Selection List&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Options: Light, Dark&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Font&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;font&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Selection List&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Options: Arial, Lucida Grande, Tahoma, Trebuchet MS, Verdana&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Width&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;width&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Number (integer)&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Degault Value: 400&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Facebook]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Photo_Gallery_Styles&amp;diff=4488</id>
		<title>PT Photo Gallery Styles</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Photo_Gallery_Styles&amp;diff=4488"/>
				<updated>2010-11-24T17:41:28Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rkahn&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
There are several out of the box style options for the Photo Gallery application. The styles are defined in the following style sheets located in the ''/pt_photo_gallery/style/'' directory within the ADF Photo GalleryApp directory:&lt;br /&gt;
&lt;br /&gt;
* ptPhotoGallery.css (/ADF/apps/pt_photo_gallery/style/ptPhotoGallery.css)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The recommended approach is to load this style sheet into your Base Plus One Template.&lt;br /&gt;
&lt;br /&gt;
'Note:' the classes and styles defined for the Photo Gallery are targeted tightly for the layout generated by the Photo Gallery application and should not interfere with your site styles. However, it is a good idea to give these styles sheets higher precedence in your style definitions.&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Like_Box&amp;diff=4487</id>
		<title>Like Box</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Like_Box&amp;diff=4487"/>
				<updated>2010-11-24T17:41:25Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Ssmith&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Like Box Custom Element that enables users to like your Facebook Page and view its stream directly on your website.&lt;br /&gt;
&lt;br /&gt;
== Fields ==&lt;br /&gt;
&amp;lt;h3&amp;gt;Like Box Feed&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table id=&amp;quot;ce-fields&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Name/Label&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field ID&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Type&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Required?&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Properties&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Page ID&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;pageID&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Number (integer)&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;None&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Show Stream&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;stream&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Checkbox&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Checked by default&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Show Header&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;header&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Checkbox&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Not checked by default&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Width&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;width&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Number (integer)&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;None&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Connections&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;connections&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Number (integer)&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;10&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Facebook]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Facebook_App_Like_Box_Element&amp;diff=4486</id>
		<title>Facebook App Like Box Element</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Facebook_App_Like_Box_Element&amp;diff=4486"/>
				<updated>2010-11-24T17:41:21Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Cmora&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The Like Box enables users to like your Facebook Page and view its stream directly from your website.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
1. Import the ''Like Box'' custom element. &amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' Verify the path for the render handler points to the ''ADF'' mapping, not the current site's mapping.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Demo ==&lt;br /&gt;
To set up a demo of the Like Box custom element, follow these steps:&lt;br /&gt;
# Create a new page and place the ''Like Box'' element on the page. &lt;br /&gt;
# Click the 'New Data' button.&lt;br /&gt;
# Enter your Facebook Page's Page ID. If you don't know the ID for your Facebook Page, an easy way is to go to your Facebook Page and click on its profile picture. Once the page loads you'll see that the URL in the address bar ends with &amp;quot;id=xxxxxxxxxxxxxxxx&amp;quot;, that number is your Facebook Page's Page ID.&lt;br /&gt;
# Edit the rest of the custom element data to your liking (or just leave the defaults) and click '''Save'''.&lt;br /&gt;
# Submit the changes to the page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Facebook]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Multimedia_Styles&amp;diff=4485</id>
		<title>PT Multimedia Styles</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Multimedia_Styles&amp;diff=4485"/>
				<updated>2010-11-24T17:41:17Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rkahn&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The Multimedia application ships with a style sheet to insure proper display of your multimedia. The styles are defined in the following style sheet located in the ''/pt_multimedia/style/'' directory:&lt;br /&gt;
&lt;br /&gt;
* ptmultimedia.css (/ADF/apps/pt_multimedia/style/ptmultimedia.css)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The recommended approach is to load this style sheet into your Base Plus One Template.&lt;br /&gt;
&lt;br /&gt;
'Note:' the classes and styles defined for the Multimedia application are targeted tightly for the layout generated by the Multimedia application and should not interfere with your site styles. However, it is a good idea to give these styles sheets higher precedence in your style definitions.&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Forum_Messages&amp;diff=4484</id>
		<title>Forum Messages</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Forum_Messages&amp;diff=4484"/>
				<updated>2010-11-24T17:41:13Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Ssmith&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Fields ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Tab #1: Forum Messages&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table id=&amp;quot;ce-fields&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Name/Label&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field ID&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Type&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Required?&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Properties&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;MsgID&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;MsgID&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;hidden&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
Defaultvalue: CreateUUID()&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Thread Name&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;ThreadID&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Custom Element Select Field&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Message Name&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;msgName&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;text&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
Maxlength: 255&amp;lt;br/&amp;gt;&lt;br /&gt;
Size: 40&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Message&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;msgBody&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;large_textarea&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
Rows: 8&amp;lt;br/&amp;gt;&lt;br /&gt;
Size: 40&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;User&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;profileID&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Forums User Select Field&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Message Created&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;msgPostDate&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;hidden&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
Defaultvalue: Now()&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Attachment&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;attachment&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Custom Hidden Field&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Filename&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;filename&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Custom Hidden Field&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Message Modified Date&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;msgModifiedDate&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Custom Hidden Field&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Message Modified By&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;msgModifiedByProfileID&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Custom Hidden Field&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Follow_Button&amp;diff=4483</id>
		<title>Follow Button</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Follow_Button&amp;diff=4483"/>
				<updated>2010-11-24T17:41:10Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Cmora&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Follow Button Custom Element for adding Twitter follow buttons on CommonSpot pages.&lt;br /&gt;
&lt;br /&gt;
== Fields ==&lt;br /&gt;
&amp;lt;h3&amp;gt;Follow Button&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table id=&amp;quot;ce-fields&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Name/Label&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field ID&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Type&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Required?&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Properties&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Twitter Username&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;username&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Text&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Twitter]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Photo_Gallery_Lightbox_Template&amp;diff=4482</id>
		<title>PT Photo Gallery Lightbox Template</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Photo_Gallery_Lightbox_Template&amp;diff=4482"/>
				<updated>2010-11-24T17:41:06Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Mcarroll&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The Lightbox template will be used to render pages within a lightbox.  The Lightbox template may already exist on your site if you have installed another ADF application.  Check your sites templates before following the steps below to create the template.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
# Create a new page named ''Lightbox Template'' from the blank template.&lt;br /&gt;
# Submit and activate the page.&lt;br /&gt;
# Save the page as a template.&lt;br /&gt;
# Submit the template for public use.&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Application_Configuration_at_the_Site_Level_(XML)&amp;diff=4481</id>
		<title>Application Configuration at the Site Level (XML)</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Application_Configuration_at_the_Site_Level_(XML)&amp;diff=4481"/>
				<updated>2010-11-24T17:41:03Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rwest&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Every ADF Application can have Site Level configuration file to help the application do special things depending on the settings/pages/templates within your site. For example, the [[Profile| Profile Application]] has several settings which allow the application to interact with various pages within your site.  The settings at the site level allow more than one CommonSpot site on your server to act differently but use the same application code base.&lt;br /&gt;
&lt;br /&gt;
== Example Site Level Configuration for your App ==&lt;br /&gt;
Below is an example of how you could take advantage of an Site Level Configuration file within your application.  For our example, we will create a fictitious application called &amp;quot;twitter&amp;quot;.  The application folder is located in /ADF/apps/twitter/ and contains various scripts/components and Custom Elements.&lt;br /&gt;
&lt;br /&gt;
Lets say in your Twitter application you wanted to have various settings like API Limit and Retweet Style.  By having these settings your application can be used in many sites and each site can have its own values.&lt;br /&gt;
&lt;br /&gt;
=== Create config file ===&lt;br /&gt;
# Locate the ''_cs_apps'' directory in your site.&lt;br /&gt;
# If the ''_cs_apps/config'' directory does not exist, create it.&lt;br /&gt;
# Create a file called twitter.xml&lt;br /&gt;
# Place the following code in your twitter.xml file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt; &lt;br /&gt;
&amp;lt;settings&amp;gt;&lt;br /&gt;
  &amp;lt;apiLimit&amp;gt;150&amp;lt;/apiLimit&amp;gt;&lt;br /&gt;
  &amp;lt;retweetStyle&amp;gt;Old&amp;lt;/retweet&amp;gt;&lt;br /&gt;
&amp;lt;/settings&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using site config variables ===&lt;br /&gt;
By default your Sites &amp;quot;App.cfc&amp;quot; (located in the /ADF/apps/myApp/components/ directory) contains a method (by virtue of extending AppBase.cfc (located in the /ADF/core/ directory) called &amp;quot;getAppConfig()&amp;quot;.  This returns back the current sites configuration which is based on the values entered into the XML file (mentioned above). Calling that function would return a structure like this:&lt;br /&gt;
&lt;br /&gt;
[[File:Site_config_struct.png]]&lt;br /&gt;
&lt;br /&gt;
== Related Guides ==&lt;br /&gt;
* [[Buidling an ADF Application]]&lt;br /&gt;
* [[Load_ADF_Components_into_Site|Load ADF Library Components into Site]]&lt;br /&gt;
&lt;br /&gt;
[[Category: How-to Guide]][[Category: Site Configuration]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Taxonomy_1_0-getCSTaxObj&amp;diff=4480</id>
		<title>Taxonomy 1 0-getCSTaxObj</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Taxonomy_1_0-getCSTaxObj&amp;diff=4480"/>
				<updated>2010-11-24T17:40:59Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rwest&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Taxonomy_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description == &lt;br /&gt;
Returns the taxonomy object for a given taxonomy name&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public any &amp;lt;strong&amp;gt;getCSTaxObj&amp;lt;/strong&amp;gt; ( string taxName )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;required&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;taxName&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
Using the getCSTaxObj function is simple and straight forward. Making a call to this method will return a component which contains all of the Taxonomy API calls available in the CommonSpot Taxonomy.&lt;br /&gt;
&lt;br /&gt;
=== CE Data calls return Taxonomy Term ID ===&lt;br /&gt;
If you have Taxonomy fields inside your Custom Element and you make calls to get data for that custom Element using CEData, the Taxonomy fields will return term ID's.  You can convert those term ID's using code like this:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cfm&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;cfscript&amp;gt;&lt;br /&gt;
     // custom element data&lt;br /&gt;
     data = application.ADF.ceData.getCEData(&amp;quot;My Element&amp;quot;);&lt;br /&gt;
     // returns taxonomy object&lt;br /&gt;
     taxObj = application.ADF.taxonomy.getCSTaxObj(&amp;quot;My Taxonomy&amp;quot;);&lt;br /&gt;
 &amp;lt;/cfscript&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;cfloop from=&amp;quot;1&amp;quot; to=&amp;quot;#arrayLen(data)#&amp;quot; index=&amp;quot;itm&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!---// renders the term name instead of the term id ---&amp;gt;&lt;br /&gt;
    &amp;lt;cfoutput&amp;gt;#taxObj.getTermName(data[itm].values.myTaxField)#&amp;lt;/cfoutput&amp;gt;&lt;br /&gt;
 &amp;lt;/cfloop&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Utils_1_0-abort&amp;diff=4479</id>
		<title>Utils 1 0-abort</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Utils_1_0-abort&amp;diff=4479"/>
				<updated>2010-11-24T17:40:56Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Utils_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public string &amp;lt;strong&amp;gt;abort&amp;lt;/strong&amp;gt; (  )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadJQueryUIStars&amp;diff=4478</id>
		<title>Scripts 1 0-loadJQueryUIStars</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadJQueryUIStars&amp;diff=4478"/>
				<updated>2010-11-24T17:40:52Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Scripts_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description == &lt;br /&gt;
Loads the JQuery UI Stars plugin&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public void &amp;lt;strong&amp;gt;loadJQueryUIStars&amp;lt;/strong&amp;gt; ( string version )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;optional&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;version&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[Default: 2.1] Script version to load.&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-arraydeletearray&amp;diff=4477</id>
		<title>Data 1 0-arraydeletearray</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-arraydeletearray&amp;diff=4477"/>
				<updated>2010-11-24T17:40:47Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Data_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public array &amp;lt;strong&amp;gt;arraydeletearray&amp;lt;/strong&amp;gt; ( array baseArray, array deleteArray )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;required&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;baseArray&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;array&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;td&amp;gt;deleteArray&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;array&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadAutoGrow&amp;diff=4476</id>
		<title>Scripts 1 0-loadAutoGrow</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadAutoGrow&amp;diff=4476"/>
				<updated>2010-11-24T17:40:44Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Scripts_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description == &lt;br /&gt;
Loads the AutoGrow jQuery Plug-in Headers if not loaded.&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public void &amp;lt;strong&amp;gt;loadAutoGrow&amp;lt;/strong&amp;gt; ( string version )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;optional&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;version&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[Default: 1.2.2] AutoGrow version to load.&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Site_Configuration_(ADF.cfc)&amp;diff=4475</id>
		<title>Site Configuration (ADF.cfc)</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Site_Configuration_(ADF.cfc)&amp;diff=4475"/>
				<updated>2010-11-24T17:40:40Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rwest&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
A key part of the configuration of the ADF for your site is the ADF.cfc located in your sites /_cs_apps/ directory (e.g. /mySite/_cs_apps/ADF.cfc).&lt;br /&gt;
&lt;br /&gt;
This ADF component file is used to build an ADF object factory into application space for the site.  The ADF component contains three distinct operations:&lt;br /&gt;
# Load the ADF into the site.&lt;br /&gt;
# Load ADF applications into the site.&lt;br /&gt;
# Load the ADF library components into the site.&lt;br /&gt;
&lt;br /&gt;
=== Site Components ===&lt;br /&gt;
This initialized call builds the ''application.ADF'' object factory.  This function will load any site components in the '_cs_apps/components' directory into 'application.ADF' space.  The structure reference name will be the file name of the component.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
 *&lt;br /&gt;
 *	Load the Site Environment Configs/Elements and &lt;br /&gt;
 *		Components ('/_cs_apps/components') into the site.&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
loadSite();&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ADF Applications ===&lt;br /&gt;
To make an ADF application accessible at the site level, the ADF application must be loaded into the site's application scope.  &lt;br /&gt;
&lt;br /&gt;
This setup is in the ADF Component at the site.  Call the loadApp function through the ADF cfc.  Pass the argument for the ADF application bean name  (this name is defined when creating a new ADF application, [[Create_New_App|Create New ADF App]]). &lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
/*  &lt;br /&gt;
 *	Load the ADF Application into application space  &lt;br /&gt;
 *  &lt;br /&gt;
 *      SAMPLES: &lt;br /&gt;
 *		loadApp(&amp;quot;CustomAppBeanName&amp;quot;);&lt;br /&gt;
 */&lt;br /&gt;
loadApp(&amp;quot;ptProfile&amp;quot;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ADF Library Components ===&lt;br /&gt;
This command will load the latest versions of the ADF library components into the site, making the ADF library components accessible through the application.ADF scope throughout the site.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
 *&lt;br /&gt;
 *	Define the ADF components to load into the sites application space.&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
loadLibrary();&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ADF Library Components Overrides ===&lt;br /&gt;
This command will override the latest version of an ADF library component into the site.  &lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
 *	Define specific ADF Lib component version to load into the sites application space.&lt;br /&gt;
 *	&lt;br /&gt;
 *	SAMPLE:&lt;br /&gt;
 *		resetLibrary(&amp;quot;csdata_1_0&amp;quot;, &amp;quot;csdata&amp;quot;);&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
resetLibrary(&amp;quot;csdata_1_0&amp;quot;, &amp;quot;csdata&amp;quot;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Verify ==&lt;br /&gt;
To verify the site has been configured correctly, [[Reset ADF|reset the ADF]] on the site to load the ADF into application space.  &lt;br /&gt;
&lt;br /&gt;
[[Category: Site Configuration]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Photo_Gallery_Photo_Admin_Datasheet&amp;diff=4474</id>
		<title>PT Photo Gallery Photo Admin Datasheet</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Photo_Gallery_Photo_Admin_Datasheet&amp;diff=4474"/>
				<updated>2010-11-24T17:40:34Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Mcarroll&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The Photo Gallery element is a global custom element. Managing data for global custom elements can be configured easily through the use of Datasheets. The following sections will describe how to configure the datasheet to manage the photo element data.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
# Open the ''Photo Manager'' page in author mode.&lt;br /&gt;
# On the first tab labeled &amp;quot;Photo&amp;quot; is a Datasheet element.&lt;br /&gt;
# From the Datasheet element interface, click the &amp;quot;Datasheet&amp;quot; icon.&lt;br /&gt;
# From the &amp;quot;Datasheet Views&amp;quot; dialog, follow the &amp;quot;Click here to create a new datasheet view&amp;quot; link.&lt;br /&gt;
# Enter the following information and then click &amp;quot;Next&amp;quot;:&lt;br /&gt;
## Name: All Photos&lt;br /&gt;
## Private: unchecked&lt;br /&gt;
## Default View: unchecked&lt;br /&gt;
## Description: View to manage all of the photos&lt;br /&gt;
## Datasheet Source: Form Result/Custom Element Sheet&lt;br /&gt;
# From the Datasheet Source dialog choose the &amp;quot;Photo&amp;quot; custom element and click &amp;quot;Next&amp;quot;.&lt;br /&gt;
# From the Datasheet Columns Dialog select the columns PhotoID, Photo, Title, Category from the Available Columns list and move them to the Selected Columns list and then click &amp;quot;Finish&amp;quot;.&lt;br /&gt;
# You will be directed to the Datasheet View page. Click &amp;quot;Close&amp;quot; to return to your page.&lt;br /&gt;
# You will now see the datasheet element on this page. Click the Datasheet element interface icon again and choose &amp;quot;Edit Columns&amp;quot;.&lt;br /&gt;
# From the Datasheet View Column Properties dialog, select the ''PhotoID'' column, then edit.  Update the following settings for column:&lt;br /&gt;
## Remove the text from the ''Header'' field.&lt;br /&gt;
## Change the Render Handler to the following file: ''/ADF/apps/pt_photo_gallery/datasheet-modules/photo-update-edit-form-data.cfm''&lt;br /&gt;
# From the Datasheet View Column Properties dialog, select the ''Category'' column, then edit.  Update the following setting for column:&lt;br /&gt;
## Change the Render Handler to the following file: ''/ADF/apps/pt_photo_gallery/datasheet-modules/category-display-render.cfm''&lt;br /&gt;
# From the Datasheet View Column Properties dialog, select the ''Photo'' column, then edit.  Update the following setting for column:&lt;br /&gt;
## Change the Render Handler to the following file: ''/ADF/apps/pt_photo_gallery/datasheet-modules/photo-image-preview-display-render.cfm''&lt;br /&gt;
# Close the Edit Column window.&lt;br /&gt;
# Set the datasheet layout to sort by the ''Title'' field and results per page to 25.&lt;br /&gt;
# Publish this page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Photo Gallery]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Blogs&amp;diff=4473</id>
		<title>Blogs</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Blogs&amp;diff=4473"/>
				<updated>2010-11-24T17:40:29Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Ssmith&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Overview=&lt;br /&gt;
Blogging in CommonSpot should be as simple and easy as managing events.  Users should be able to add/modify/delete and reuse blog content easily.  The reworking of the original blog application will build upon the lessons learned and take advantage of new ADF features.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
* [[Install CS Blog Version 2 | Install ]]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
* Each blog post should have their own page.&lt;br /&gt;
* Each blog should belong to a subsite.&lt;br /&gt;
* Tags should be used for both categorization and page metadata (keywords).&lt;br /&gt;
* Blog posts should have the option to display comments (or not)&lt;br /&gt;
* Blogs should be managed from a central administrator.&lt;br /&gt;
&lt;br /&gt;
==Technical Specs==&lt;br /&gt;
* Custom Field type for categories should preform better than the previous application.&lt;br /&gt;
* Calendar Element will be handled similar to Events element using a RH on the Blog Element with the proper filter.&lt;br /&gt;
* Creating a blog post will use the [[Add Blog Post]] Custom script which will create the page similar to the way the American AUpedia application is completed.&lt;br /&gt;
* In the [[Add Blog Post]] functionality a [[CS CFT Subsite]] would be used to create a new subsite for the new blog.&lt;br /&gt;
&lt;br /&gt;
==Elements==&lt;br /&gt;
[[Image:Cselements_blog.png]]&lt;br /&gt;
* [[CS Blog Version 2 Element Blog]]&lt;br /&gt;
* [[CS Blog Version 2 Element Post]]&lt;br /&gt;
* [[CS Blog Version 2 Element Comment]]&lt;br /&gt;
&lt;br /&gt;
==Scenarios==&lt;br /&gt;
* [[Add Blog]]&lt;br /&gt;
* [[Edit Blog]]&lt;br /&gt;
* [[Add Blog Post]]&lt;br /&gt;
* [[Edit Blog Post]]&lt;br /&gt;
&lt;br /&gt;
==Potential==&lt;br /&gt;
* Move Blog&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Category:Blogs]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Profile_Subsites&amp;diff=4472</id>
		<title>PT Profile Subsites</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Profile_Subsites&amp;diff=4472"/>
				<updated>2010-11-24T17:40:23Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Mcarroll&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
It is '''highly recommended''' to create a Profile Web Admin subsite for administrators and a Profile Lightbox subsite for the lightbox pages.  This allows security to be setup for the subsite to allow only administrators access for the webadmin and the CS toolbar turned off for the lightbox pages.&lt;br /&gt;
&lt;br /&gt;
Your site may already have a ''webadmin'' and/or ''lightbox'' subsite.  The steps below will add a ''profile'' subsite into the ''webadmin'' and ''lightbox'' subsites.&lt;br /&gt;
&lt;br /&gt;
== Web Admin ==&lt;br /&gt;
# Create a new subsite under the site root called ''webadmin''.&lt;br /&gt;
# Create a new subsite under ''webadmin'' called ''profile''.&lt;br /&gt;
# Configure the ''/webadmin/profile/'' subsite Content Security to give 'No Rights' to 'Anonymous Users' and 'Authenticated Users'.  &lt;br /&gt;
# Configure the ''/webadmin/profile/'' subsite Content Security to give permissions to the group of administrators who will manage the Profiles.&lt;br /&gt;
&lt;br /&gt;
== Lightbox ==&lt;br /&gt;
# Create a new subsite under the site root called ''lightbox''.&lt;br /&gt;
# Create a new subsite under ''lightbox'' called ''profile''.&lt;br /&gt;
&lt;br /&gt;
== Profiles ==&lt;br /&gt;
The subsite for the profile pages must be created manually.  This subsite is custom to your implementation and can be any subsite within the site.  This subsite will correspond to a [[PT_Profile_Roles|Profile Role]].  This means that all the profile pages created for this role will live in this subsite. &lt;br /&gt;
&lt;br /&gt;
If you don't have a specific subsite then create a ''Profiles'' subsite under the site root.  &lt;br /&gt;
&lt;br /&gt;
The subsite for the profile pages is configured through the [[PT_Profile_Roles|Profile Roles]].  The subsite ID is stored in the [[PT_Profile_Site_Configuration|Site Configuration]] for the [[PT_Profile_Roles|Profile Roles]].&lt;br /&gt;
&lt;br /&gt;
Once the subsite is in place for the profile pages then update the [[PT_Profile_Site_Configuration|Site Configuration]] with the subsite ID for the profile role.&lt;br /&gt;
&lt;br /&gt;
[[Category:Profile]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=CS_Blog_Version_2_Element_Comment&amp;diff=4471</id>
		<title>CS Blog Version 2 Element Comment</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=CS_Blog_Version_2_Element_Comment&amp;diff=4471"/>
				<updated>2010-11-24T17:40:14Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Rkahn&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview == &lt;br /&gt;
Comments custom element used to store comment specific data.&lt;br /&gt;
&lt;br /&gt;
== Fields ==&lt;br /&gt;
&amp;lt;table id=&amp;quot;ce-fields&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Name/Label&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field ID&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Field Type&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Required?&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td&amp;gt;Properties&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;CommentID&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;CommentID&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Unique ID&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;name&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;text&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;Maximum Length: 255&amp;lt;br/&amp;gt;Size: 45&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;E-mail&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;email&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;Email&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;Maximum Length: 255&amp;lt;br/&amp;gt;Size: 20&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr/&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;URL&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;blogURL&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;url&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;Maximum Length: 255&amp;lt;br/&amp;gt;Size: 45&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr/&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;Comments&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;comments&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;small_textarea&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;Maximum Length: 255&amp;lt;br/&amp;gt;Size: 45&amp;lt;br/&amp;gt;row&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr/&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;dateCreated&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;dateCreated&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;hidden&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;{request.formattedTimeStamp}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr/&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;createdBy&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;createdBy&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;hidden&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;{request.user.id}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr/&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;contentPageID&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;contentPageID&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;hidden&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr/&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;formID&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;formID&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;hidden&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr/&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;blogID&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;blogID&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;hidden&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr/&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;postID&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;postID&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;hidden&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;td&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;tr/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Blog]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Forums_ADF_Configuration&amp;diff=4470</id>
		<title>PT Forums ADF Configuration</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Forums_ADF_Configuration&amp;diff=4470"/>
				<updated>2010-11-24T17:40:09Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Gcronkright&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Forums|PT Forum Overview]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The PT Forums Application is built within the ADF.  The ADF must be installed in the site to run the PT Forums Application, follow the [[Installation|ADF Installation]] instructions.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
* Open the sites 'ADF.cfc' ([[Site Configuration (ADF.cfc) | See Site Configuration (ADF.cfc) for more details]]) file (/_cs_apps/ADF.cfc) in a text editor. Locate the ''Load the ADF Application into application space'' comment in the file. Add (or uncomment) the following command under the comment section:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
loadApp(&amp;quot;ptForums&amp;quot;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* [[Reset ADF|Reset the ADF]] for the server and site.&lt;br /&gt;
&lt;br /&gt;
[[Category:Forums]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Forums_Messages&amp;diff=4469</id>
		<title>PT Forums Messages</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Forums_Messages&amp;diff=4469"/>
				<updated>2010-11-24T17:40:03Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Mcarroll&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[PT Forums Build Templates Pages|Build Templates/Pages]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The Forum Messages page is the last level of the forum listing pages. This page is where posts to a thread display. &lt;br /&gt;
&lt;br /&gt;
To construct your Forum Messages page complete the following steps: &lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
# Create a CommonSpot page called 'Messages'* from the Forums template. &lt;br /&gt;
# Place the ''Forum Messages'' Custom Element on this page.&lt;br /&gt;
# Click ''Render Mode'' in the element interface.&lt;br /&gt;
# Select ''Display existing element data (content reuse)'' on the ''Rendering Mode'' tab.&lt;br /&gt;
# Select the ''Filter'' tab. &lt;br /&gt;
# Select Filter Type to ''Show subset of records''.&lt;br /&gt;
# Select the field drop-down as the ''Thread Name'' field. &lt;br /&gt;
# Select the operator as ''Equals''.&lt;br /&gt;
# Click the '...' button to open the ColdFusion expression window.&lt;br /&gt;
# Enter the text ''request.params.threadid'' as the expression and check the ''force cache'' checkbox.  Click ''OK'' and then check the box to ''Ignore ColdFusion error'', then click ''OK''.&lt;br /&gt;
# Select the sort order drop-down as the ''Message Created'' field and ''Ascending''. &lt;br /&gt;
# Click ''OK'' on the render mode window.&lt;br /&gt;
# Click ''More'' in the element interface.  Then the ''Custom Render Handlers'' menu option, and choose the ''Default'' or ''Messages Page'' Render Handler.&lt;br /&gt;
# Publish the Page&lt;br /&gt;
&lt;br /&gt;
== Update Configuration ==&lt;br /&gt;
Update the ptForum Configuration for the 'FORUM MESSAGES URL' field.  Edit the row in the datasheet and select the CommonSpot page that was created.&lt;br /&gt;
&lt;br /&gt;
[[Reset ADF|Reset the ADF]] for the server and site.&lt;br /&gt;
&lt;br /&gt;
[[Category:Forums]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Getting_Started&amp;diff=4468</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Getting_Started&amp;diff=4468"/>
				<updated>2010-11-24T17:39:47Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Ssmith&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
[[Installation| Installing the ADF]] should have been a breeze.  Now that you have it up and running what can you do with it?  There are many aspects of the ADF that can help make it easier to organize and maintain your code.  Here are a few things you can do to get started:&lt;br /&gt;
&lt;br /&gt;
# Install the [[Starter Application | Starter App]]&lt;br /&gt;
# Create a [[Site Level Component]]&lt;br /&gt;
# [[Calling an ADF Library Component | Call a Library Component]]&lt;br /&gt;
# [[Site Level ADF Library Components Overrides | Extend a Library Component]]&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=PT_Calendar2_Lightbox_Template&amp;diff=4467</id>
		<title>PT Calendar2 Lightbox Template</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=PT_Calendar2_Lightbox_Template&amp;diff=4467"/>
				<updated>2010-11-24T17:39:41Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Gcronkright&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[PT Calendar2 Build Subsites Templates and Pages|Build Subsites, Templates and Pages]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The Lightbox template will be used to render pages within a lightbox.&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
# Create a new page named 'Lightbox Template' from the blank template.&lt;br /&gt;
# Submit and activate the page.&lt;br /&gt;
# Save the page as a template.&lt;br /&gt;
# Submit the template for public use.&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-ArraySort2D&amp;diff=4466</id>
		<title>Data 1 0-ArraySort2D</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-ArraySort2D&amp;diff=4466"/>
				<updated>2010-11-24T17:39:30Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Data_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public array &amp;lt;strong&amp;gt;ArraySort2D&amp;lt;/strong&amp;gt; ( array arrayToSort, numeric sortColumn, string type, string delim, string sortOrder )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;required&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;arrayToSort&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;array&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;td&amp;gt;sortColumn&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;numeric&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;optional&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;td&amp;gt;delim&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[Default: |] &amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;td&amp;gt;sortOrder&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[Default: asc] &amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadJQueryCheckboxes&amp;diff=4465</id>
		<title>Scripts 1 0-loadJQueryCheckboxes</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadJQueryCheckboxes&amp;diff=4465"/>
				<updated>2010-11-24T17:39:24Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Scripts_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description == &lt;br /&gt;
Loads the JQuery checkboxes Headers if not loaded.&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public void &amp;lt;strong&amp;gt;loadJQueryCheckboxes&amp;lt;/strong&amp;gt; ( string version, boolean force )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;optional&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;version&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[Default: 2.1] JQuery Checkboxes version to load.&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;td&amp;gt;force&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;boolean&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[Default: 0] Forces JQuery Checkboxes script header to load.&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=CSData_1_0-getDefaultRenderHandlerHTML&amp;diff=4464</id>
		<title>CSData 1 0-getDefaultRenderHandlerHTML</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=CSData_1_0-getDefaultRenderHandlerHTML&amp;diff=4464"/>
				<updated>2010-11-24T17:39:18Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[CSData_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description == &lt;br /&gt;
Returns the HTML for the default render handler with the passed in element name.&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public string &amp;lt;strong&amp;gt;getDefaultRenderHandlerHTML&amp;lt;/strong&amp;gt; ( string elementName, Array dataArray )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;required&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;elementName&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Custom element name&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;td&amp;gt;dataArray&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Array&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Render Handler data array&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadjQuerySWFObject&amp;diff=4463</id>
		<title>Scripts 1 0-loadjQuerySWFObject</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadjQuerySWFObject&amp;diff=4463"/>
				<updated>2010-11-24T17:39:12Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Scripts_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description == &lt;br /&gt;
Loads the SWFObject jQuery Plug-in Flash Embed Headers if not loaded.&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public void &amp;lt;strong&amp;gt;loadjQuerySWFObject&amp;lt;/strong&amp;gt; ( string version )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;optional&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;version&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[Default: 1.0.9] jQuery SWFObject version to load.&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadJQueryJSON&amp;diff=4462</id>
		<title>Scripts 1 0-loadJQueryJSON</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Scripts_1_0-loadJQueryJSON&amp;diff=4462"/>
				<updated>2010-11-24T17:39:05Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Scripts_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description == &lt;br /&gt;
Loads the JQuery JSON Headers if not loaded.&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public void &amp;lt;strong&amp;gt;loadJQueryJSON&amp;lt;/strong&amp;gt; ( string version, boolean force )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;optional&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;version&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[Default: 2.2] JQuery JSON version to load.&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;td&amp;gt;force&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;boolean&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[Default: 0] Forces JQuery JSON script header to load.&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=CSData_1_0-isCSPageActive&amp;diff=4461</id>
		<title>CSData 1 0-isCSPageActive</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=CSData_1_0-isCSPageActive&amp;diff=4461"/>
				<updated>2010-11-24T17:38:57Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[CSData_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description == &lt;br /&gt;
Returns T/F for the active status of the page id.&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public boolean &amp;lt;strong&amp;gt;isCSPageActive&amp;lt;/strong&amp;gt; ( numeric pageID )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;required&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;pageID&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;numeric&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Page ID to verify the active/inactive status&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-decimalRound&amp;diff=4460</id>
		<title>Data 1 0-decimalRound</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-decimalRound&amp;diff=4460"/>
				<updated>2010-11-24T17:38:49Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Data_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public numeric &amp;lt;strong&amp;gt;decimalRound&amp;lt;/strong&amp;gt; ( numeric numberToRound, numeric numberOfPlaces )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;required&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;numberToRound&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;numeric&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;lt;td&amp;gt;numberOfPlaces&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;numeric&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-formatUUID&amp;diff=4459</id>
		<title>Data 1 0-formatUUID</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-formatUUID&amp;diff=4459"/>
				<updated>2010-11-24T17:38:37Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Data_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public UUID &amp;lt;strong&amp;gt;formatUUID&amp;lt;/strong&amp;gt; ( string uuid )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;required&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;uuid&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-capFirst&amp;diff=4458</id>
		<title>Data 1 0-capFirst</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Data_1_0-capFirst&amp;diff=4458"/>
				<updated>2010-11-24T17:38:31Z</updated>
		
		<summary type="html">&lt;p&gt;Rwest: Reverted edits by Ecaxabu (Talk) to last revision by Api&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Attention: Do not change any text in the description, signature, and paramter sections.&lt;br /&gt;
&lt;br /&gt;
Return to [[Data_1_0]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
== Signature == &lt;br /&gt;
public string &amp;lt;strong&amp;gt;capFirst&amp;lt;/strong&amp;gt; ( string str )&lt;br /&gt;
&lt;br /&gt;
== Parameters == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table id=&amp;quot;lib-params&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;tr class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Required&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;Description&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&lt;br /&gt;
			&amp;lt;td class=&amp;quot;required&amp;quot;&amp;gt;required&amp;lt;/td&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
		&amp;lt;td&amp;gt;str&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	</feed>