You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally, windows in Edirom Online can have multiple views. For different object types we have defined different 'default views' which open when first opening an object window. The EdiromOnline.view.window.Window has a showView method (and others circling around that one)
These can be used to show a specific view; nevertheless, the LinkController does not seem to support submitting a view. I tried with 'view' xor 'viewType' set to 'xmlView' without success.
Or am I missing something? Is there a cfg parameter for this or is there another way to achieve this, e.g. from within a text or the navigator?
This discussion was converted from issue #382 on June 18, 2024 12:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Generally, windows in Edirom Online can have multiple views. For different object types we have defined different 'default views' which open when first opening an object window. The
EdiromOnline.view.window.Window
has ashowView
method (and others circling around that one)Edirom-Online/app/view/window/Window.js
Lines 109 to 119 in c2aface
These can be used to show a specific view; nevertheless, the
LinkController
does not seem to support submitting a view. I tried with 'view' xor 'viewType' set to 'xmlView' without success.Or am I missing something? Is there a cfg parameter for this or is there another way to achieve this, e.g. from within a text or the navigator?
Beta Was this translation helpful? Give feedback.
All reactions