• optionsData parameter missing from workflow-forms-2.1.dtd!

  • OpenKM has many interesting features, but requires some configuration process to show its full potential.
OpenKM has many interesting features, but requires some configuration process to show its full potential.
Forum rules: Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
 #18500  by noxious
 
I noticed that optionsData parameter of select element is missing from workflow-forms-2.1.dtd!So, you should add:
Code: Select all
<!ELEMENT select (option+, validator*)>
<!ATTLIST select
	label CDATA #REQUIRED
	name CDATA #REQUIRED
	type (simple | multiple) "simple"
	data CDATA #IMPLIED
	optionsData CDATA #IMPLIED <!-- Add This Line -->
	width CDATA #IMPLIED
	height CDATA #IMPLIED
	readonly (true | false) "false"
>
optionsData is needed when you want to create options dynamically inside a select element of your workflow form :wink:

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.