Re: [Xsltforms-support] ¿Is Open selection available in xsltforms?
Brought to you by:
alain-couthures
From: Klotz, L. <Lei...@xe...> - 2010-01-30 00:54:11
|
That's pretty much it. This one does it too though: http://www.google.com ________________________________ From: Javier Díaz [mailto:jd...@ge...] Sent: Friday, January 29, 2010 4:15 PM To: Klotz, Leigh Cc: COUTHURES Alain; XSLTForms support Subject: Re: [Xsltforms-support] ¿Is Open selection available in xsltforms? A colleague has found this page: http://www.dhtmlgoodies.com/scripts/form_widget_editable_select/form_widget_editable_select.html Maybe you can use it or something similar. Best Regards, Javier Klotz, Leigh escribió: select1 with appearance="minimal" and selection="open" could be nicely implemented with a type-in box and drop-down suggestions done in JS. ________________________________ From: COUTHURES Alain [mailto:ala...@ag...] Sent: Friday, January 29, 2010 9:04 AM To: Javier Díaz Cc: XSLTForms support Subject: Re: [Xsltforms-support] ¿Is Open selection available in xsltforms? Hello Javier, 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: selection Author-optional attribute determining whether free entry is allowed in the list. Default is "closed". I tried to use it in xsltforms, but I didn't manage to create it. Is available this option in xsltforms? 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. Do you need it for one of your projects ? Thanks! -Alain |