Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to custom jquery mobile on split button listview to 3 anchors?

I want to custom the jquery mobile on listview split button to 3 links for a list. http://jquerymobile.com/demos/1.1.0/docs/lists/lists-split.html

This is the example what i wanted :

enter image description here

Thanks for help.

like image 363
Kannika Avatar asked May 02 '12 04:05

Kannika


1 Answers

I eventually had a to create a custom list with grid structures to get it just perfect. It's not light code but more flexible. This is especially important as you support more and more devices. Take a look at the grid structures available to jquery mobile. http://jquerymobile.com/test/docs/content/content-grids.html

like image 120
imaginethepoet Avatar answered Oct 04 '22 21:10

imaginethepoet