Skip to content
Snippets Groups Projects
Commit cb5cf0ad authored by Piotr Gawron's avatar Piotr Gawron
Browse files

help button for cache, auto margin and display as sbgn option

parent 4b2ab8ac
No related branches found
No related tags found
1 merge request!267layout of the dialog + help tips added
Pipeline #
......@@ -278,17 +278,23 @@ AddProjectDialog.prototype.createGeneralTabContent = function () {
table.appendChild(self.createCheckboxRow({
labelName: "Cache data:",
defaultValue: false,
inputName: "project-cache-data"
inputName: "project-cache-data",
help: 'If this checkbox is checked, all hyperlinks in the project resolved by MIRIAM repository (e.g. cross-links ' +
'to external bioinformatics databases) are resolved and cached.'
}));
table.appendChild(self.createCheckboxRow({
labelName: "Auto margin:",
defaultValue: true,
inputName: "project-auto-margin"
inputName: "project-auto-margin",
help: 'If this checkbox is checked, upon generation of the graphics, empty spaces surrounding elements and ' +
'interactions will be cropped.'
}));
table.appendChild(self.createCheckboxRow({
labelName: "Display as SBGN:",
defaultValue: false,
inputName: "project-sbgn-visualization"
inputName: "project-sbgn-visualization",
help: 'If this checkbox is checked, the uploaded model will be displayed in SBGN format, instead of default ' +
'CellDesigner format.'
}));
table.appendChild(self.createCheckboxRow({
labelName: "Semantic zooming:",
......
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