tizen-winset: Add name attr to all radio inputs
authorYoumin Ha <youmin.ha@samsung.com>
Wed, 6 Feb 2013 10:30:52 +0000 (19:30 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 7 Feb 2013 05:53:02 +0000 (14:53 +0900)
commit8d490287908d01bf53c703588d4a84550ef7d69a
tree350cb8f898f796a76f493ad5ef1a2f4d8e09f9c8
parent6b386f470e08d9d325a80dd1abd526c21d72ac33
tizen-winset: Add name attr to all radio inputs

Added name="" attribute to all radio input elements, and wrapped them in
one <form> element. This makes those radio buttons to be checkable.
Fixes N_SE-24494.

Change-Id: I4afd1a1004f8918341aba3f4945dace0d2c7eeb4
demos/tizen-winsets/widgets/list/list-collapsible.html
demos/tizen-winsets/widgets/list/list-dialogue.html
demos/tizen-winsets/widgets/list/list-normal_anchor.html
demos/tizen-winsets/widgets/list/list-normal_no_anchor.html