Re: toggle element for select1's item ?

Lucas,

Here is a simple solution:

http://pastie.org/559039

Note that it requires support for the XForms 1.1 nested case element,
or support for AVTs on the case attribute.

-Erik

On Tue, Jul 21, 2009 at 2:31 PM, Swithun
Crowe<swithun@swithun.servebeer.com> wrote:
> Hello
>
> LJG Hi, I was wondering if there is an effective way of replacing a set of
> LJG triggers (which toggles a switch) with a select1 element?
>
> You could have a series of xf:group elements instead of xf:case elements.
> Each xf:group is bound to the same node that the select1 is, but each
> specifies that the node has a different value. Something like:
>
> <xf:select1 ref="selectNode">
> ...
> </xf:select1>
>
> <xf:group ref="selectNode[.='val1']">
> ...
> </xf:group>
>
> <xf:group ref="selectNode[.='val2']">
> ...
> </xf:group>
>
> Only one (or none) can be relevant at the same time, so this can be used
> to hide the others.
>
> I hope this gives you some ideas.
>
> Swithun.
>
>

Received on Saturday, 25 July 2009 23:52:56 UTC