Fix dropdown list, clean up actions

This commit is contained in:
YNH Webdev
2013-12-31 12:10:05 +01:00
parent 51c4e8ab9e
commit 7a5d1e378d
6 changed files with 40 additions and 26 deletions

View File

@@ -71,7 +71,7 @@ feature
form.add_control (button1)
--Button 2
create button2.make ("Start Modal Grid")
button2.set_click_event (agent handle_click)
button2.set_click_event (agent run_modal)
form.add_control (button2)
--Result
create result_html.make ("p", "")
@@ -109,6 +109,11 @@ feature
end
end
run_modal
do
start_modal("/","Test Modal", true);
end
process
do
end