Can a split listview be split multiple times?

Can a split listview be split multiple times?


Hello,

I'm using jQuery Mobile 1.3.0 RC1.  I see that a listview can be split according to these docs:

http://jquerymobile.com/demos/1.3.0/docs/widgets/listviews/

under the Split Buttons heading.  That example shows the list items split into two buttons. 

My question:  Can the list items be split into multiple items of more than two?  I want to have the "text part" as shown in that example, and then three buttons after it, instead of the one button shown in the example.

Along with that, can I mix and match split and non-split items in the same list?  Some items I don't want to be split, and other list items need to be split.

Thank you!!