Public Properties

  Name Description
Public property Admin When true, this add-on is displayed on and can be used from the admin navigator.
Public property ArgumentList A crlf delimited list of name=value pairs. These pairs create an options dialog available to administrators in advance edit mode. When the addon is executed, the values selected are available through the cp.doc.var("name") method.
Public property AsAjax When true, this addon returns the javascript code necessary to implement this object as ajax.
Public property BlockDefaultStyles When true, the system only uses the custom styles field when building the page. This field is not updated with add-on updates.
Public property ccGuid The guid used to uniquely identify the add-on
Public property CollectionID The ID local to this site of the collection which installed this addon.
Public property Content When true, this addon can be placed in the content of pages.
Public property Copy text copy is added to the addon content during execution.
Public property CopyText text copy is added to the addon content during execution.
Public property CustomStyles Styles that are rendered on the page when the addon is executed. Custom styles are editable and are not modified when the add-on is updated.
Public property DefaultStyles Styles that are included with the add-on and are updated when the add-on is updated. See BlockdefaultStyles to block these.
Public property Description The add-on description is displayed in the addon manager
Public property DotNetClass When present, the system calls the execute method of an objected created from this dot net class namespace.
Public property FormXML This is an xml stucture that the system executes to create an admin form. See the support.contensive.com site for more details.
Public property Help This copy is displayed when the help icon for this addon is clicked.
Public property HelpLink If present, this link is displayed when the addon icon is clicked.
Public property IconFilename When present, this icon will be used when the add-on is displayed in the addon manager and when edited. The height, width and sprites must also be set.
Public property IconHeight The height in pixels of the icon referenced by the iconfilename.
Public property IconSprites The number of images in the icon. There can be multiple images stacked top-to-bottom in the file. The first is the normal image. the second is the hover-over image. The third is the clicked image.
Public property IconWidth The width of the icon referenced by the iconfilename
Public property ID The local ID of this addon on this site.
Public property InFrame When true, this addon will be displayed in an html iframe.
Public property IsInline When true, the system will assume the addon returns html that is inline, as opposed to block. This is used to vary the edit icon behaviour.
Public property JavaScriptBodyEnd Javascript code that will be placed in the document right before the end-body tag. Do not include script tags.
Public property JavascriptInHead Javascript code that will be placed in the head of the document. Do no include script tags.
Public property JavaScriptOnLoad Javascript that will be executed in the documents onload event.
Public property Link A URL to a webserver that returns javascript. This URL will be added as the src attribute of a script tag, and placed in the content where this Add-on is inserted. This URL can be to any server-side program on any server, provided it returns javascript. For instance, if you have a script page that returns javascript,put the URL of that page here. The addon can be dropped on any page and will execute the script. Your script can be from any site. This technique is used in widgets and avoids the security issues with ajaxing from another site.
Public property MetaDescription Text here will be added to the meta description section of the document head.
Public property MetaKeywordList This is a comma or crlf delimited list of phrases that will be added to the document's meta keyword list
Public property Name The name of the addon.
Public property NavIconType The type of navigator entry to be made. Choices are: Add-on,Report,Setting,Tool
Public property ObjectProgramID If present, this string will be used as an activex programid to create an object and call it's execute method.
Public property OnBodyEnd If true, this addon will be execute at the end of every page and its content added to right before the end-body tag
Public property OnBodyStart If true, this addon will be execute at the start of every page and it's content added to right after the body tag
Public property OnContentEnd if true, this add-on will be executed on every page and its content added right after the content box.
Public property OnContentStart If true, this add-on will be executed on every page and its content added right before the content box
Public property OtherHeadTags All content in the field will be added directly, as-is to the document head.
Public property PageTitle All content in the field will be added to the documents title tag
Public property ProcessInterval When present, this add-on will be executed stand-alone without a webpage periodically at this interval (in minutes).
Public property ProcessNextRun The next time this add-on is scheduled to run as a processs
Public property ProcessRunOnce Check true, this addon will be run once within the next minute as a stand-alone process.
Public property RemoteAssetLink  
Public property RemoteMethod if true, this add-on can be executed as a remote method. The name of the addon is used as the url.
Public property RobotsTxt When present, this text will be added to the robots.txt content for the site. This content is editable through the preferences page
Public property ScriptCode When present, the first routine of this script will be executed when the add-on is executed and its return added to the add-ons return
Public property ScriptEntryPoint if the ScriptCode has more than one routine and you want to run one other than the first, list is here.
Public property ScriptLanguage The script language selected for this script.
Public property SharedStyles A comma delimited list of the local id values of shared style record that will display with this add-on
Public property Template  
Top

See Also