Re: [web2py] helper tabs

2010-12-18 Thread Luis Díaz
forgot comment: 1) PEST was changed by TAB 2) the system detects the color of the main DIV and appliesthe tab 3) can even customize the color of the tab off, default is light green 2010/12/18 Luis Díaz diazluis2...@gmail.com as recommended by a friend: Bruno Rocha make some changes to the

[web2py] helper tabs

2010-12-17 Thread Luis Díaz
Greetings. I like working with tabs here posted something that I designed, http://www.box.net/shared/6p0hfupjin I hope to improve the work with your comments and suggestions and also post my progress on the mailing list in Spanish I personally like ... obvious is my creation ha ha ha notes:

Re: [web2py] helper tabs

2010-12-17 Thread Bruno Rocha
I used in a different way of what you show in the app, and it works very well! In controller: tabs =PEST([ ['Index', URL('default')] , ['Tab one',URL('tab1')] ]) return dict(tab=tab) In view: {{=tabs}} I just suggest you: Calling the class 'TAB' instead of 'PEST'. Needs a way to output

Re: [web2py] helper tabs

2010-12-17 Thread Luis Díaz
* very good perspective you used * TAG is certainly easier to read than PEST use PEST because my language is Spanish and use it asshorthand for PESTAÑA * with respect to: Needs a Proper way to output dynamic CSS I do not understand, I could explain with an example? * I do not like the plugin.

Re: [web2py] helper tabs

2010-12-17 Thread Luis Díaz
as recommended by a friend: Bruno Rocha make some changes to the system tab I get it link: http://www.box.net/shared/6p0hfupjin is the same but the file is new version 2010/12/18 Luis Díaz diazluis2...@gmail.com * very good perspective you used * TAG is certainly easier to read than PEST