I would like to tailor the heading for repeating items and proposed to use the position() function as per the attached snippet. The resulting output always...
Hello, I want to learn more about "p3ptype" in xforms... How and when can I use this attribute ? How to autofill my form fields ? Can I have an example to do...
Hi I'm using the release candidate 1 version of forms player and I'm having issues with trying to insert a node into a nodeset when that node has a schema...
Hi, Here is a simple form: <?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/2002/06/xhtml2" xmlns:ev="http://www.w3.org/2001/xml-events" ...
Yes ... sorry we haven't had time to let you all know about that - it's all go at x-port HQ! Thanks to everyone who worked with our guys to get that one fixed....
Hi, I am seeing some strange behaviour related to the updating of indexes when inserting items into a repeat. I am using a <trigger> with an <action> element...
Hi, Suppose I would like to copy the text content of an element in one model to an element in a different model. When I try using a setvalue element like...
I just tried using the instance() function, and it worked for referencing an instance in a different model from the context, even though it's not supposed to...
Hi, I don't know if this bug has been carried over from the previous version, but read only does not seem to have any effect on select1 controls with...
Hi Kalirion, Yes, it does work, but as you say it is not really standard. XForms 1.0 has avoided cross-model dependencies because of the problems it raises ...
Mark, So what happens when two models apply MIPs to the same instance? All the best Mark -- The information in this email is sent in confidence for the...
I am using a model with two instances with one containing the state of the page (pagestate) and the other one the lookup data (jobslookup) for a <select1>...
Hi Marc, Schema validation of attributes was identified as a bug, but has been fixed as of version 1.0.0.1004+. The issue with inline schema was due to a...
Richard Bidgood
richard.bidgood@...
Feb 5, 2004 1:39 pm
1066
Hi Mark, As long as they are different MIPs, then it should make the entries in the correct MDT, i.e., the one in the model relating to the instance. In ...
MessageJust coming to grips with JIC,WMD's, now what is MIP's On a side issue has any body run the latest FormsPlayer and got the form rendered correctly, i.e....
MIP = Model Item Property (I hope) I see that Yahoo thinks you are spamming the group Francisco :-) -- The information in this email is sent in confidence for...
Hi Francisco, Thanks for pointing that out. I've made a fix and it will be available in the next release. Regards, Phil. Phil Booth Developer x-port.net Ltd 4...
Hi, Is it possible to use Javascript to dispatch xforms events? In our application, CSS is used to make submit buttons look like links, but I cannot seem to...
Hi Yuriy, You would be better off using @appearance="minimal" on xf:trigger and xf:submit. This makes the control render as a 'normal' link, and therefore...
Hello Phil, When is the next release out ? Francisco The information in this email is sent in confidence for the addressee only and may be legally privileged....
Hi, I'm using the repeat-item to display some lines in a table. Before I delete the current row, I would like to get a confirmation-box to confirm the...
Hi Mark, Thanks for the advice, I had no idea that @appearance could be used with trigger and submit elements! I'm now encountering another problem though: it...
Yuriy, A <xf:submit appearance="minimal"> tag get converted into an <a> tag, so in theory you should be able to use the :hover pseudo class to style the ...
It should be there, at least the last time I looked. Enjoy! Francisco ... From: karlponti To: formsPlayer@yahoogroups.com Sent: Tuesday, February 10, 2004 7:03...
Hello, I'm in the very beginning to test FormsPlayer 1.0.0.1009 test with IE6.0 SP1. I created a select1 with switch / toggle / case , to simply output the ...
Hi, With my current mockup form, I noticed that every time the same xforms page loaded, whether through a refresh or a "back" button, it takes up an additional...
While building yet another MVC framework, I've been attempting to use dynamically generated XML styled with XSLT (client-side) to generate pages containing...