modified country and date/time chooser
This commit is contained in:
@@ -98,6 +98,11 @@ feature -- Change
|
||||
end
|
||||
end
|
||||
|
||||
set_type (t: STRING)
|
||||
do
|
||||
type := t
|
||||
end
|
||||
|
||||
feature -- Implementation
|
||||
|
||||
value: STRING
|
||||
|
||||
@@ -24,7 +24,7 @@ feature {NONE} -- Initialization
|
||||
make (t: STRING)
|
||||
-- Initialize with specified control name and text to be displayed in this textarea
|
||||
do
|
||||
make_input ( t)
|
||||
make_input (t)
|
||||
tag_name := "textarea"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user