The Remember The Milk Extension embeds a Remember the Milk Gadget into a Deki page.  This is the same source that is used for the Remember the Milk Gmail Gadget.

Remember The Milk Gadget
Vendor
MindTouch
Type Script
Categories Widget
Requires MindTouch Core 1.8.3 or later
Status Stable
License Free/Open Source
Manifest http://scripts.mindtouch.com/rtm.xml

 

Install Script
To add  this script to your site, enter the address of your MindTouch installation (ex: http://www.mindtouch.com) and click the Add Script button.  This will open your control panel and prepopulate the necessary values.  You will still need to manually add configuration settings if required.  Note that no changes are made to your site until you confirm the action in your control panel.
Your site address:     


Table of Contents

Description

This extension contains functions for embedding "Remember The Milk" widgets.

See also How to add a script, Using the Extension Dialog, Learn about DekiScript, Extensions Directory.


Functions

rtm.gadget() : xml

Adds the Remeber The Milk gadget into MindTouch


Script Source

<extension>
	<title>Remember The Milk Gadget</title>
  <label>RTM</label>
  <description>This extension contains functions for embedding "Remember The Milk" widgets.</description>
  <copyright>Copyright (c) 2006-2009 MindTouch Inc.</copyright>
  <uri.help>http://developer.mindtouch.com/App_Catalog/Remember_the_Milk</uri.help>
  <uri.logo>http://scripts.mindtouch.com/logos/rtm-logo.png</uri.logo>  
	<namespace>rtm</namespace>

  <function>
		<name>gadget</name>
		<description>Adds the Remeber The Milk gadget into MindTouch</description>    	
		<return>
			<html xmlns:eval="http://mindtouch.com/2007/dekiscript">
				<head>
				</head>
				<body>
					<iframe src="http://www.rememberthemilk.com/services/modules/gmail/" width="75%" height="500px" frameborder="no">
					</iframe>
				</body>
			</html>
		</return>
	</function>
</extension>

 

Tag page (Edit tags)

Files 1

FileSizeDateAttached by 
 rtm.xml
No description
510 bytes06:55, 4 Nov 2008coreygActions
You must login to post a comment.