DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Introduction

What does it do?

The extension contains currently only a plugin. It generate an SVG-pictogramm. The pictogram proof the concept for a special form of a menue. In later versions it will allow the management of resources, which protocol specials parts of the chemical analysis. The pictogram shows symbols of the methods, which you used to characterise your substance. The current test-pictogram allows you to add links of your analytical documents to the symbols in the pictogram. And you can save and edit your pictogram, because the javascript include your resources in the base64-format in links.

The test-pictogramm is like a small database.

Requirements

The frontend-plugin needs jQuery (>=3.3.1). If your website don’t use jQuery, you can install it via the constants in the typoScript-template.

Installation

Install the extension in the typical way. - Install the extension - Install the typoscript-templates. - Install the plugin on a page.

Add the plugin to a page and fill all required fields in the flexforms of the plugin. Select in the plugin the neede javascript and stylesheets.

Remarks to roll menu

The Plugin contains a roll-menu. I tried to capsulate the roll-menue. The eventmanager of the roll-menu call names in the data of the menue-entrys as a function. The mainpart ist the onclick-attribute in the figure-tag. The qrAnalysator(clickedElem, dataName, funcName, rotateName) read the dataName-Attributes from itself (clickedElem=this). If the middle element is clicked, the function ‘funcName’ will be called. if the other field are clicked. De menu will rotate. After rotation the ystems try to call the function defined in ‘rotateName’. Both functions defined in ‘funcName’ or ‘rotateName’ will the dataString as a parameter.

Enjoy it.