diff options
author | Wuzzy <almikes@aol.com> | 2016-10-13 01:50:43 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-10-13 01:50:43 +0200 |
commit | db6333b49e5a1f297f517614d658c5a60f4b6310 (patch) | |
tree | d79cb14003b08782f3c97415feb58d027b71d09a /API.md | |
parent | 7ba370400955d9e178859b7d8050575e7ef2a0b6 (diff) |
Unique text widget IDs
Diffstat (limited to 'API.md')
-rw-r--r-- | API.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -400,3 +400,8 @@ this function may be deprecated if it isn't needed anymore. #### Return value A string which contains a complete formspec definition building the widget. + +#### Note +When you use this function to build a formspec string, do not use identifiers +beginning with `doc_widget_text` to avoid naming collisions, as this function +makes use of such identifiers internally. |