xowf::WorkflowPage instproc www-edit (public)

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

Defined in /var/www/openacs.org/packages/xowf/tcl/xowf-procs.tcl

Hook for editing workflow pages

Parameters:
args (required)

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: