User Tools

Site Tools


en:infra-convert:dev:characteristictags

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:infra-convert:dev:characteristictags [2018/12/14 16:35]
me
en:infra-convert:dev:characteristictags [2021/10/22 16:17] (current)
me
Line 7: Line 7:
 </​WRAP>​ </​WRAP>​
  
 +<WRAP group>
 +<WRAP column 90%>
 ====== Parameter file "​CharacteristicTags"​ ====== ====== Parameter file "​CharacteristicTags"​ ======
  
 ---- ----
 +</​WRAP>​
 +<WRAP column 5%>
 +{{ :​en:​infra-convert:​dev:​icon_dev_kennzeichnungen.png?​nolink&​50|}}
 +</​WRAP>​
 +</​WRAP>​
  
-The →[[en:​infra-convert:​user:​terms#​Label|Labels]] (respectively tags) that are available in a project are defined in the parameter file //CharacteristicTags.json//. These definitions are loaded when a new →[[en:​infra-convert:​user:​terms#​Project|project]] is created and saved in the project file. This means that it is only in the project itself possible to later change the tags for a project.+The →[[en:​infra-convert:​user:​terms#​Label|Labels]] (respectively tags) that are available in a project are defined in the parameter file "CharacteristicTags.json". These definitions are loaded when a new →[[en:​infra-convert:​user:​terms#​Project|project]] is created and saved in the project file. This means that it is only in the project itself possible to later change the tags for a project.
  
-During installation,​ the parameter file //CharacteristicTags// is saved at the following location:+During installation,​ the parameter file "CharacteristicTags.json" ​is saved at the following location:
  
 <WRAP group> <WRAP group>
Line 24: Line 31:
 If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see Configuration and Import > Startup parameter file > [[en:​infra-convert:​dev:​parameter#​Parameter file for tags]]). If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see Configuration and Import > Startup parameter file > [[en:​infra-convert:​dev:​parameter#​Parameter file for tags]]).
  
-{{page>​en:​infra-convert:​dev:​tip_use_adv_editor}} +\\ 
- +
-<WRAP noprint>+
  
 <WRAP noprint> <WRAP noprint>
Line 33: Line 38:
 //​**__Content__**//​ //​**__Content__**//​
  
 + • [[en:​infra-convert:​dev:​characteristictags#​Administrator tools]]\\ ​
  • [[en:​infra-convert:​dev:​characteristictags#​ID]]\\ ​  • [[en:​infra-convert:​dev:​characteristictags#​ID]]\\ ​
  • [[en:​infra-convert:​dev:​characteristictags#​List position]]\\ ​  • [[en:​infra-convert:​dev:​characteristictags#​List position]]\\ ​
  • [[en:​infra-convert:​dev:​characteristictags#​Friendly Name]]\\ ​  • [[en:​infra-convert:​dev:​characteristictags#​Friendly Name]]\\ ​
  • [[en:​infra-convert:​dev:​characteristictags#​Color]]\\ ​  • [[en:​infra-convert:​dev:​characteristictags#​Color]]\\ ​
- • [[en:​infra-convert:​dev:​characteristictags#​Display text]]+ • [[en:​infra-convert:​dev:​characteristictags#​Display text]]\\  
 + • [[en:​infra-convert:​dev:​characteristictags#​Installation/​Deinstallation]]
  
 \\  \\ 
Line 43: Line 50:
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​ </​WRAP>​ </​WRAP>​
 +
 +===== Administrator tools =====
 +
 +<WRAP group>
 +<WRAP column 25%>
 +
 +**Export project settings**
 +
 +</​WRAP>​
 +
 +<WRAP column 65%>
 +
 +You can export the current project settings as project template files ("​CharacteristicTags.json",​ "​SpecialCategories.json"​ and "​StampTemplates.json"​) from the #@IC_HTML@# user interface. (Available from programme version 2.4.1.)\\ **Siehe** User Manual > Settings > Project Settings > Tags > [[en:​infra-convert:​user:​config:​label#​save_export|Save/​Export]]
 +
 +</​WRAP>​
 +</​WRAP>​
 +
 +\\ 
  
 ===== ID ===== ===== ID =====
Line 57: Line 82:
  
 <code javascript>​ <code javascript>​
-"​Id":​ "{24C41CA8-871C-456E-B082-22EC2A20216D}",+"​Id":​ "​24C41CA8-871C-456E-B082-22EC2A20216D"​
 </​code>​ </​code>​
  
Line 80: Line 105:
  
 <code javascript>​ <code javascript>​
-"​Priority":​ 1,+"​Priority":​ 1
 </​code>​ </​code>​
  
Line 103: Line 128:
  
 <code javascript>​ <code javascript>​
-"​FriendlyName":​ "​TagOne"​,+"​FriendlyName":​ "​TagOne"​
 </​code>​ </​code>​
  
Line 124: Line 149:
 </​WRAP>​ </​WRAP>​
 <WRAP column 55%> <WRAP column 55%>
 +
 +<code javascript>​
 +"​Color":​ null
 +</​code>​
 +
 +<code javascript>​
 +"​Color":​ "#​FF1C5EE2"​
 +</​code>​
  
 <code javascript>​ <code javascript>​
Line 136: Line 169:
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ Type | String | Color system | +Color | String | Set colour value:\\ **null** Do not overwrite stamping colour\\ **#​AARRGGBB** Overwrite with hexadecimal coded colour\\ **{...}** Overwrite with (A)RGB-coded colour | 
-^ R | Integer | Value for the red color channel (0 … 255) | +^ └ Type | String | Color system:\\ **RGB** Red-Green-Blue\\ **ARGB** Alpha-Red-Green-Blue | 
-^ G | Integer | Value for the green color channel (0 … 255) | +^ └ A | Integer | Value for the alpha channel (0 … 255, wiht 0 = fully transparent) ​
-^ B | Integer | Value for the blue color channel (0 … 255) |+└ R | Integer | Value for the red color channel (0 … 255) | 
 +└ G | Integer | Value for the green color channel (0 … 255) | 
 +└ B | Integer | Value for the blue color channel (0 … 255) |
  
 </​WRAP>​ </​WRAP>​
Line 171: Line 206:
 ^ Description | String | Description text | ^ Description | String | Description text |
 ^ LanguageCode | String | Language abbreviation as per ISO 639-1 | ^ LanguageCode | String | Language abbreviation as per ISO 639-1 |
 +</​WRAP>​
 +</​WRAP>​
 +
 +\\ 
 +
 +==== Installation/​Deinstallation ====
 +
 +The following describes the process for deinstalling,​ reinstalling (installing after previous deinstallation) and installing (without previous deinstallation) #@IC_HTML@# using the parameter file “CharacteristicTags.json”. Essential preconditions are: the file is at the location where it was installed, and has not been renamed.
 +
 +> **See also** Introduction > Overview (program version 2) > [[en:​infra-convert:​dev:​intro_preview#​installation_uninstallation|Installation/​Uninstallation]]
 +
 +<WRAP group>
 +<WRAP column 25%>
 +
 +**Deinstallation**
 +
 +</​WRAP>​
 +
 +<WRAP column 65%>
 +
 +The file is deleted.
 +
 +</​WRAP>​
 +</​WRAP>​
 +
 +<WRAP group>
 +<WRAP column 25%>
 +
 +**Reinstallation**
 +
 +</​WRAP>​
 +
 +<WRAP column 65%>
 +
 +An existing file is overwritten.
 +
 +</​WRAP>​
 +</​WRAP>​
 +
 +<WRAP group>
 +<WRAP column 25%>
 +
 +**Installation**
 +
 +</​WRAP>​
 +
 +<WRAP column 65%>
 +
 +An existing file is overwritten.
 +
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​
en/infra-convert/dev/characteristictags.1544801736.txt.gz · Last modified: 2018/12/14 16:35 by me