[web2py] Re: Return object from represent method of field

2015-02-21 Thread Leonardo Pires Felix
I think, like the represented of the widget of the field. But i've seen it just works with upload. If extend it to allow to other types to represent with custom html(like a tooltip in my case) Em sábado, 21 de fevereiro de 2015 15:06:13 UTC-2, Leonardo Pires Felix escreveu: > > There is how mak

[web2py] Re: Return object from represent method of field

2015-02-21 Thread Leonardo Pires Felix
There is how make a widget only for represent the field on html? like to the user to see a field with a tooltip, with the span element that i've show above, without making the export classes get the represented(html) inside the .csv,txt etc..? Em terça-feira, 17 de fevereiro de 2015 16:02:20 UT

[web2py] Re: Return object from represent method of field

2015-02-18 Thread Dave S
On Tuesday, February 17, 2015 at 6:31:26 PM UTC-8, Leonardo Pires Felix wrote: > > Also, there is a way to represent two types, text and html? > > For example, if i want to make a tooltip of a date fiel, to make things > clean and easy for the user, I would do: > > >

[web2py] Re: Return object from represent method of field

2015-02-17 Thread Leonardo Pires Felix
Also, there is a way to represent two types, text and html? For example, if i want to make a tooltip of a date fiel, to make things clean and easy for the user, I would do: That is a the ret

[web2py] Re: Return object from represent method of field

2015-02-17 Thread Massimo Di Pierro
I just fixed this in trunk and I will rebuilding the new nightly built, try in 1h. On Monday, 16 February 2015 21:08:31 UTC-6, Leonardo Pires Felix wrote: > > Hi, when i return a XML from the represent, it gives me a error. > Traceback > > 1. > 2. > 3. > 4. > 5. > 6. > 7. > 8. > 9. > 10. > 11. >