<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.kmacloud.net/index.php?action=history&amp;feed=atom&amp;title=Creating_Your_Own_Add-on</id>
		<title>Creating Your Own Add-on - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.kmacloud.net/index.php?action=history&amp;feed=atom&amp;title=Creating_Your_Own_Add-on"/>
		<link rel="alternate" type="text/html" href="http://wiki.kmacloud.net/index.php?title=Creating_Your_Own_Add-on&amp;action=history"/>
		<updated>2026-05-04T19:32:04Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.kmacloud.net/index.php?title=Creating_Your_Own_Add-on&amp;diff=101&amp;oldid=prev</id>
		<title>Admin: /* Types of Add-ons */</title>
		<link rel="alternate" type="text/html" href="http://wiki.kmacloud.net/index.php?title=Creating_Your_Own_Add-on&amp;diff=101&amp;oldid=prev"/>
				<updated>2015-04-01T14:57:35Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Types of Add-ons&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 14:57, 1 April 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 12:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 12:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;  &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;  &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''Remote Methods''' &amp;lt;br /&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''Remote Methods''' &amp;lt;br /&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;These are more advanced Add-ons that are not typically used by content administrators. When added to your site, they create new URLs to your site that return data. For instance, your site may include ajax functionality that requires your site to respond to custom requests from special browser ajax calls. RemoteMethods provide this functionality. They are also used to communicate between sites, and from applications to sites. For instance, you may write a remote method called &amp;quot;TestMe&amp;quot; that just response with the word &amp;quot;OK&amp;quot;. If anyone hits your site URL &amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;http://&lt;/del&gt;www.mysite.com/TestMe, the site will respond with &amp;quot;OK&amp;quot;. &amp;lt;br /&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;These are more advanced Add-ons that are not typically used by content administrators. When added to your site, they create new URLs to your site that return data. For instance, your site may include ajax functionality that requires your site to respond to custom requests from special browser ajax calls. RemoteMethods provide this functionality. They are also used to communicate between sites, and from applications to sites. For instance, you may write a remote method called &amp;quot;TestMe&amp;quot; that just response with the word &amp;quot;OK&amp;quot;. If anyone hits your site URL &amp;quot;www.mysite.com/TestMe, the site will respond with &amp;quot;OK&amp;quot;. &amp;lt;br /&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;  &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160; &amp;#160;  &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''OnNewVisit''' &amp;lt;br /&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;'''OnNewVisit''' &amp;lt;br /&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wiki.kmacloud.net/index.php?title=Creating_Your_Own_Add-on&amp;diff=100&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;Add-ons contain all the programming code, javascript, styles, etc. necessary to make portable Contensive functionality. They can be downloaded as part of a Contensive Collecti...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.kmacloud.net/index.php?title=Creating_Your_Own_Add-on&amp;diff=100&amp;oldid=prev"/>
				<updated>2015-04-01T14:57:17Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Add-ons contain all the programming code, javascript, styles, etc. necessary to make portable Contensive functionality. They can be downloaded as part of a Contensive Collecti...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Add-ons contain all the programming code, javascript, styles, etc. necessary to make portable Contensive functionality. They can be downloaded as part of a Contensive Collection, or manually created on the site. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To create a new add-on, Go to ADMIN &amp;gt;&amp;gt; Manage Add-ons &amp;gt;&amp;gt; Advanced &amp;gt;&amp;gt; Add-ons. This is a list of add-ons your site contains. Click the add button to add a new one. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Types of Add-ons==&lt;br /&gt;
&lt;br /&gt;
'''Content''' &amp;lt;br /&amp;gt;&lt;br /&gt;
Content Add-ons are added to your editor and can be added to your pages. An example might be the commerce catalog. You drop it on the page from the editor. When visitors hit the page, they see your catalog. &amp;lt;br /&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
'''Admin''' &amp;lt;br /&amp;gt;&lt;br /&gt;
Admin Add-ons are pages you use from the admin interface to control and edit your site. And example might be a visitor report. When added to your site, the navigator includes a link to the feature. &amp;lt;br /&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
'''Remote Methods''' &amp;lt;br /&amp;gt;&lt;br /&gt;
These are more advanced Add-ons that are not typically used by content administrators. When added to your site, they create new URLs to your site that return data. For instance, your site may include ajax functionality that requires your site to respond to custom requests from special browser ajax calls. RemoteMethods provide this functionality. They are also used to communicate between sites, and from applications to sites. For instance, you may write a remote method called &amp;quot;TestMe&amp;quot; that just response with the word &amp;quot;OK&amp;quot;. If anyone hits your site URL &amp;quot;http://www.mysite.com/TestMe, the site will respond with &amp;quot;OK&amp;quot;. &amp;lt;br /&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
'''OnNewVisit''' &amp;lt;br /&amp;gt;&lt;br /&gt;
These are more advanced Add-ons that are not typically used by content administrators.  When a new visitor arrives at your site, all OnNewVisit Add-ons are run. These are often used to initialize a visit. &amp;lt;br /&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
'''OnPageStart''' &amp;lt;br /&amp;gt;&lt;br /&gt;
These are more advanced Add-ons that are not typically used by content administrators. When any page is hit, all OnPageStart Add-ons are run at the beginning of the page. &amp;lt;br /&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
'''OnPageEnd''' &amp;lt;br /&amp;gt;&lt;br /&gt;
These are more advanced Add-ons that are not typically used by content administrators. When any page is hit, all OnPageStart Add-ons are run at the end of the page.&lt;br /&gt;
     &lt;br /&gt;
'''Process''' &amp;lt;br /&amp;gt;&lt;br /&gt;
These are more advanced Add-ons that are not typically used by content administrators. A process add-on is executed outside of the webserver, and runs periodically to perform non-page related tasks. For instance, some features like the Content Spider require housekeeping processes to collect, organize and manage data. &amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>