AppSuite:Debugging the UI: Difference between revisions
From Open-Xchange
(Created page with "<div class="title">Debugging the UI</div> '''Synopsis:''' A collection of hints to debug during UI development __TOC__ == What capabilities are available? == _(ox.serverCon...") |
|||
Line 6: | Line 6: | ||
== What capabilities are available? == | == What capabilities are available? == | ||
_(ox.serverConfig.capabilities).pluck("id").sort() | _(ox.serverConfig.capabilities).pluck("id").sort() | ||
[[Category:AppSuite]] | [[Category:AppSuite]] |
Revision as of 10:58, 28 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()