Re: [Xsltforms-support] ¿Is Open selection available in xsltforms?
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-01-29 17:03:46
|
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 |