python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to add a if condition inside tal:define?
I'm using python with Zope and I'm trying to create a variable with a if condition (if possible). I'm having a difficult time finding examples and resources online so I don't know if that's possible, ...
JThao
Votes: 0
Answers: 2
In Python Zope, how do I dump the error_log to the browser?
We are a big org and we use Python Zope. We have naturally two versions: prod and dev. In production I understand due to security reasons we should not show error log to end users, but how do I do tha...
João Pimentel Ferreira
Votes: 0
Answers: 1
How do I add an if statement without breaking my code?
I am working with python zope printing html code and the traceback isn't very helpful. I want to add an if statement to check if "test(highlight_today == 'yes' and DateTime(container.util.getToda...
JThao
Votes: 0
Answers: 0
Accessibility, when pressing Enter on my image the screen reloads
I'm trying to convert my JS code in order for me to tab through it and press Enter to show time punches. However after I converted it into a button it stops behaving the way it was suppose to. Wheneve...
JThao
Votes: 0
Answers: 0