Question
2012-02-01, 06:07
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();
Python
################################################## ##############
# Event delegate for 'click' event
def page1_section3_field6_click():
obj = Lianja.findElementByID("field2";)
obj.caption = "Python"
Lianja.findElementByID("section2";).hide();