We have a situation whereby the user is losing form data when they navigate away from the form (e.g. clicking on a URL link).
So we want to force a form SAVE before the URL is opened.
是否有办法使SAVE的一种形式自动化?
很多人预先表示感谢。
PeteA
We have a situation whereby the user is losing form data when they navigate away from the form (e.g. clicking on a URL link).
So we want to force a form SAVE before the URL is opened.
是否有办法使SAVE的一种形式自动化?
很多人预先表示感谢。
PeteA
浏览器从网页开始航行时,几乎无法可靠地进行,因为网页可能随时“有技能”。 然而,有几种技术可用于减轻这一风险:
I am trying to create an XBL control which groups together a xform date, a drop down and a text box in Orbeon with the following code snippet: <xbl:binding id="fb-generalform" element="fr|...
I have a XBL component which creates a checkbox control in javascript. Value is set in javascript during the component initialization. Component works well when not used inside repeat but inside ...
Yahoo! released a security patch for all the applications using YUI. As Orbeon Forms uses YUI, how can I apply this patch on the version of Orbeon Forms that I am using?
I have a dropdown to display status, which can be Enabled(true) or Disabled(false). Here is my xml instance. <?xml version="1.0" encoding="UTF-8"?> <page> <file-name><...
I have a list element in my model instance. I am using Orbeon XForms. <mypage> <list name= mylist /> <status /> </mypage> Status can be Private or Public. In xforms:...
I have a main instance named myinstance which has the element color. Color can be Red , Blue , Green or Yellow . The colors are populated in a drop-down from another instance called ...
I am using orbeon to process my xforms. I am attempting to create a data grid that I can use to copy and paste rows/columns of data from my clipboard (excel). Do you have any clue how I can implement ...
I have recently been investigating methods of creating web-based forms for an ASP.NET web application that can be edited and managed at runtime. For example an administrator might wish to add a new ...