xowf::WorkflowPage instproc www-edit (public)

 <instance of xowf::WorkflowPage[i]> www-edit args [ args... ]

Defined in packages/xowf/tcl/xowf-procs.tcl

Hook for editing workflow pages

Parameters:
args

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_workflow_with_instance create_workflow_with_instance (test xowf) xowf::WorkflowPage instproc www-edit xowf::WorkflowPage instproc www-edit test_create_workflow_with_instance->xowf::WorkflowPage instproc www-edit

Testcases:
create_workflow_with_instance
Source code:
if {[:is_wf_instance]} {
  set ctx [::xowf::Context require [self]]
  set s [$ctx current_state]
  :include_header_info -css [$s extra_css] -js [$s extra_js]
}
next
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: