Child pages
  • Maintenance Mode

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The "after_import_01" module has the following onOpen event handler:

No Formatcode
Javascript
Javascript
function onAfterImportSolutionOpen()
{
	application.output("Method executed after solution import.");
}

...