Skip to content
Snippets Groups Projects

ENH: allow to provide a function that creates the form to create_show_form_callback

Merged Henrik tom Wörden requested to merge f-edit-panel into dev
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -65,7 +65,8 @@ var form_panel = new function () {
};
/**
* Creates a callback function that toggles the form panel which
* Creates a callback function that creates the form inside
* the form panel when called for the first time.
*
* You may supply 'undefined' as form_config and use form_creator
* instead which is supposed to be a function without argument that
Loading