[Seaside] Nonfunctional datalist example

Hilaire hilaire at drgeo.eu
Sun Dec 6 09:09:17 UTC 2015


Hello,

The datalist example in the class WAHtml5InputText is incomplete:

The code at the end of its method renderContentOn: could be corrected as
follow:


            html tableRow: [

                html tableHeading: [ html label: 'datalist' ].

                html tableData: [

                    html textInput listId: 'datalist'.

                    html datalist id: 'datalist'; with: [

                        html option: 'HTML2'.

                        html option: 'HTML3'.

                        html option: 'HTML4'.

                        html option: 'HTML5'.

                        html option disabled: true; with: 'XHTML' ] ] ] ].

-- 
Dr. Geo
http://drgeo.eu
http://google.com/+DrgeoEu




More information about the seaside mailing list