Open GoogleCodeExporter opened 9 years ago
To implement the above mentioned feature, the plugin will also have to track
ids of all select options including those that have submenus. Following json
could be considered:
[
{
"hobby": 3,
"parentid": 0
},
{
"next": [
{
"baseball": 18,
"parentid": 14
},
{
"basketball": 16,
"parentid": 14
}
],
"Sport": 14,
"parentid": 0
}
]
Original comment by suhaspa...@gmail.com
on 22 Sep 2014 at 5:52
Original issue reported on code.google.com by
suhaspa...@gmail.com
on 22 Sep 2014 at 5:28