제이쿼리모바일 Button Widget Option corners disabled
제이쿼리모바일 Button Widget Option corners disabled
Options 옵션
corners
Type: Boolean
Default: true
true로 설정된 경우 테마 버튼 border-radius를 적용합니다.
이 옵션은 데이터 속성으로도 노출됩니다 data-corners="false".
코드 예제 :
지정된 corners옵션으로 버튼을 초기화하십시오 .
$( ".selector" ).button({
corners: false
});
corners초기화 후에 옵션을 가져 오거나 설정하십시오 .
// Getter
var corners = $( ".selector" ).button( "option", "corners" );
// Setter
$( ".selector" ).button( "option", "corners", false );
disabled
Type: Boolean
Default: false
버튼이로 설정된 경우 비활성화합니다 true.
이 옵션은 데이터 속성으로도 노출됩니다 data-disabled="true".
코드 예제 :
지정된 disabled옵션으로 버튼을 초기화하십시오 .
$( ".selector" ).button({
disabled: true
});
disabled초기화 후에 옵션을 가져 오거나 설정하십시오 .
// Getter
var disabled = $( ".selector" ).button( "option", "disabled" );
// Setter
$( ".selector" ).button( "option", "disabled", true );
Options 옵션
corners
Type: Boolean
Default: true
true로 설정된 경우 테마 버튼 border-radius를 적용합니다.
이 옵션은 데이터 속성으로도 노출됩니다 data-corners="false".
코드 예제 :
지정된 corners옵션으로 버튼을 초기화하십시오 .
$( ".selector" ).button({
corners: false
});
corners초기화 후에 옵션을 가져 오거나 설정하십시오 .
// Getter
var corners = $( ".selector" ).button( "option", "corners" );
// Setter
$( ".selector" ).button( "option", "corners", false );
disabled
Type: Boolean
Default: false
버튼이로 설정된 경우 비활성화합니다 true.
이 옵션은 데이터 속성으로도 노출됩니다 data-disabled="true".
코드 예제 :
지정된 disabled옵션으로 버튼을 초기화하십시오 .
$( ".selector" ).button({
disabled: true
});
disabled초기화 후에 옵션을 가져 오거나 설정하십시오 .
// Getter
var disabled = $( ".selector" ).button( "option", "disabled" );
// Setter
$( ".selector" ).button( "option", "disabled", true );
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 148 | AngularJS | 8년 전 | 1655 | ||
| 147 | AngularJS | 8년 전 | 1074 | ||
| 146 | AngularJS | 8년 전 | 1260 | ||
| 145 | AngularJS | 8년 전 | 1370 | ||
| 144 | AngularJS | 8년 전 | 1155 | ||
| 143 | AngularJS | 8년 전 | 1201 | ||
| 142 | AngularJS | 8년 전 | 1171 | ||
| 141 | AngularJS | 8년 전 | 1335 | ||
| 140 | AngularJS | 8년 전 | 1197 | ||
| 139 | AngularJS | 8년 전 | 1441 | ||
| 138 | AngularJS | 8년 전 | 1151 | ||
| 137 | AngularJS | 8년 전 | 1062 | ||
| 136 | AngularJS | 8년 전 | 1152 | ||
| 135 | AngularJS | 8년 전 | 1677 | ||
| 134 | AngularJS | 8년 전 | 1380 | ||
| 133 | AngularJS | 8년 전 | 1475 | ||
| 132 | AngularJS | 8년 전 | 1098 | ||
| 131 | AngularJS | 8년 전 | 1370 | ||
| 130 | AngularJS | 8년 전 | 1465 | ||
| 129 | AngularJS | 8년 전 | 1442 | ||
| 128 | AngularJS | 8년 전 | 2061 | ||
| 127 | AngularJS | 8년 전 | 1484 | ||
| 126 | jQuery Mobile | 8년 전 | 2259 | ||
| 125 | jQuery Mobile | 8년 전 | 2015 | ||
| 124 | jQuery Mobile | 8년 전 | 1882 | ||
| 123 | jQuery Mobile | 8년 전 | 1814 | ||
| 122 | jQuery Mobile | 8년 전 | 1855 | ||
| 121 | jQuery Mobile | 8년 전 | 2059 | ||
| 120 | jQuery Mobile | 8년 전 | 1594 | ||
| 119 | jQuery Mobile | 8년 전 | 1678 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기