I've yet to do anything with XForms or FormsPlayer. But I think it might help me with something i'm working on. I'm looking for a generic solution to handle...
Hi What is the best way to achieve the following effect: [ ] first item [ ] second item ie each item is on a separate line? i've tried using css, but without...
Hi Jason, ... This is an area that needs a little tidying up, but for now you can do this: .select-full-value fpUI\:control { display : block; } Or: ...
Hi John, XForms is not currently designed to take advantage of schema information beyond validation and using the datatypes to render different controls. This ...
Thanks Mark Happily I find that fpUI\:control works well with ordinary <xf:item> <xf:label>abcd</xf:label> <xf:value>0</xf:value> </xf:item> ie not just where...
Jason, Yes. That's because xf:itemset 'unrolls' to be a list of xf:items. Regards, Mark Mark Birbeck CEO x-port.net Ltd. e: Mark.Birbeck@... t: +44 (0)...
Hello, I use an XForms whose validation is driven by an XML Schema. I'd like to disable the validation on-demand for some elements, because we need to save the...
Hi everyone, Here's some advanced notice of a feature that we think you will enjoy, that is part of the forthcoming formsPlayer 1.4 release--we've added the ...
Hello, I hope no one minds the cross-posted email, but this problem is specific to both FormsPlayer and XForms (generally). I have a user interface 'pattern'...
hi, guys.i just started to learn xform 2 week ago. i have a question regarding the <select> pick list.lets just go to a example in html format. <select...
Chaps, I'm looking for a simple xforms example to get me going. What I'm looking for is an example along the lines of a wizard that prompts the user for input...
Hi all, I wrote a simple static open select. Formplayer does not give the user the opportunity to enter data. What is wrong? The same XHTML works normally with...
Tapio, This was a bug in formsPlayer, but it should now be fixed (only 200 codes were being treated as 'success', instead of anything from 200 to 299). ...
Hi all. Have not posted in a while. For some reason, when I try to run fP 1.3, it locks up my system. the XForms that i am using DID work; so what is going...
Hi. For example, XForms model is <xf:model id="MModel"> <xf:instance id="WInst" src="..."/> <xf:bind nodeset="instance('WInst')/node1" constraint=". > 0"/> ...
I'm trying to apply a CSS style to the data content being displayed by <xforms:output> - but can't seem to make it work. .input-value works for <xforms:input>,...
Hi, Mark. Thanks for immediate reply. It takes a time for me to look through "Google-suggest" example. I not quiet anderstand, do you use an extension function...
Hi, My new requirement: The validity of the field apart from the datatype is decided by another element in the instance xml. Like, <checkNo> <number></number> ...
Hi, I am currently using Formsplayer and IE6 (latest patches applied) to show complex XForms+XHTML+CSS forms. I however encountered some problems regarding the...
I'm new to this group so I'm sorry if this has already been discussed. Does anyone know if there are plans for a formsPlayer plug-in for firefox or other...
Hi I am developing an XForms application which has sections represented by a tree view. On clicking a tree view item a page should load into a second frame in...
I'm sure a thousand people have already replied, but there is already a plug in for Firefox, in the standard extensions. It is not yet complete, but it is very...
According to the latest version of the XForms 1.1 specification (http://www.w3.org/TR/2004/WD-xforms11-20041115/#SOAP-HTTP-Binding) I believe that I should be...
Hi I am using a tree view structure whose sub sections cause events when clicked. I am trying to find a way of disabling a specific section or node(not the...
Just to add, I have tried to use itemset and add the relevant conditioning to the nodes in the item set. However how then could i attach events to the various...