16 Oct
2005
16 Oct
'05
9:05 p.m.
Hello! Sorry i am nevow-newcomer. I use nevow 0.5.0 and my page has method: def bind_doSomething(self, ctx): return [('param',annotate.Integer()) ] It's work and i see labels "Do Something" and "Call" in my browser. My question: how i can change labels? Thanks!
17 Oct
17 Oct
12:28 a.m.
Garanin Michael wrote:
Hello! Sorry i am nevow-newcomer. I use nevow 0.5.0 and my page has method:
def bind_doSomething(self, ctx): return [('param',annotate.Integer()) ]
It's work and i see labels "Do Something" and "Call" in my browser. My question: how i can change labels?
args = [formless.Argument('param', annotate.Integer()),] return formless.MethodBinding('doSomething', formless.Method(arguments=args), action='Custom Label') Andy.
6961
Age (days ago)
6962
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andy Gayton
-
Garanin Michael