From 0be8e6ae5381980f12d31f5b58efb9f5059b0793 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Mon, 25 Feb 2019 11:06:09 +0100 Subject: [PATCH] Manual.rst: add doc to annotation type text --- extension/Documentation/Manual.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst index 3efc51e9d..4ea96aed1 100644 --- a/extension/Documentation/Manual.rst +++ b/extension/Documentation/Manual.rst @@ -3316,21 +3316,21 @@ Code **Form.parameter** -+-------------------+-----------------------+----------------------------------------------------------------------------------+ -| Attribute | Value | Description | -+===================+=======================+==================================================================================+ -| annotateType | text | *grafic|text*. Default is *grafic*. Select mode. | -+-------------------+-----------------------+----------------------------------------------------------------------------------+ -| textSource | {{pathFileName2}} | Background image. E.g. `fileadmin/images/scan.png` | -+-------------------+-----------------------+----------------------------------------------------------------------------------+ -| defaultPenColor | <rgb hex value> | Pen default color, after loading the fabric element. Default is '0000FF' (blue). | -+-------------------+----------------------------------------------------------------------------------------------------------+ - -annotateType=grafic|text -textSource (vergleichbar mit imageSource fuer fabric Elemente) -annotateUserName, annotateUserUid, annotateUserAvatar -highlight=off,auto,javascript,qfq,python,matlab - ++--------------------+-----------------------+----------------------------------------------------------------------------------+ +| Attribute | Value | Description | ++====================+=======================+==================================================================================+ +| annotateType | text | *grafic|text*. Default is *grafic*. Select mode. | ++--------------------+-----------------------+----------------------------------------------------------------------------------+ +| textSource | <fileadmin/code.m> | Text file to annotate. | ++--------------------+-----------------------+----------------------------------------------------------------------------------+ +| annotateUserName | <john doe> | Will be shown at annotation line. | ++--------------------+-----------------------+----------------------------------------------------------------------------------+ +| annotateUserUid | <123> | Will be shown at annotation line. | ++--------------------+-----------------------+----------------------------------------------------------------------------------+ +| annotateUserAvatar | <https://gravatar...> | Will be shown at annotation line. | ++--------------------+-----------------------+----------------------------------------------------------------------------------+ +| highlight | auto | off,auto,javascript,qfq,python,matlab | ++--------------------+-----------------------+----------------------------------------------------------------------------------+ Type: imageCut -- GitLab