WebApps:Dimension Maintenance: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with "__TOC__ =Systemvoraussetzungen= ==Unterstütze Browser== * Internet Explorer 11 oder höher * Edge * Firefox * Chrome =Aufruf= <WebAppUrl des Servers (das + durch Servernam..." |
No edit summary |
||
| Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
= | =System requirements= | ||
== | ==Supported Browsers== | ||
* Internet Explorer 11 oder | * Internet Explorer 11 oder higher | ||
* Edge | * Edge | ||
* Firefox | * Firefox | ||
* Chrome | * Chrome | ||
= | =Invocation= | ||
<WebAppUrl | <WebAppUrl of server (replace "+" with Servername/IP Adresse)>/DimensionEditor/?name=<Dimension name> | ||
oder | oder | ||
<WebAppUrl | <WebAppUrl of server (replace "+" with Servername/IP Adresse)>/DimensionEditor/?id=<COPSYS_ID of dimension> | ||
Example with name of dimension: | |||
<nowiki>https://server:4443/coplanner/DimensionsEditor/?name=Produkte</nowiki> | <nowiki>https://server:4443/coplanner/DimensionsEditor/?name=Produkte</nowiki> | ||
Invocation with e.g. Tiles should be done with Session-Variable @Session_WebAppUrl@. e.g.: | |||
@Session_WebAppUrl@/DimensionEditor/?name=Produkte | @Session_WebAppUrl@/DimensionEditor/?name=Produkte | ||
=== | ===Extended Invocation=== | ||
:* hideSessionHeader: | :* hideSessionHeader: Defines if the session header should be visible or not (true fades out the Session-Header). Default while opening is false | ||
= | =Menu= | ||
{| class="wikitable" width="857" | {| class="wikitable" width="857" | ||
|- {{Tabellentitel}} | |- {{Tabellentitel}} | ||
| | | Button | ||
| | | Action | ||
|- | |- | ||
| [[Image:ReportViewer_CoPlanner.JPG]] | | [[Image:ReportViewer_CoPlanner.JPG]] | ||
| | | Back to last page. | ||
|- | |- | ||
| [[Image:ReportViewer_MenueOpenClose.JPG]] | | [[Image:ReportViewer_MenueOpenClose.JPG]] | ||
| | | Open/Close of display text of menu. | ||
|- | |- | ||
| [[Image:Web_Speichern.PNG]] | | [[Image:Web_Speichern.PNG]] | ||
| | | Saves all changes | ||
|- | |- | ||
| [[Image:Web_Zuruecksetzen.PNG]] | | [[Image:Web_Zuruecksetzen.PNG]] | ||
| | | Reset of dimension | ||
|- | |- | ||
| [[Image:Web_Loeschen.PNG]] | | [[Image:Web_Loeschen.PNG]] | ||
| | | Deletes the selected element | ||
|- | |- | ||
| [[Image:Web_NeuesElementEbenedarunter.PNG]] | | [[Image:Web_NeuesElementEbenedarunter.PNG]] | ||
| | | Create new element on level below | ||
|- | |- | ||
| [[Image:Web_NeuesElementGleicheEbene.PNG]] | | [[Image:Web_NeuesElementGleicheEbene.PNG]] | ||
| | | Create new element on same level | ||
|- | |- | ||
| [[Image:Web_NachLinksVerschieben.PNG]] | | [[Image:Web_NachLinksVerschieben.PNG]] | ||
| | | Switch element to next higher level | ||
|- | |- | ||
| [[Image:Web_NachRechtsVerschieben.PNG]] | | [[Image:Web_NachRechtsVerschieben.PNG]] | ||
| | | Switch element below element above | ||
|- | |- | ||
| [[Image:Web_NachObenVerschieben.PNG]] | | [[Image:Web_NachObenVerschieben.PNG]] | ||
| | | Switch element up on same level | ||
|- | |- | ||
| [[Image:Web_NachUntenVerschieben.PNG]] | | [[Image:Web_NachUntenVerschieben.PNG]] | ||
| | | Switch element down on same level | ||
|- | |- | ||
| [[Image:Web_Sortieren.PNG]] | | [[Image:Web_Sortieren.PNG]] | ||
| | | Sort dimension element in alphabetical order | ||
|- | |- | ||
| [[Image:Web_Suche.PNG]] | | [[Image:Web_Suche.PNG]] | ||
| | | Opens dialog field "Search" | ||
|- | |- | ||
| [[Image:Web_AttributspaltenAnzeigen.PNG]] | | [[Image:Web_AttributspaltenAnzeigen.PNG]] | ||
| | | Shows attribute columns of dimension | ||
|} | |} | ||
Revision as of 14:19, 4 February 2019
System requirements
Supported Browsers
- Internet Explorer 11 oder higher
- Edge
- Firefox
- Chrome
Invocation
<WebAppUrl of server (replace "+" with Servername/IP Adresse)>/DimensionEditor/?name=<Dimension name>
oder
<WebAppUrl of server (replace "+" with Servername/IP Adresse)>/DimensionEditor/?id=<COPSYS_ID of dimension>
Example with name of dimension:
https://server:4443/coplanner/DimensionsEditor/?name=Produkte
Invocation with e.g. Tiles should be done with Session-Variable @Session_WebAppUrl@. e.g.:
@Session_WebAppUrl@/DimensionEditor/?name=Produkte
Extended Invocation
- hideSessionHeader: Defines if the session header should be visible or not (true fades out the Session-Header). Default while opening is false