Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
protogrid:locally_hide_ui_elements [2020-06-19 14:33] jusprotogrid:locally_hide_ui_elements [2022-04-14 23:19] (current) dru
Line 1: Line 1:
-====== Locally Hide UI Elements (aka demo mode) ======+====== Locally Hide UI Elements (aka "Demo Mode") ======
  
 This article explains how to locally hide UI elements like [[notifications]], [[protogrid:tableview_actions|TableView actions]] or [[protogrid:card_menu|Card menu]] entries. This article explains how to locally hide UI elements like [[notifications]], [[protogrid:tableview_actions|TableView actions]] or [[protogrid:card_menu|Card menu]] entries.
Line 11: Line 11:
 To reduce distractions for less experienced users you could add the following code to the bottom of a newly created [[protogrid:script_library|Client Script Library]]: To reduce distractions for less experienced users you could add the following code to the bottom of a newly created [[protogrid:script_library|Client Script Library]]:
 <code javascript> <code javascript>
-mod_csl_helpers().locally_hide_elements(["warning", "error", "export_csv"]);+mod_csl_helpers().locally_hide_elements(["warning", "error"]);
 </code> </code>
  
Line 32: Line 32:
 <code javascript> <code javascript>
 "open_proto"            // Open Proto "open_proto"            // Open Proto
-"print_card"            // Print 
 "card_properties"       // Show Properties "card_properties"       // Show Properties
 "card_mutation_history" // Show Mutation History "card_mutation_history" // Show Mutation History
Line 43: Line 42:
 "trash_multiple"     // Put Selected To Trash "trash_multiple"     // Put Selected To Trash
 "card_update"        // Update Selected "card_update"        // Update Selected
-"import_csv"         // Import Spreadsheet 
-"export_csv"         // Export Selected as Spreadsheet 
 </code> </code>
Print/export