#########################################################################
# CCAjaxLongResponsePage
#########################################################################
# A default status message to display if the long running task does not implement ERXStatusInterface
#er.coolcomponents.CCAjaxLongResponsePage.defaultStatus=Please wait...

# Framework containing the stylesheet for CCAjaxLongResponsePage
#er.coolcomponents.CCAjaxLongResponsePage.stylesheet.framework = ERCoolComponents

# Filename of the stylesheet for CCAjaxLongResponsePage
#er.coolcomponents.CCAjaxLongResponsePage.stylesheet.filename = CCAjaxLongResponsePage.css

# Useful for developing a custom CSS style-sheet. When set to true, this flag prevents AJAX refresh on all containers
# on the CCAjaxLongResponsePage and keeps the page open indefinitely even after the task has completed.
#er.coolcomponents.CCAjaxLongResponsePage.stayOnLongResponsePageIndefinitely = false

# Default refresh interval for CCAjaxLongResponsePage
#er.coolcomponents.CCAjaxLongResponsePage.refreshInterval = 2

# Defines a custom subclass of IERXPerformWOActionForResult as the  default controller class, other than the hard-coded default, for handling task errors for the application. Note that *if* you
# declare a constructor that takes a single WOComponent argument, that constructor *will* be used and the originating page will
# be passed in as the constructor argument for you to use as you please in your custom error handling logic.
# This custom class must implement the IERXPerformWOActionForResult interface.
#er.coolcomponents.CCAjaxLongResponsePage.nextPageForErrorResultControllerClassName = my.application.CustomErrorResultController
