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...)
 
m ([[Talk:Extension:Wiklets.php]] moved to Foo talk:Wiklets.php)
 
(One intermediate revision by the same user not shown)
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]

Latest revision as of 11:32, 29 September 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>

Mootools