Activating Preview Mode for Checking Accessibility of Saved Content
We've
written an accessibility checker datatype which uses an open source
accessibility checker web service in order to perform the compliance check. The
web service takes a URL as a query string parameter.
The checker,
however, is only checking the published pages, and not the saved pages which is
understandable.
Is there
some way to enable preview mode and force the checker to check the latest saved
page?
I'm not
quite sure how this preview stuff all works exactly other than content exists
in the App_Data\preview path in a .config file. I'm thinking I have to save a
config file with the latest saved content in App_Data\preview with a 0_GUID as
filename and then just set the GUID as the PreviewSet cookie? Is this the
best/correct approach?
Activating Preview Mode for Checking Accessibility of Saved Content
We've written an accessibility checker datatype which uses an open source accessibility checker web service in order to perform the compliance check. The web service takes a URL as a query string parameter.
The checker, however, is only checking the published pages, and not the saved pages which is understandable.
Is there some way to enable preview mode and force the checker to check the latest saved page?
I'm not quite sure how this preview stuff all works exactly other than content exists in the App_Data\preview path in a .config file. I'm thinking I have to save a config file with the latest saved content in App_Data\preview with a 0_GUID as filename and then just set the GUID as the PreviewSet cookie? Is this the best/correct approach?
Please help, thanks.
is working on a reply...