I'm using scaffolding in mvc4 for mobile web app. I'm well aware this has major shortcomings, but I still like to try generating what I can before diving into hacking all the output. I've noticed a lot of jquery mobile ui's nowdays use the fieldcontain data role as a way to let the label for a field hang to the left of an input, but will jump above it if the screen is too narrow.
Is there a simple way to have the scaffolding generator create code that will utilize this fieldcontain data role? Or perhaps is there a nuget pkg that already has this?