A
|
alang author 1/11/2010 |
Note that the first code line should read if(!$xt->xt_vars["value_fileref"]) to match my description. |
J
|
Jane 1/12/2010 |
Hi, global $control_FieldName; |
A
|
alang author 1/13/2010 |
Thanks for that Jane - I see how it works now. Rather than using the global, it is also possible to use the $xt variable for others interested.
|