AppSuite:Debugging the UI: Difference between revisions
From Open-Xchange
No edit summary |
|||
Line 1: | Line 1: | ||
<div class="title">Debugging the UI</div> | <div class="title">Debugging the UI</div> | ||
'''Synopsis:''' A collection of hints to debug during UI development | '''Synopsis:''' A collection of hints to debug during UI development | ||
__TOC__ | __TOC__ | ||
== What capabilities are available? == | == What capabilities are available? == | ||
_(ox.serverConfig.capabilities).pluck("id").sort() | _(ox.serverConfig.capabilities).pluck("id").sort(); | ||
== Check settings == | |||
require('settings!io.ox/core').get(); | |||
[[Category:AppSuite]] | [[Category:AppSuite]] | ||
[[Category:UI]] | [[Category:UI]] | ||
[[Category:Developer]] | [[Category:Developer]] |
Revision as of 09:51, 29 August 2013
Debugging the UI
Synopsis: A collection of hints to debug during UI development
What capabilities are available?
_(ox.serverConfig.capabilities).pluck("id").sort();
Check settings
require('settings!io.ox/core').get();