作成日: 2017/04/03 最終更新日: 2017/04/03
文書種別
使用方法
詳細
C1InputNumericコントロールのスピンボタンの幅を変更するには、下記のようなCSS設定が必要となります。
◎サンプルコード(aspx)
◎サンプルコード(aspx)
<style type="text/css">
.wijmo-wijinput-button {
width: 35px !important;
}
.wijmo-wijinput-spinup {
width: 35px !important;
}
.wijmo-wijinput-spindown {
width: 35px !important;
}
.wijmo-wijinput .wijmo-wijinput-spinner-right .ui-icon {
margin-left: 8px !important;
}
.wijmo-wijinput .wijmo-wijinput-wrapper {
padding-right: 35px;
}
</style>
.wijmo-wijinput-button {
width: 35px !important;
}
.wijmo-wijinput-spinup {
width: 35px !important;
}
.wijmo-wijinput-spindown {
width: 35px !important;
}
.wijmo-wijinput .wijmo-wijinput-spinner-right .ui-icon {
margin-left: 8px !important;
}
.wijmo-wijinput .wijmo-wijinput-wrapper {
padding-right: 35px;
}
</style>
旧文書番号
82097