Hi Thomas, You are right this is what I need in the functionality but the problem is that I can not make a checkbox in a svg file whereas it can be made in HTML. For example:
In HTML syntax for check box is <input type=checkbox name=c1 checked> but what is the syntax in svg file. I need that syntax so that I can make checkbox in a svg file. because I need to display checkbox with a polygon and a circle. For example display would be like this In the first column checkbox, In the second column polygon In the third column name of the state. These all should be in the same line. Regards Arvind >From: Thomas E Deweese <[EMAIL PROTECTED]> >Reply-To: "Batik Users" <[EMAIL PROTECTED]> >To: Batik Users <[EMAIL PROTECTED]> >Subject: Re: Checkbox in SVG >Date: Fri, 2 Aug 2002 07:36:55 -0400 > > >>>>> "AS" == Arvind Sareen <[EMAIL PROTECTED]> writes: > >AS> This would not create a checkbox whereas I need a checkbox like we >AS> have in HTML. Regarding the onoff function . This function is in >AS> js file which has been included . This function is used for >AS> switching a particular layer on and off. > >AS> Is it possible to make checkbox in SVG file with functionality >AS> similar to that in HTML. Because in the code whereever I have made >AS> yellow rectangles, I need to have a checkbox. Is there a >AS> workaround to it. > > I guess I still don't understand what you want. What >functionality do you want from a check box other than when the user >clicks on it the state changes from selected to unselected and back >again? > > This seems to be what HTML check boxes do... > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
