
{function PrintPages()
{};PrintPages.DeclareType=function PrintPages_DeclareType()
{this.OverrideMethod("postInitialize",PrintPages_postInitialize);};function PrintPages_postInitialize(popupArguments)
{if(!popupArguments)
return;var printListControl=this.findControlByType(Olive.Controls.controlTypeNames.PrintList);if(!printListControl)
{this.reportError(DHTML.newError(-1,"Cannot find the Olive.Controls.PrintList control on the print pages view HTML page"));return;}
printListControl.contentLoadItem(popupArguments,true);}
JScript.Type.RegisterClass("PrintPages",PrintPages,Olive.PrintPage);}
Olive.WindowBinder.RegisterPageClass(window,PrintPages);
