Created
December 22, 2010 18:47
-
-
Save bradhintze/751905 to your computer and use it in GitHub Desktop.
The initialize rule for the Dataset tutorial using Flickr.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rule initialize is active { | |
select using ".*" setting () | |
pre { | |
InitializedDiv = << | |
<div id="FlickrPublicFeed" style="overflow-y:scroll; overflow-x:hidden; height:450px; margin: 3px;"> | |
</div> | |
>>; | |
} | |
notify("Flickr Public Feed", InitializedDiv) | |
with | |
sticky=true and | |
width=325 and | |
height=450 and | |
opacity = 1.0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment