Lines Matching refs:a

3 Jokuwiki is a framework for integrating javascript in Dokuwiki. That is to say, it is mostly a set …
21 The Jokuwiki opening tag has a number of attributes:
26a Jokuwiki capable plugin and is also the class of the div element created to contain the plugin. …
28 The data attribute must contain a valid JSON string. This should not have a propery 'id' at the roo…
52 The Javascript from the jwHelloworld plugin will then use this data to render a speech bubble callo…
61a //great// performance saving - with HTTP it's all about the latency. But eliminating the need to…
65 Allowing inline javascript is a big security risk. Adopting a strict [Content Security Policy](http…
69 …was designed to support (much faster page loading, better security) require a template which is jo…
71 … template is a demonstration of PJAX and CSP capable template using Jokuwiki; the template defines…
82 * Add a built-in widget to initialize Dokuwiki variables
84 * Add a JSON editor in the Dokuwiki editor
88 ### Writing a compatible plugin ###
105 …* a function to call. To comply with a strict Content Security Policy this must be a function - bu…
106 * a URL of a javascript file to load asynchronously
107a new content via PJAX will not trigger a onload event for the window, you should not attempt to a…
114 …ld. This should be implemented by your syntax.php plugin, which then writes a Jokuwiki HTML widget…
115 ### Include a schema ###
116 …lude a [JSON Schema](http://json-schema.org/|JSON schema) describing the data payload for your jwP…