Skip to content
Snippets Groups Projects
Commit fe53134c authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: enhance docstring

parent 941a7a9e
No related branches found
No related tags found
2 merge requests!103Quick main-release of documentation,!98ENH: allow to provide a function that creates the form to create_show_form_callback
Pipeline #35308 passed
......@@ -66,6 +66,10 @@ var form_panel = new function () {
/**
* Creates a callback function that toggles the form panel which
*
* You may supply 'undefined' as form_config and use form_creator
* instead which is supposed to be a function without argument that
* return the form to be added to the panel
*/
this.create_show_form_callback = function (
panel_id, title, form_config, form_creator=undefined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment