Removed country chooser widget

This commit is contained in:
severin
2014-01-05 15:01:14 +01:00
parent 191a00649f
commit 514a44e022
11 changed files with 33 additions and 2477 deletions

View File

@@ -26,13 +26,13 @@ create
feature {NONE} -- Initialization
make (a_label: detachable STRING; c: WSF_VALUE_CONTROL [G])
-- Initialize form element control with a specific label and value control
-- Initialize form element control with a specific label (or 'Void' for no label) and value control
do
make_with_validators (a_label, c, create {ARRAYED_LIST [WSF_VALIDATOR [G]]}.make (0))
end
make_with_validators (a_label: detachable STRING; c: WSF_VALUE_CONTROL [G]; v: LIST [WSF_VALIDATOR [G]])
-- Initialize form element control with a specific label, value control and list of validators
-- Initialize form element control with a specific label (or 'Void' for no label), value control and list of validators
do
make_control ("div")
add_class ("form-group")