big_earl
unread,Nov 23, 2009, 3:20:43 AM11/23/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nitrogen Web Framework for Erlang
Hi all,
I want to disable a button and tried the following but it did not
work:
wf:wire(delButton, #event{ type=timer,
delay=10,
actions=#script{ script="document.getElementByI
('delButton').disabled=true;" }}),
What am I doing wrong?
Br,
/Erland.