Completed a previous commit, especially to web form library (WSF_FORM).
Updated EiffelStudio wizard.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
note
|
||||
description: "Console wizard."
|
||||
author: "$Author$"
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
@@ -301,7 +301,7 @@ feature {NONE} -- Implementation
|
||||
if
|
||||
a_required_valid_option and then
|
||||
a_options /= Void and then
|
||||
not across a_options as o some attached o.item.value as v and then Result.same_string (v) end
|
||||
not across a_options as o some attached o.item.value as v and then Result.same_string_general (v) end
|
||||
then
|
||||
l_answered := False
|
||||
Result := Void
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
note
|
||||
description: "Summary description for {CONSOLE_WIZARD_PAGE}."
|
||||
author: ""
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
@@ -13,7 +11,7 @@ inherit
|
||||
create
|
||||
make
|
||||
|
||||
feature {WIZARD, WIZARD_ENGINE, WIZARD_PAGE} -- Implementation
|
||||
feature {WIZARD, WIZARD_PAGE} -- Implementation
|
||||
|
||||
reuse
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user