Re: [fw-general] Zend_Form textarea quoting issue

2012-11-19 Thread Alayn Gortazar
- Mensaje original - I have a form that only has one textarea and one submit button (no filters and no validators). So far I haven't added any functionality to it but as I was trying it I noticed that quotes get added incrementally with every submit on the rendered textarea's

[fw-general] Re: [ZF2 Beta 5] Form/Label - unescape HTML?

2012-11-19 Thread poashoas
I am looking for the same, please reply anyone -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF2-Beta-5-Form-Label-unescape-HTML-tp4655661p4658167.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List:

[fw-general] Please..... no HTML escape form label

2012-11-19 Thread poashoas
Is there any decorator shizzle or whatever to put HTML in form labels?? I have the following (and I have put escape = false all over the place) but it outputs it as lt ;span class= quot ;icon- blah blah blah: $values = array('icon-trash', 's pan class=icon-trash/s pan'); $form-add(array(

Re: [fw-general] Please..... no HTML escape form label

2012-11-19 Thread Matthew O'Phinney
On Mon, Nov 19, 2012 at 8:23 AM, poashoas pdan...@scarlet.nl wrote: Is there any decorator shizzle or whatever to put HTML in form labels?? I have the following (and I have put escape = false all over the place) but it outputs it as lt ;span class= quot ;icon- blah blah blah: I'm not sure

[fw-general] Re: Please..... no HTML escape form label

2012-11-19 Thread mpinkston
It looks like some of the helpers such as FormRow and FormCollection call the escaper on their own. I'm pretty sure there isn't an option to turn that off, so that might need a PR. (I've gotten around this in the past with partial views that I use in place of the helpers.) -- View this message

[fw-general] Re: Please..... no HTML escape form label

2012-11-19 Thread poashoas
Ok, send a bug report, not realy a bug but allright Zend\Form\View\Helper\FormMultiCheckbox.php line 319. Can it be optional? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Please-no-HTML-escape-form-label-tp4658168p4658171.html Sent from the

[fw-general] Conditional validators for entity input filters

2012-11-19 Thread MrNorm
Hi everyone, I'm a little new to ZF2 so please forgive me if the question is mind-numbingly obvious. I have an entity called 'User', which has a number of fields and and input filters, created through a 'getInputFilter' function. I'm trying to work out in my head what the best solution for my

Re: [fw-general] Zend_Form textarea quoting issue

2012-11-19 Thread Julian Vidal
Hi, Alayn, Yep, they're off. :( On Mon, Nov 19, 2012 at 5:09 AM, Alayn Gortazar al...@irontec.com wrote: - Mensaje original - I have a form that only has one textarea and one submit button (no filters and no validators). So far I haven't added any functionality to it but as I

[fw-general] Re: AJAX Chat Tutorial with the Zend Framework

2012-11-19 Thread tomassev
Hello I have one big request can you send me this project i want make a chat as it ajax and zend but as safe module will be database and as help i like use this material thanks so much Tom S. Czech Republic -- View this message in context:

Re: [fw-general] Conditional validators for entity input filters

2012-11-19 Thread Matthew O'Phinney
On Mon, Nov 19, 2012 at 10:33 AM, MrNorm oli...@oli.me wrote: I'm a little new to ZF2 so please forgive me if the question is mind-numbingly obvious. I have an entity called 'User', which has a number of fields and and input filters, created through a 'getInputFilter' function. I'm trying