Skip to content
Mark Taylor edited this page Jan 4, 2014 · 1 revision
@Override
protected JSONObject getConfig() {
   JSONObject result = new JSONObject();
   ...
   return result;
}

Method is used to produce the configuration JSON object to be provided to the HTML/ Javascript front-end.


Also see

  • [Using the configuration] (Using-the-configuration)
Clone this wiki locally