Removed WSF_STATELESS_MULTI_CONTROL

This commit is contained in:
Severin Münger
2013-09-24 15:02:33 +02:00
parent c52a513378
commit f51201eae1
5 changed files with 31 additions and 85 deletions

View File

@@ -22,7 +22,7 @@ feature
do
create control.make_multi_control ("container")
control.add_class ("container")
create navbar.make_navbar_with_brand ("Example")
create navbar.make_navbar_with_brand ("navbar1", "Example")
navbar.add_list_element (create {WSF_BASIC_CONTROL}.make_with_body ("a", "href=%"/%"", "Home"))
navbar.add_list_element (create {WSF_BASIC_CONTROL}.make_with_body ("a", "href=%"/grid%"", "Grid"))
navbar.add_list_element (create {WSF_BASIC_CONTROL}.make_with_body ("a", "href=%"/repeater%"", "Repeater"))

View File

@@ -34,6 +34,6 @@ feature -- Implementation
feature -- Properties
slider: WSF_IMAGE_SLIDER_CONTROL
slider: WSF_SLIDER_CONTROL
end