-
Why does this Python example has a semi-colon at the end of the function definition?
From the website example on delegates:
Python
################################################## ##############
# Event delegate for 'click' event
def page1_section3_field6_click():
obj = Lianja.findElementByID("field2"
obj.caption = "Python"
Lianja.findElementByID("section2"
.hide();
-
Lianja Support Team
Same reason there was one at the end of the Recital/VFP example until I spotted it earlier and removed it - copy/paste! I'll fix it up.
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks