2012-11-25 6 views

답변

0

"유체 수평 라디오 버튼"이란 무엇입니까?

아마도 this이 도움이 될 수 있습니다. JQM 본문 요소에 대한 치트 시트입니다.

은 예입니다

<div data-role="fieldcontain"> 
<fieldset data-role="controlgroup" data-type="horizontal"> 
    <legend>Choose:</legend> 
     <input type="radio" name="radio" id="radio1" value="1" checked="checked" /> 
     <label for="radio1">option 1</label> 
     <input type="radio" name="radio" id="radio2" id="radio2" value="2" /> 
     <label for="radio2">option 3</label> 
     <input type="radio" name="radio" id="radio3" id="radio3" value="3" /> 
     <label for="radio3">option 4</label> 
</fieldset> 
</div> 

그리고는 다음과 같습니다

enter image description here

0
<fieldset data-role="controlgroup" data-type="horizontal" > 
     <input type="radio" name="nemprunteurs" id="nemprunteurs1" value="1" checked="checked"> 
     <label for="nemprunteurs1">1 emprunteur</label> 
     <input type="radio" name="nemprunteurs" id="nemprunteurs2" value="1" > 
     <label for="nemprunteurs2">2 emprunteurs</label> 
</fieldset> 

#blocemprunteur .ui-controlgroup-controls { width: 100% !important; } 
#blocemprunteur .ui-radio{width:50% !important;} 

해결