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
Last revisionBoth sides next revision
protogrid:locally_hide_ui_elements [2018-03-21 20:36] druprotogrid:locally_hide_ui_elements [2020-07-01 23:45] dru
Line 1: Line 1:
-====== Locally Hide UI Elements ======+====== 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 14: Line 14:
 </code> </code>
  
-Then create a [[protogrid:trigger| Trigger]] which refers to the above prepared [[protogrid:script_library|Client Script Library]] and place that [[protogrid:trigger| Trigger]] somewhere on your [[Default Card]]. This ensures that your hide settings immediately take effect in the browser of every logging in user.+Then create a [[protogrid:trigger| Trigger]] which refers to the above prepared [[protogrid:script_library|Client Script Library]] and place that [[protogrid:trigger| Trigger]] somewhere on your [[Default Card]]. This ensures that your hide settings immediately take effect in the browser of every user opening your application.
  
  
Line 24: Line 24:
 "warning"            // (hides all yellow notifications) "warning"            // (hides all yellow notifications)
 "error"              // (hides red notifications) "error"              // (hides red notifications)
 +"support_chat"       // (hides the chat option at the bottom right)
 </code> </code>
  
Line 30: Line 31:
 == Card Menu == == Card Menu ==
 <code javascript> <code javascript>
-"open_proto"         // Open Proto +"open_proto"            // Open Proto 
-"print_card"         // Print +"print_card"            // Print 
-"card_properties"    // Show Properties +"card_properties"       // Show Properties 
-"trash_single"       // Put to Trash +"card_mutation_history" // Show Mutation History 
-"to_menu"            // Put Selected Into Menu ...+"trash_single"          // Put to Trash 
 +"to_menu"               // Put Selected Into Menu ...
 </code> </code>
  
Print/export