Skip to content
Snippets Groups Projects
Commit b114f1f8 authored by juanf's avatar juanf
Browse files

SSDM-13203: ELN-LIMS Plugin documentation

parent 4e81c76a
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -77,13 +77,13 @@ $.extend(ELNLIMSPlugin.prototype, {
/*
* Allows to extend the utilities menu. Format to be used for utilities
* {
* icon : "fa fa-table",
* uniqueViewName : "VIEW_NAME_TEST",
* label : "Label Test",
* paintView : function($header, $content) {
* $header.append($("<h1>").append("Test Header"));
* $content.append($("<p>").append("Test Body"));
* }
* icon : "fa fa-table",
* uniqueViewName : "VIEW_NAME_TEST",
* label : "Label Test",
* paintView : function($header, $content) {
* $header.append($("<h1>").append("Test Header"));
* $content.append($("<p>").append("Test Body"));
* }
*/
getExtraUtilities : function() {
return [];
......
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