c0de4a5bf7
Removed svn keywords from git repo.
2020-10-02 15:24:54 +02:00
5df220beef
Removed redefinitions that violates VDRS(4).
2019-05-30 16:21:53 +02:00
Jocelyn Fiat
edec837c4e
Made interface of wsf forms and widgets a bit more flexible by accepting READABLE_STRING_GENERAL.
2017-10-17 14:34:50 +02:00
Jocelyn Fiat
3b8261ff08
Updated code regarding to string 32 vs string 8.
2017-04-14 11:45:38 +02:00
jvelilla
5d9752f257
Updated code, get rid of obsolete feature calls in libraries and examples
2017-04-13 16:48:17 -03:00
b2e795d2d1
removed useless local variable.
2017-03-07 13:14:47 +01:00
5dc9d82df7
Added wsf_html documentation in the doc/workbook.
...
Also improved the structure of `wsf_html` library.
Added a few widgets.
2017-02-14 19:37:03 +01:00
1a4db1d7c6
Eiffel code and ECFs update to support new agent notations.
...
Removed contrib/library/.../json library.
2016-01-18 16:41:10 +01:00
ed891546bc
Updated set_value for WSF_FORM_SELECTABLE_INPUT (for example a checkbox).
...
Call the feature set_checked_by_value iff the the current value exist in the
list of values, in other case set checked in Flase.
If we call set_checked_by_value without filter, previous checked values will be
set in False.
2015-08-04 13:21:07 +02:00
jvelilla
e1b583a2b3
Updated code based on comments
2015-05-28 10:07:40 -03:00
jvelilla
8c8dfdd4a3
Updated code based on review
2015-05-28 10:04:13 -03:00
jvelilla
857397e226
Updated code inherit from SHARED_HTML_ENCODER instead of creating new objects.
2015-05-28 09:39:14 -03:00
jvelilla
94340c1c01
Updated html5 classes based on review
2015-05-28 09:19:21 -03:00
jvelilla
28e51cc314
Initial import HTML5 support for attributes and input types.
...
Attributes
- Added support for new HTML5 attributes.
missing support for : form, list, and multiple attributes.
Input types: added the all the new input types.
Added test cases, still in progress.
2015-05-21 12:32:08 -03:00
ea9161b2f2
Added WSF_WIDGET_RAW_TEXT to render text via html encoding.
...
Added WSF_WIDGET_COMPOSITE.extend_html_text (READABLE_STRING_8) that should replace the now obsolete "extend_text"
Added WSF_WIDGET_COMPOSITE.extend_raw_text (READABLE_STRING_GENERAL), for text that need to be html encoded during html rendering.
Made WSF_FORM_RAW_TEXT obsolete.
2013-09-06 15:34:38 +02:00
Jocelyn Fiat
c3c8c66f59
allow to to set html attribute to the select widget
...
(useful to add code like onchange="this.form.submit()")
2013-03-26 15:27:23 +01:00
Jocelyn Fiat
a23871ff5b
Moved more components from CMS to wsf_html.
...
This includes WSF_PAGER, and feature in WSF_THEME .. including WSF_API_OPTIONS
used to compute url and link.
2013-03-26 14:17:10 +01:00
Jocelyn Fiat
52cc356f8e
Extracted the WIDGET and FORM classes out of "cms" component
...
and build the wsf_html library which also include the previous css lib.
2013-03-22 20:11:44 +01:00