OK, and then what ... in my flowscript, I do
the following (simple?!) steps:
//show form
form.showForm("myform-display-pipeline")
// bind the form's data back to the document
form.save(document);
How do I go about ensuring that the "altered" data
from the "fieldName" entry is included in the saved
document?
Thanks
Derek
>>> [EMAIL PROTECTED] 2004/11/25 05:02:18 PM >>>
Il giorno 25/nov/04, alle 11:36, Derek Hohls ha scritto:
> Thanks for the further, tantalizing hints... what would
> be an example of one the "couple of flowscript lines "
> that one would need to ensure that XML and not plain
> strings were sent through for storage?
form.showForm(...);
var html = form.getModel().fieldName;
var dom = HTMLParser.parse(html);
Ugo
--
Ugo Cei - http://beblogging.com/
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]