modified country and date/time chooser

This commit is contained in:
severin
2014-01-05 01:26:11 +01:00
parent 25fe7c8725
commit ecfd5738ce
11 changed files with 3433 additions and 1178 deletions

View File

@@ -98,6 +98,11 @@ feature -- Change
end
end
set_type (t: STRING)
do
type := t
end
feature -- Implementation
value: STRING

View File

@@ -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

View File

@@ -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]

View File

@@ -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>