Ramesh --
Yes, you can enable non-visited tabs. What you should do is look at
the ManagedResourceStore sample application here:
http://code.google.com/apis/gears/samples/hello_world_managedstore/managed_store.html
WIth the manifest file, you can specify what URLs you want to be
enabled for offline use. Then, when the ManagedResourceStore is
initialized with that manifest file on any part of your site, it will
download all URLs that are specified in the manifest file.
Does that help?
-Ben
On Thu, Feb 21, 2008 at 9:03 PM, rameshj <rame...@gmail.com> wrote:
Hi,
I am planning to give off-line support for an application. My
application has several tabs(say 5 tabs). The user who logged-in to my
application accessed 3 tabs while working with online. I understand
the google gears saved those accessed 3 tabs in local hard disk and it
can be accessible while working the user with off-line. But my
question is, Can the user able to access the non-accessed tabs(2 tabs)
in off-line ? Is there any way to user access the non-visited tabs in
off-line ?
I greatly appreciate your help on this.
Thanks,
Ramesh