Gaia/Settings/docs: Difference between revisions

Jump to navigation Jump to search
Line 23: Line 23:


=== Panel Navigation ===
=== Panel Navigation ===
"'''navigate#SettingsService'''"(js/modules/settings_service.js) is used to navigate to any panel by providing the panel id and the options to be passed to the panel. Note that this function behaves like an url link and there is no way for the target panel to return any result. If you would like to share information among panels, you must create a shared module that can be used in the panels, or consider to use "'''DialogService'''"(js/modules/dialog_service.js) which allows to return results.
'''"navigate#SettingsService"'''(js/modules/settings_service.js) is used to navigate to any panel by providing the panel id and the options to be passed to the panel. Note that this function behaves like an url link and there is no way for the target panel to return any result. If you would like to share information among panels, you must create a shared module that can be used in the panels, or consider to use '''"DialogService"'''(js/modules/dialog_service.js) which allows to return results.


=== Dialog Service ===
=== Dialog Service ===
Confirmed users
502

edits

Navigation menu