Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.