OutSystems Forge 日本語データベース

Datedropper

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-12-05 3.0.0 Tiago Flor 10.0.200.2 All All Components, Widgets, Plug-ins
DatedropperはjQueryのdatepickerプラグインです。
Datedropperは、入力フィールドの日付を管理するためのすばやく簡単な方法を提供するjQueryプラグインです。 FEATURESアニメ(デフォルト:true) true(デフォルト)に設定すると、ユーザーが最初にコントロールをクリックしてすべてのユーザーの変更がアニメーション化されると、ドロップダウンで初期状態のアニメーションが実行されます。 init_animation(デフォルト:fadeIn) アニメーション開始時に使用するスタイル。使用可能なアニメーション値は、fadeIn、bounce、dropDownの3つです。 フォーマット(デフォルト:m-d-Y) dateDropperは、既存の値が存在することを期待し、日付を書き込む日付形式の文字列です.ValueDescriptionResultMShort monthJanFLong monthJanuarymNumber月month01-12nNo-padded数値month1-12Y Long数値year2015dPadded数値day01-31jNon-Padded数値曜日1-31DShort曜日SunlLong day-週末の日曜日 lang(デフォルト:英語) 月の名前と曜日に使用する言語を表示します。 ValueResultarArabicitItalianhuHungariangrGreekesEspanoldaDanskdeDeutschnlDutchfrフランカイ島ポルスキットポルトガル人スロベニア共和国ユーリカ系ロシア系トルコ共和国 lock(デフォルト:false) 初期値を現在の日付に設定するか、制御値を現在の日付にロックします:false、from、to。 maxYear(デフォルト:2020) コントロールが許容する最も高い年の値。 minYear(デフォルト:1970) コントロールが許す最も古い年。 yearsRange(デフォルト:10) これは、設定された値(複数)に基づいて年をグループ化します。 STYLEdropPrimaryColor:(デフォルト:#01CEFF) アクセントの色をドロップダウンする色の値を指定します。 dropTextColor(デフォルト:#333) テキストの色をドロップダウンする色の値を指定します。 dropBackgroundColor(デフォルト:#FFFFFF) ドロップダウンの背景色のカラー値を指定します。 dropBorder(デフォルト:1pxソリッド#08C) ボーダースタイルをドロップダウンするCSSのプロパティを指定する dropBorderRadius(デフォルト:8) ドロップダウンボーダー半径の整数値を指定します。 dropShadow(デフォルト:0 0 10px 0 rgba(0、136、204、0.45)) ドロップダウンシャドウのCSSプロパティを指定します。 dropWidth(デフォルト:124) ドロップダウン幅の整数値を指定します。。 dropTextWeight(デフォルト:太字) ドロップダウンテキストの太さに整数値を指定します。

[Overview]
Datedropper is a jQuery datepicker plugin.
[Detail]
Datedropper is a jQuery plugin that provides a quick and easy way to manage dates for input fields. FEATURESanimate (default: true) When set to true (default) the dropdown will run an initial state animation when the user clicks the control for the first time and all user changes are animated. init_animation (default: fadeIn) Animation Style to use when init datedropper. There are three available animation values: fadeIn, bounce, dropDown. format (default: m-d-Y) A date format string that dateDropper expects existing values to be in and will write dates out it.ValueDescriptionResultMShort monthJanFLong monthJanuarymNumeric month01-12nNon-padded numeric month1-12YLong numeric year2015dPadded numeric day01-31jNon-Padded Numeric day1-31DShort day-of-weekSunlLong day-of-weekSunday lang (default: English) Display Language to use for Month name and Day-of-week. ValueResultarArabicitItalianhuHungariangrGreekesEspanoldaDanskdeDeutschnlDutchfrFrancaisplPolskiptPortuguesesiSlovenianukUkrainianruRussiantrTurkishkoKorean lock (default: false) Set the initial value to current date or lock the control value to current date: false, from, to. maxYear (default: 2020) The highest year value the control will allow. minYear (default: 1970) The oldest year the control will allow. yearsRange (default: 10) It groups the years based on the value set(multiple). STYLEdropPrimaryColor: (default: #01CEFF) Specify a color value for drop down accent color. dropTextColor (default: #333) Specify a color value for drop down text color. dropBackgroundColor (default: #FFFFFF) Specify a color value for drop down background color. dropBorder (default: 1px solid #08C) Specify a css proprieties for drop down border style dropBorderRadius (Default: 8) Specify a integer value for drop down border radius. dropShadow (default: 0 0 10px 0 rgba(0, 136, 204, 0.45)) Specify a css proprieties for drop down shadow. dropWidth (Default: 124) Specify a integer value for drop down width. dropTextWeight (default: bold) Specify a integer value for drop down text weight.
戻る