Hi Folks!
Does the administrative interface check automaticly for the latest
version of T3? Or how can I be sure to use the latest version?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
Hello!
CREATE works like supposed using "{{=self.create(db.friend)}}". But
how can I call an UPDATE page for a record?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this gro
d))
>
> On Dec 17, 4:55 am, Atanasius wrote:
>
> > In the model I define a link for each record as follows:
>
> > db.table.represent=lambda xyz:\
> > A(table.field,_href='update_page')
>
> > How do I pass the Id of the clicked record to
In the model I define a link for each record as follows:
db.table.represent=lambda xyz:\
A(table.field,_href='update_page')
How do I pass the Id of the clicked record to the update page which
calls the update form by "{{=self.update(db.table)}} "?
--~--~-~--~~~---
Hi Folks!
I would like to know how "@t2.requires_login('login')" is replaced in
T3
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups
sent=lambda row:A(row.firma,_href=t2.action
('firma_aktualisieren',row.id))
and the code of the update page, named "firma_aktualisieren":
{{self.update(db.firmen)}}
On 17 Dez., 15:32, mdipierro wrote:
> db.table.represent=lambda row:A(row.field,_href=t2.action
> ('update_
n t2.id or self.id which is then used by update.
>
> in your case something is conflicting with this mechanism.
>
> Massimo
>
> On Dec 18, 4:39 am, Atanasius wrote:
>
> > Hi Massimo!
>
> > Thank you for your help.
> > But it's the same again (inva
Hi folks!
I use the mechanism (posted from Julius Minka on December, 7th) to
display a table via itemize:
db.firmen.represent=lambda row:\
DIV(SPAN(TD(A(row.firma,_href=t2.action('wiki/firmabearbeiten',
[row.id]))),_class="col1",_width="100px"), SPAN(TD
(row.ort),_class="col1",_width="100px"
8 matches
Mail list logo