[albatross-users] Macro and links?

Gregory Bond gnb at itga.com.au
Thu Aug 14 15:01:55 EST 2003


> <al-macro name="test">
> value:<al-usearg name="arg1">
> remove button: <al-input type="text" name="remove" expr="arg1">
> </al-macro>

You can use <al-X> tags as args to other <al-X> tags. So try

	<al-input type="text" name="remove" expr="<al-usearg name="arg1">">

which will do what I think it is you are trying to achieve!





More information about the Albatross-users mailing list