Is it possible to position text under a fieldcontain-style textarea (horizontally starting at the second column) in jquerymobile? If possible I would like to use native jquerymobile markup rather than creating overhead css/javascript.
---------------------------------
----------------
label | Textarea |
----------------
--->|ANOTHER TEXT ALIGNED LEFT WITH "Textarea" ABOVE
anotherLabel ....
---------------------------------
I have also added this posting to a github issue request here. They also recommend using my own css definitions which is not actually what I hoped for because I do not want to create much overhead css and certainly do not want to modify the jquery css right now.
This is how I solved the issue. Works absolutely fine!
The margin left of 22% results from a default label width of 20% and an additional margin-right of 2% for the label. The css class
.ui-my-addition-element-infois not a default jquerymobile class but I tried to match the naming scheme as close as possible.