From db6333b49e5a1f297f517614d658c5a60f4b6310 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 13 Oct 2016 01:50:43 +0200 Subject: Unique text widget IDs --- API.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index 3003a5c..858d4e6 100644 --- a/API.md +++ b/API.md @@ -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. -- cgit v1.2.3