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 Widgets
Requires MindTouch Deki 1.8.3 or later
Status Stable
License Free/Open Source
Manifest http://scripts.mindtouch.com/rtm.xml

 

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 Deki


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://wiki.developer.mindtouch.com/MindTouch_Deki/Extensions/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 Deki</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

Files 1

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