Fixed slider

This commit is contained in:
Severin Münger
2013-09-27 18:13:55 +02:00
parent 113df6efe1
commit c6d59d3366
8 changed files with 91 additions and 55 deletions

View File

@@ -10,15 +10,13 @@ deferred class
inherit
WSF_PAGE_CONTROL
redefine
control
redefine
control
end
feature
initialize_controls
local
navbar: WSF_NAVBAR_CONTROL
do
create control.make_multi_control ("container")
control.add_class ("container")
@@ -37,4 +35,6 @@ feature
control: WSF_MULTI_CONTROL [WSF_STATELESS_CONTROL]
navbar: WSF_NAVBAR_CONTROL
end