2013-09-16

← Older revision

Revision as of 13:17, September 16, 2013

Line 38:

Line 38:

 

<source lang="javascript">

 

<source lang="javascript">

 

"w:c:dev:QuickTools/code.js",

 

"w:c:dev:QuickTools/code.js",

 

+

</source>

 

+

 

+

== Advanced Version ==

 

+

The more advanced version provides a better UI by using modals and forms. It contains more features and the button over writes the Start wiki button in the global header. Add the following code into your .js page to load Advanced Tools.

 

+

 

+

(NOTE: Do not use QuickTools and AdvancedTools. Pick one or the other.)

 

+

<source lang="javascript">

 

+

//Advanced Tools

 

+

$.getScript('https://raw.github.com/PrincessPlatinum/Ajax-Scripts/master/Advanced%20Tools.js');

 

</source>

 

</source>

Show more