This page (revision-23) was last changed on 17-Dec-2012 17:41 by constin

This page was created on 17-Dec-2012 10:00 by LukasBrehl

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
23 17-Dec-2012 17:41 1 KB constin to previous
22 17-Dec-2012 17:24 1 KB constin to previous | to last
21 17-Dec-2012 12:20 1 KB LukasBrehl to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 10 added 16 lines
!! Register the Files
The files have to be registred in the plugin.xml. This happens with a parameter id line. The parameter id line is added to the desired plugin. Plugins with css or javascript files can be for example [actions|https://isci.informatik.uni-wuerzburg.de/javadoc/KnowWE/de/knowwe/core/action/Action.html], [types|https://isci.informatik.uni-wuerzburg.de/javadoc/KnowWE/de/knowwe/core/kdom/Type.html], [renderer|https://isci.informatik.uni-wuerzburg.de/javadoc/KnowWE/de/knowwe/core/kdom/rendering/Renderer.html], [toolprovider|https://isci.informatik.uni-wuerzburg.de/javadoc/KnowWE/de/knowwe/tools/ToolProvider.html] and [taghandler|https://isci.informatik.uni-wuerzburg.de/javadoc/KnowWE/de/knowwe/core/taghandler/TagHandler.html].
\\
For Javascript files it looks like:
%%prettify
{{{<parameter id="script" value="javascriptfile.js" />}}}
/%
For CSS files:
%%prettify
{{{<parameter id="css" value="cssfile.css" />}}}
/%
At line 27 changed one line
howto
howto Javascript CSS