> is there a shortcut like to make this easier for use in buckets of fields on
> a form?
Yes, create a library method that writes the whole field.
method "writeInput"($name; $value; $class = ""; $extra = "")
writeln('<input name="$name" value="`url encode($value)`" class="$class"
$extra>')
end method
writeInput("foo"; [table]field)
writeInput("foo"; [table]field; "form"; "onblur=\"doSomething();\"")
Regards,
Aparajita
_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/