AppSuite:Client Onoarding: Difference between revisions

From Open-Xchange
(Created page with "{{Stability-unstable}} = activation/deactivation = == capability == <code>client-onboarding</code> == affects == * portal widget * textlink entry in premium bar * textlin...")
 
m (Redirected page to AppSuite:Client Onboarding)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Stability-unstable}}
#REDIRECT [[AppSuite:Client_Onboarding]]
 
= activation/deactivation =
 
== capability ==
 
<code>client-onboarding</code>
 
== affects ==
 
* portal widget
* textlink entry in premium bar
* textlink entry in topbar dropdown (burger)
* wizard dialog
 
= components =
 
== wizard ==
 
=== actions ===
 
* download
* email
* sms
* display/easmanual
* display/davmanual
* display/mailmanual
* link/mailappinstall
* link/emclientinstall
* link/oxupdaterinstall
* link/drivewindowsclientinstall
* link/driveappinstall
* link/syncappinstall
* link/drivemacinstall
 
'''extension points'''
 
mapping of action and corresponding view
 
<code>io.ox/onboarding/clients/views</code>
 
=== upsell settings ===
 
<code>
io.ox/core//features/upsell/client.onboarding/enabled <br>
io.ox/core//features/upsell/client.onboarding/color <br>
io.ox/core//features/upsell/client.onboarding/icon
</code>
 
=== metrics ===
 
'''events'''
 
''selections''
 
<code>core/client-onboarding/platform/select </code><br>
<code>core/client-onboarding/device/select </code><br>
<code>core/client-onboarding/scenario/select </code><br>
<code>core/client-onboarding/action/select</code>
 
''execute''
 
<code>action core/client-onboarding/action/execute</code>
 
''toggle between simple and expert mode''
 
<code>core/client-onboarding/mode/toggle</code>
 
== widget ==
 
'''extension points'''
 
''simply enables the widget''
 
<code>io.ox/portal/widget</code>
 
''The main extension defining the widgets content''
 
<code>io.ox/portal/widget/client-onboarding</code>
 
''Defines that this widget is unique and can be added only once''
 
<code>io.ox/portal/widget/client-onboarding/settings </code>
 
== deprecated parts ==
 
Disable/remove the 'old' widget and settings entries:
 
* widget: get ox drive
* widget: update
* settings entry: downloads
 
Their functionality is now covered by the client onboarding wizard.
 
=== settings ===
 
Edit the property file and change the value to `<code>true</code>:
 
<code>io.ox/core//settings/downloadsDisabled</code>
 
=== widgets ===
 
To remove the both related portal widget/tiles please refer to:<br> [https://oxpedia.org/wiki/index.php?title=AppSuite:Configuring_portal_plugins#Disabling_a_tile_completely oxpedia &gt; configuring portal plugins &gt; Disabling''a''tile_completely]
 
* io.ox/portal/widget/oxdriveclients
* io.ox/portal/widget/updater
 
[[Category:AppSuite]]
[[Category:UI]]
[[Category:Development process]]

Latest revision as of 09:52, 20 March 2017