제이쿼리모바일 Checkboxradio Horizontal toggle sets 수평 토글 세트 > 퍼블리싱강좌

퍼블리싱강좌

제이쿼리모바일 Checkboxradio Horizontal toggle sets 수평 토글 세트 정보

jQuery Mobile 제이쿼리모바일 Checkboxradio Horizontal toggle sets 수평 토글 세트

본문

제이쿼리모바일 Checkboxradio  Horizontal toggle sets 수평 토글 세트



확인란은 워드 프로세서에 표시된 굵게, 기울임 꼴 및 밑줄 단추 그룹과 같이 한 번에 둘 이상의 단추를 선택할 수있는

그룹화 된 단추 세트에도 사용할 수 있습니다.

가로 단추 세트를 만들려면에를 추가 data-type="horizontal"하십시오 fieldset.


<div class="ui-field-contain">
  <fieldset data-role="controlgroup" data-type="horizontal">
    <legend>Font styling:</legend>
    <input type="checkbox" name="checkbox-6" id="checkbox-6" class="custom">
    <label for="checkbox-6">b</label>
 
    <input type="checkbox" name="checkbox-7" id="checkbox-7" class="custom">
    <label for="checkbox-7"><em>i</em></label>
 
    <input type="checkbox" name="checkbox-8" id="checkbox-8" class="custom">
    <label for="checkbox-8">u</label>
  </fieldset>
</div>
추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로