CreateRadioGroup
Posted: Fri Oct 28, 2005 12:09 pm
I am looking at the source for 10.3 and I can't find where the last argument addtext is used.
Looking at the others it seems to indicate an amount of text to insert inside the tag that's generated. Which I have been able to use to insert ids.
Does anyone know if this has been fixed anywhere? Or if I am being blind.
Cheers,
Tom
Code: Select all
function CreateInputRadioGroup($id, $name, $items, $selectedvalue='', $addttext='')
Does anyone know if this has been fixed anywhere? Or if I am being blind.
Cheers,
Tom