aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-07-17 11:19:03 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-07-17 11:19:03 -0400
commit934fd41b249533ced87b5869c116f628f4a013b9 (patch)
tree820e0fd93135e0ac213be1f72bc8a25c7ca096a2 /src/client/documents/Documents.ts
parentc63b780580b5cd9c079da361ff65019641782226 (diff)
changed dropping menu items from collectionMenu to create fonticonbuttons if all parameters are filled in. . and buttons are placed in overlay layer. added labels to all fonticons usin title + added a tooltip field. turned off autoscroll of freeform view when dragign buttons (which will be in the overlay)
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 5b58aa2e3..8e7d125b0 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -91,7 +91,7 @@ export interface DocumentOptions {
layoutKey?: string;
type?: string;
title?: string;
- label?: string; // short form of title for use as an icon label
+ toolTip?: string; // tooltip to display on hover
style?: string;
page?: number;
description?: string; // added for links