Difference between revisions of "AppSuite:Debugging the UI"

 
(29 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<div class="title">Debugging the UI</div>
+
The content on this page has moved to https://documentation.open-xchange.com/latest/ui/miscellaneous/debugging.html
'''Synopsis:''' A collection of hints to debug during UI development
 
__TOC__
 
  
== What capabilities are available? ==
+
Note: Open-Xchange is in the process of migrating all its technical documentation to a new and improved documentation system (documentation.open-xchange.com). Please note as the migration takes place more information will be available on the new system and less on this system. Thank you for your understanding during this period of transition.
  _(ox.serverConfig.capabilities).pluck("id").sort();
 
 
 
== Check settings ==
 
require('settings!io.ox/core').get();
 
 
 
[[Category:AppSuite]]
 
[[Category:UI]]
 
[[Category:Developer]]
 

Latest revision as of 10:02, 22 May 2017

The content on this page has moved to https://documentation.open-xchange.com/latest/ui/miscellaneous/debugging.html

Note: Open-Xchange is in the process of migrating all its technical documentation to a new and improved documentation system (documentation.open-xchange.com). Please note as the migration takes place more information will be available on the new system and less on this system. Thank you for your understanding during this period of transition.