From: Reini U. <ru...@x-...> - 2004-11-25 13:50:20
|
I have an API problem with text: The "text" argument should be renamed to "s". A <input type=radio name=text ...> row fails on mozilla (latest 1.8 version). It wil only display the first radio. I haven't checked the mozilla bugzilla yet, but I will file a report soon. If I want to paste a text piece from a radio button row and not from a pulldown it will not work. This works ok: <?plugin WikiFormRich action=AppendText buttontext="AddPlugin" radio[] name=s value=<!plugin-list BackLinks page=WikiPlugin limit=5 !> ?> This displays only the first radio button on gecko, MSIE is ok. <?plugin WikiFormRich action=AppendText buttontext="AddPlugin" radio[] name=s value=<!plugin-list BackLinks page=WikiPlugin limit=5 !> ?> So I will change text to s. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |