Lines Matching refs:is

3is a framework for integrating javascript in Dokuwiki. That is to say, it is mostly a set of rules…
15 id='greetingDiv' style='width:100px;height=40px' noscript='Javascript is disabled'
26is also the class of the div element created to contain the plugin. The **id** attribute is option…
28 …ld not have a propery 'id' at the root level. The id of the containing div is added to the JSON st…
46 <noscript>Javascript is disabled</noscript>
55 be installed as seperate plugin and is not bundled here - but is available on the same site as Joku…
59is deferred, the javascript need not be loaded before the Jokuwiki tag is declared in the html - i…
60 …out the overhead of jQuery, the amount of content which is different between individual pages is o…
65 Allowing inline javascript is a big security risk. Adopting a strict [Content Security Policy](http…
69 … to support (much faster page loading, better security) require a template which is jokuwiki aware.
71 …i simplifies the implementation of these changes. The starterPjax template is a demonstration of P…
90 Your plugin has to tell Jokuwiki how it is invoked, hence the script.js for your plugin must regist…
104 * the plugin name (by convention, jokuwiki plugins start with 'jw' but this is not required)
109 …ipt loader. Unlike the jQuery.script method, this ensures that each script is only loaded/incorpor…
111 …t several times. If the called method throws an exception or the initiator is not registered, Joku…