Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

20
references/text-widget.md Normal file
View File

@@ -0,0 +1,20 @@
# Text Widget & Dynamic Text (2025.23)
Source: `help-portal-bf11f30235854d6d852d00addb7fd1f6.md` (Use Text Widgets in Analytic Applications).
## Dynamic text sources
- Analytic application properties.
- Input controls.
- Tile filters & variables.
- Model variables.
- **Script variables** (Analytics Designer specific; values update automatically at runtime).
## APIs
- `getPlainText()` returns text with line breaks preserved.
- `applyText()` sets text; use `\n` for line breaks.
## Notes
- Text widget available in stories and analytic applications.
- Add via toolbar → **Text**.
- Script variables enable fully dynamic text scenarios.