Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
public void init() {
  super.init();

  IJavaScriptLibrarySettings jsSettings = getJavaScriptLibrarySettings();

  jsSettings.setBackingLibraryReference(DojoReference.class);

  getJavaScriptLibrarySettings()jsSettings.setWicketEventReference(DojoWicketEventReference.class);
  
  getJavaScriptLibrarySettings()jsSettings.setWicketAjaxReference(DojoWicketAjaxReference.class);

}

...