Renders an interactive Cytoscape.js graph editor for viewing and editing classification tree structures stored in def_classification_node.
EDITCLASSIFICATION — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Param1 (via self.Param1) is the ClassificationName to load. Returns an HTML fragment containing a Cytoscape canvas with an edit frame and inline JavaScript. Inherits all graph rendering from ObjReportEditTree.
Extends ObjReportEditTree.Report. Uses the rounded-taxi layout. Node types start and done are rendered as gate nodes; split and root as grey split nodes; result as white accept nodes. Node icons are fetched from /glyph/tree_<type>_icon.svg. The static flag is set to False, enabling context menus and RPC editing. Requires ObjWorkflowEdit from factory.core/extend.edit.