Re: [Xsltforms-support] ¿Is Open selection available in xsltforms?
Brought to you by:
alain-couthures
From: Javier D. <jd...@ge...> - 2010-01-30 00:47:12
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> A colleague has found this page:<br> <br> <a class="moz-txt-link-freetext" href="http://www.dhtmlgoodies.com/scripts/form_widget_editable_select/form_widget_editable_select.html">http://www.dhtmlgoodies.com/scripts/form_widget_editable_select/form_widget_editable_select.html</a><br> <br> Maybe you can use it or something similar.<br> <br> Best Regards,<br> Javier<br> <br> Klotz, Leigh escribió: <blockquote cite="mid:E25...@US..." type="cite"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <meta name="GENERATOR" content="MSHTML 8.00.6001.18876"> <div dir="ltr" align="left"><span class="608481317-29012010"><font color="#0000ff" face="Arial" size="2">select1 with appearance="minimal" and selection="open" could be nicely implemented with a type-in box and drop-down suggestions done in JS.</font></span></div> <br> <div dir="ltr" class="OutlookMessageHeader" align="left" lang="en-us"> <hr tabindex="-1"><font face="Tahoma" size="2"><b>From:</b> COUTHURES Alain [<a class="moz-txt-link-freetext" href="mailto:ala...@ag...">mailto:ala...@ag...</a>] <br> <b>Sent:</b> Friday, January 29, 2010 9:04 AM<br> <b>To:</b> Javier Díaz<br> <b>Cc:</b> XSLTForms support<br> <b>Subject:</b> Re: [Xsltforms-support] ¿Is Open selection available in xsltforms?<br> </font><br> </div> Hello Javier, <blockquote cite="mid:4B6...@ge..." type="cite">I was reading xforms 1.1 specification and I saw that select and select1 can support "open selections" that is, apart from the list of choices you put, user can fill his own option:<br> <dl> <dt class="label"><tt>selection</tt> </dt> <dd> <p><tt>Author-optional attribute determining whether free entry is allowed in the list. Default is "closed".</tt></p> </dd> </dl> <br> I tried to use it in xsltforms, but I didn't manage to create it. Is available this option in xsltforms?<br> </blockquote> Sorry this option is not yet implemented. XSLTForms current version is based on HTML controls only and this option has no HTML equivalent. Adding this will mean to have an identical rendering for select controls because they will have to be composed by more than one HTML control.<br> <br> Do you need it for one of your projects ?<br> <br> Thanks!<br> <br> -Alain<br> <br> </blockquote> </body> </html> |