From c9341a3619a56fabe2025761961b39f0d661db0f Mon Sep 17 00:00:00 2001 From: Ralph Whitbeck Date: Sun, 20 Mar 2011 07:58:08 -0700 Subject: [PATCH] Tabs: Updates cookie demo to include more information on how to find cookie plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.(cherry picked from commit 4d557092ffe070c0c52a852530d3947436175539) --- demos/tabs/cookie.html | 1 + 1 file changed, 1 insertion(+) diff --git a/demos/tabs/cookie.html b/demos/tabs/cookie.html index b168d29ce..35972436d 100644 --- a/demos/tabs/cookie.html +++ b/demos/tabs/cookie.html @@ -50,6 +50,7 @@

Looks the same as the default demo, but uses cookie to store the selected tab, and restore it when the page (re)loads. The cookie is stored for a day, so tabs will be restored even after closing the browser. Use cookie: {} for using cookies with default options.

+

The cookie option requires the cookie plugin, which can be found in the development-bundle > external folder from the download builder.

-- 2.39.5