deprecatedclass %iKnow.Classification.UI.ManualTester
extends %ZEN.Component.page, TestUtils
This is a Zen Page class.
parameter AUTONS = 1;
If true, auto-switch namespace to whatever $NAMESPACE is passed in.
parameter DOMAIN = "%iKnow";
Localization domain
method %OnAfterCreatePage()
as %Status
This callback is called after the server-side page
object and all of its children are created.
Subclasses can override this to add, remove, or modify
items within the page object model, or to provide values
for controls.
method categorize()
[ Language = javascript ]
method reset()
[ Language = javascript ]