用法:
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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。