作成日: 2015/06/15 最終更新日: 2015/06/15
文書種別
使用方法
詳細
C1InputDate、C1InputNumeric、C1InputCurrencyの各コントロールの外枠を非表示とするには、下記コードのようにCSSにてwijmo-wijinputクラスを指定して設定します。
※このクラスを指定した場合、ページに配置された全てのC1Inputコントロールに反映されます。
◎サンプルコード (CSS)
※このクラスを指定した場合、ページに配置された全てのC1Inputコントロールに反映されます。
◎サンプルコード (CSS)
.wijmo-wijinput {
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-left-width: 0px !important;
border-right-width: 0px !important;
box-shadow: none !important;
}
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-left-width: 0px !important;
border-right-width: 0px !important;
box-shadow: none !important;
}
旧文書番号
81354