Re: Re: Re: Problems customizing selected form elements output

2007-10-10 Thread Villu Roogna
Thank you for the information. VIllu On 10/10/07, Gerald Richter - ECOS GmbH <[EMAIL PROTECTED]> wrote: > > > > > Thank you very much. Will be trying it as soon as I get the time. > > > > Could you tell me which files are responsible for the > > generation of the (x)html. Is it all in Embperl::Sy

RE: Re: Re: Problems customizing selected form elements output

2007-10-10 Thread Gerald Richter - ECOS GmbH
> > Thank you very much. Will be trying it as soon as I get the time. > > Could you tell me which files are responsible for the > generation of the (x)html. Is it all in Embperl::Syntax::* or > does some of the logic is also in *.c files. > The difference between html and xhtml is mostly in

Re: Re: Problems customizing selected form elements output

2007-10-10 Thread Villu Roogna
Thank you very much. Will be trying it as soon as I get the time. Could you tell me which files are responsible for the generation of the (x)html. Is it all in Embperl::Syntax::* or does some of the logic is also in *.c files. All the best, Villu

RE: Re: Problems customizing selected form elements output

2007-09-29 Thread Gerald Richter - ECOS GmbH
> -Original Message- > From: Villu Roogna [mailto:[EMAIL PROTECTED] > Sent: Friday, September 07, 2007 9:45 PM > To: embperl@perl.apache.org > Subject: Re: Problems customizing selected form elements output > > Hi again, > > Well I h

Re: Problems customizing selected form elements output

2007-09-07 Thread Villu Roogna
Hi again, Well I have partially achieved what I want. I took a good look on the Embperl::Syntax::* code and documentation again and figured out that I can do what I want by using _ep_sa (XML::Embperl::DOM::Element::iSetAttribut in DOM.xs) function instead of Embperl::Cmd::InputCheck. In case anyo

Problems customizing selected form elements output

2007-09-06 Thread Villu Roogna
Hello, Using embperl 2.2.0 I would like to use embperl feature that allows automatic input values filling and checkbox, option and radio button checking when correct values are specified in %fdat. The problem is that for example for selected input type="checkbox" html generated by Embperl is Th