Re: Nested tags...
Gabriel Cooper <[email protected]> Thu, 26 May 2005 15:38:39 -0400
| Newsgroups | gmane.comp.web.albatross.general |
|---|---|
| Message-ID | <[email protected]> |
If they've released the changes that were talked about a few weeks back
you should be able to download that and then do the following:
<al-select nameexpr="val1" optionexpr="val2" onChangeexpr="'updateText(\'' + val1 +'\')'" whitespace/>
If not you could use snakeskin (snakeskin-tools.sf.net) instead to do it
like so:
<ss-select nameexpr="val1" optionexpr="val2" ss-onChange="'updateText(\'' + val1 +'\')'" whitespace/>
(note that I didn't check syntax on these....)
but. eh... promoting snakeskin here seems horribly subversive so just go
look for the development version of Albatross. ;)
Gabriel.
Miguel Marques wrote:
>Greetings...
>
>I have the need to do something like the following:
>
><al-select nameexpr="val1" optionexpr="val2" onChange="updateText('<al-value expr="val1">')" whitespace/>
>
>Unfortunately only the enclosed al-value gets expanded.
>Is there a trick I'm not aware of to make this work or is it time for
>an alx-select tag?
>Thanks in advance for any help...
>
> Miguel
>
>C. Miguel Marques, Assistant Manager, Software Systems Developer
>Development Services, Computing & Network Services
>York University, Toronto, Ontario, Canada
>e-mail: miguel at yorku.ca, voice: (416)736-2100x22684
>_______________________________________________
>Albatross-users mailing list
>[email protected]
>https://www.object-craft.com.au/cgi-bin/mailman/listinfo/albatross-users
>
>
>