aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-11 22:01:50 -0400
committerbobzel <zzzman@gmail.com>2024-10-11 22:01:50 -0400
commit737efc3e6cada537536c7bc5e46f5b57970da276 (patch)
tree2be4f30196f829fea4c9579875bef4e0fe5fa393 /src/client/documents/Documents.ts
parentbb8fe2933154c6db70cfe5da1e890535bc9012d4 (diff)
Lots of cleanup in comparisonBox to get rid of duplicated code and siimplify long functions. Utility functions were added to ComparisonBox to simplify menu functions, and to FormattedTextBox to simplify creating centered text views.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 0d7e0b20e..f71b9f879 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -305,6 +305,7 @@ export class DocumentOptions {
_text_fontFamily?: string;
_text_fontWeight?: string;
text_align?: STRt = new StrInfo('horizontal text alignment default');
+ text_placeholder?: BOOLt = new BoolInfo('makes the text act like a placeholder and automatically select when the text box is selected');
fontSize?: string;
_pivotField?: string; // field key used to determine headings for sections in stacking, masonry, pivot views