用法:
showLabel
類型:Boolean
默認:
true
是否顯示標簽。當設置為
false
時不會顯示文本,但必須使用 icon
選項,否則將忽略showLabel
選項。代碼示例:
使用指定的 showLabel
選項初始化按鈕:
$( ".selector" ).button({
showLabel: false
});
初始化後獲取或設置showLabel
選項:
// Getter
var showLabel = $( ".selector" ).button( "option", "showLabel" );
// Setter
$( ".selector" ).button( "option", "showLabel", false );
相關用法
- JQuery UI Button classes用法及代碼示例
- JQuery UI Button disabled用法及代碼示例
- JQuery UI Button create( event, ui )用法及代碼示例
- JQuery Mobile Button icon用法及代碼示例
- JQuery Mobile Button corners用法及代碼示例
- JQuery UI Button icon用法及代碼示例
- JQuery Mobile Button initSelector用法及代碼示例
- JQuery UI Button destroy用法及代碼示例
- JQuery Mobile Button theme用法及代碼示例
- JQuery UI Button enable用法及代碼示例
- JQuery UI Button disable用法及代碼示例
- JQuery UI Button widget用法及代碼示例
- JQuery UI Button instance用法及代碼示例
- JQuery UI Button option用法及代碼示例
- JQuery UI Button label用法及代碼示例
- JQuery UI Button refresh用法及代碼示例
- JQuery UI Button iconPosition用法及代碼示例
- JQuery Mobile Button enhanced用法及代碼示例
- JQuery UI Buttonset widget用法及代碼示例
- JQuery UI Buttonset destroy用法及代碼示例
- JQuery UI Buttonset refresh用法及代碼示例
- JQuery UI Buttonset option用法及代碼示例
- JQuery UI Buttonset items用法及代碼示例
- JQuery UI Buttonset disable用法及代碼示例
- JQuery UI Buttonset disabled用法及代碼示例
注:本文由純淨天空篩選整理自jqueryui.com大神的英文原創作品 Button showLabel。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。