diff options
Diffstat (limited to 'src/modules/popup/libkvipopup.cpp')
| -rw-r--r-- | src/modules/popup/libkvipopup.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/popup/libkvipopup.cpp b/src/modules/popup/libkvipopup.cpp index 3151f8181..e31142226 100644 --- a/src/modules/popup/libkvipopup.cpp +++ b/src/modules/popup/libkvipopup.cpp @@ -706,10 +706,10 @@ static bool popup_kvs_fnc_isEmpty(KviKvsModuleFunctionCall * c) @syntax: $popup.currentItemId() @short: - Returns the current id popup + Returns the popup item id that owns the executing code @description: - When called inside a popup item's callback, this functions returns the id of that popup item. - This function returns $null when called outside a popup item's callback. + When called inside a popup item's callback, this function returns the id of the popup item. + Outside of callback code, $null is returned. @examples: [example] #clean any previous popup by the same name |
