From d8af80311a71722285bd27aec32aed206a64f7d6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 8 Nov 2009 22:13:34 -0800 Subject: [PATCH] Clarify POD for the setAlphabeticalKey method. --- lib/WebGUI/Paginator.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Paginator.pm b/lib/WebGUI/Paginator.pm index 1b3dd560c..9e0da0b66 100644 --- a/lib/WebGUI/Paginator.pm +++ b/lib/WebGUI/Paginator.pm @@ -787,7 +787,9 @@ sub setDataByQuery { =head2 setAlphabeticalKey ( string, abInitialOnly ) Provide the paginator with a key of your data so it can display -alphabetic helpers in the "alt" tag of the page links. +alphabetic helpers in the "alt" tag of the page links. This only works well +when _all_ the data is provided to the Paginator. This means that the +setDataByQuery and setDataByCallback methods cannot use this. =head3 keyName