Difference between revisions of "Extension talk:Wiklets.php"
From Organic Design wiki
m (New page: Overall with livelets and wiklets we'll have the following javascript files included since the wiklets will use existing functionality from [http://www.prototypejs.org/api/insertion Protot...) |
(Mootools) |
||
Line 3: | Line 3: | ||
<script src="javascripts/scriptaculous.js" type="text/javascript"></script> | <script src="javascripts/scriptaculous.js" type="text/javascript"></script> | ||
<script src="javascripts/livelets.js" type="text/javascript"></script> | <script src="javascripts/livelets.js" type="text/javascript"></script> | ||
+ | |||
+ | == Mootools == | ||
+ | *http://mootools.net | ||
+ | *[http://clientside.cnet.com/wiki/mootorial/06-drag Mootorial] |
Revision as of 03:25, 4 June 2007
Overall with livelets and wiklets we'll have the following javascript files included since the wiklets will use existing functionality from Prototype Javascript Framework and Scriptaculous:
<script src="javascripts/prototype.js" type="text/javascript"></script> <script src="javascripts/scriptaculous.js" type="text/javascript"></script> <script src="javascripts/livelets.js" type="text/javascript"></script>