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
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ create
|
||||
feature {NONE} -- Initialization
|
||||
|
||||
make (t: STRING)
|
||||
-- Make a dropdown control with specified tag name (such as li) and menu title
|
||||
-- Make a country chooser control with specified tag name (such as li) and menu title
|
||||
local
|
||||
temp: WSF_MULTI_CONTROL [WSF_STATELESS_CONTROL]
|
||||
options: WSF_MULTI_CONTROL [WSF_STATELESS_CONTROL]
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
<library name="uri_template" location="..\..\..\library\text\parser\uri_template\uri_template-safe.ecf"/>
|
||||
<library name="wsf" location="..\..\..\library\server\wsf\wsf-safe.ecf"/>
|
||||
<cluster name="kernel" location=".\kernel\" recursive="true">
|
||||
<cluster name="widgets" location="\home\severin\Documents\EWF\EWF\draft\library\wsf_js_widget\kernel\widgets\"/>
|
||||
</cluster>
|
||||
</target>
|
||||
</system>
|
||||
|
||||
Reference in New Issue
Block a user