[web2py] capitalize all letters inside input

2010-08-09 Thread sarsar
Hi . I think the question is more about python than web2py , but i am asking here . I want to capitalize all user input , before storing the answer , so everything is in capital letters . How can i do it with custom forms or sqlform . Thanks Sarados

[web2py] Re: uft 8

2010-08-04 Thread sarsar
I hope that you have checked the language settings of your browser and you have used the admin part for updating languages, before translating the field . I hope it helps Sarados On 3 Αύγ, 14:35, max dulip.withan...@gmail.com wrote: yes. it shows incorrectly in the browser. On Aug 2, 7:13 pm,

[web2py] IS_IN_SET syntax

2010-07-26 Thread sarsar
Hi all, Please help me with the syntax of dropdown selection , because i' ve read a lot of answers and sugestions, AND the book , and i cant find how to do this simple thing . db.candidate.for_language.requires=IS_IN_SET(['english','french','german']),default='english' using

[web2py] Re: IS_IN_SET syntax

2010-07-26 Thread sarsar
the first value of the dropdown the default selected. -- Thadeus On Mon, Jul 26, 2010 at 3:36 PM, sarsar sarsara...@gmail.com wrote: Hi all,   Please  help me with the syntax of dropdown selection , because i' ve read a lot of answers and sugestions,  AND the book , and i cant find how

[web2py] Re: jqgrid plugin: Search function?

2010-07-24 Thread sarsar
hi , the plugin works correctly but to my opinion has lesss facilities than datatables plugin for example . Its search function works , but is less friendly , i cannot pass labels to the columns( allthought somebody proposed a solution:

[web2py] Re: datatable plugin columns representation

2010-07-20 Thread sarsar
=[.])}} The jqGrid widget has a button in bottom-left corner that opens a popup search box. It is less user-friendly than datatable but allows more precise construction of search criteria and works via ajax, i.e. with arbitrary large amount of data. On Jul 19, 4:59 pm, sarsar sarsara

[web2py] datatable plugin columns representation

2010-07-19 Thread sarsar
Hi , I am looking at the http://www.datatables.net/usage/columns documentation and i dont understand how i can pass some options to my case . Mostly i am interested for sTitle and for Internationalisation of the header elements . I want to display my titles and translated in my language . Is it

[web2py] Re: datatable plugin columns representation

2010-07-19 Thread sarsar
Hi , i solved one of my problems , i changed texts inside the datatable js file and now i have most messages in my language . It is not correct procedure but it works for me . Normally i should have obtain a file and instruct the module to use it . More details at datatables' site

[web2py] Re: datatable plugin columns representation

2010-07-19 Thread sarsar
. Is there any way to pass data to the datatable plugin ? I believe that there must be a way . Many have writen in the list that they are using it . Code like the following must have a way to be inserted . Any advice or help . Thanks Sarados On 19 Ιούλ, 16:45, sarsar sarsara...@gmail.com wrote

[web2py] Re: datatable plugin columns representation

2010-07-19 Thread sarsar
report . Sarados On 19 Ιούλ, 21:55, mdipierro mdipie...@cs.depaul.edu wrote: I strongly suggest you install plugin_wiki from cube2py and do {{=plugin_wiki.widget(db.yourtable,colnames=[.])}} It has much more funcitonality. Massimo On Jul 19, 1:14 pm, sarsar sarsara...@gmail.com wrote

[web2py] Re: jpgrid field names translation

2010-07-18 Thread sarsar
Hi again Trying to solve my problems with forms , i ve begun to use datatable plugin , and finally i got it working with my tables and data . Now i am trying to localise and change lenth and features of the results . -Can somebody help me to understand how i can intergrate with the

[web2py] jpgrid field names translation

2010-07-17 Thread sarsar
Hello everyone, I am new at web2py and learning its features . I have some questions . 1.I am looking at the code of one program named radio where jpgrid tables are used for data presentation. I cant find how to translate field names . I first thought to do it like T('name') in the name of

[web2py] i need help

2010-07-13 Thread sarsar
Hi , maybe because it is to late here , or because i am rather old and slow learning , i am in front of a problem i cannot find the solution . As i dont now python , i cannot combine something that logicaly is very simple and easy to do , but i can find the correct code to do it . I declare a

[web2py] Re: i need help

2010-07-13 Thread sarsar
if you could give me some of your precious time . Thanks again Sarados On 14 Ιούλ, 01:23, sarsar sarsara...@gmail.com wrote: sory i pressed wrong button . I sent my message to you , so probably i have to responde again On 14 Ιούλ, 00:34, mdipierro mdipie...@cs.depaul.edu wrote: say you have

[web2py] using onmouseover within a form

2010-07-03 Thread sarsar
Hi , i am learning and it might be easy , but i cant do it. In the book example for jQuery effects , i am trying to catch the mouse when it is over the name or the married selection , to show some help or instructions for this specific field or selection . I understand that i have to use the