OutSystems Forge 日本語データベース

Datedropper Plugin

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

Forge英文サイト

2017-03-14 1.0.0 Jogait 10.0.200.2 All All Components, Widgets, Plug-ins
DatedropperはjQueryのdatepickerプラグインです。
Datedropperは、入力フィールドの日付を管理するためのすばやく簡単な方法を提供するjQueryプラグインです。 特徴 default-date(デフォルト:currdate()) このオプションでは、開始日を設定することができます。マッチングで月、日、年を認識できるように、この特定の形式(mm-dd-yyyy)に従わなければならないことに注意してください。 disabled-days(デフォルト:null) このオプションは、無効な日の文字列を設定する可能性を提供します。したがって、すべての日をコンマで区切ると、ピッカーはそれらを配列に変換します。マッチングで月、日、年を認識できるようにするには、この特定の形式(mm / dd / yyyy)に従わなければならないことに注意してください。 フォーマット(デフォルト:m-d-Y) ピッカーが選択した入力に書き込む日付の形式。 ValueDescriptionResult MShort monthJan FLong month 1月 m月別 n数字がパディングされていないmonth1-12 YLong数値年2015 dPadded数値day01-31 jNon-Padded数値の日1-31 DShort day-of-weekSun 1日の長い曜日日曜日 fx(デフォルト:true) trueに設定すると、ピッカーは初期状態アニメーションを実行し、すべてのユーザー変更はアニメーション化されます。 fx-mobile(デフォルト:true) 古いスマートフォンではアニメーションが非常に遅くなることがあります。これを防ぐには、このオプションをfalseに設定して、モバイルビューポート上のアニメーションを無効にします。 init-set(デフォルト:true) このオプションは、デフォルトで入力値を自動的に変更します。それを防ぐには、falseに設定します。 lang(デフォルト:英語) 月の名前と曜日に使用する言語を表示します。 ValueResult アラビア語 itItalian ハンガリー人 grGreek エスパパノール ダダンスク deDeutsch nlDutch frFrancais プラゾール ポルトガル語 シロスラベニア人 ウクライナ語 ルルシア人 trTurkish 韓国 ラージモード(デフォルト:false) このオプションを使用すると、下部のアイコンをクリックするか、または日ブロックをクリックして、ピッカーのサイズを切り替えることができます。 large-default(デフォルト:false) "data-large-mode"がtrueに設定されている場合、このオプションはデフォルトで大きなビューを表示します。 lock(デフォルト:false) このオプションは、割り当てられた変数に基づいて日付の制限を設定します。 "from"に設定すると、現在の日付よりも前の日付を選択することはできません。この動作に対抗して、 "to"に設定されている場合、現在の日付以降の日付は選択できません。 ジャンプ(デフォルト:10) これは、設定された値(複数)に基づいて年をグループ化します。このオプションは、年ブロックをクリックすると有効になり、年の間の移行を加速します。 maxYear(デフォルト:現在の年) コントロールが許す最高年。 minYear(デフォルト:1900) コントロールが許可する最低年。 モーダル(デフォルト:false) このオプションをtrueに設定すると、ピッカーが中央に表示され、背景が暗いオーバーレイになります。 テーマ(デフォルト:null) テーマジェネレータが生成したスタイルシートに割り当てたスタイルの名前を設定します。 translate-mode(デフォルト:false) trueに設定されている場合は、下部にあるアイコンをクリックして言語を変更できます。

[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. FEATURES default-date (default: currdate()) This option offers the possibility to set a starting date. Please note that you must follow this specific format (mm-dd-yyyy) to allow the matching to recognize month, day and year. disabled-days (default: null) This option offers the possibility to set a string of disabled days. So, separate all days by comma and the picker will convert them into an array. Please note that you must follow this specific format (mm/dd/yyyy) to allow the matching to recognize month, day and year. format (default: m-d-Y) The date format the picker will write on the selected input. ValueDescriptionResult MShort monthJan FLong monthJanuary mNumeric month01-12 nNon-padded numeric month1-12 YLong numeric year2015 dPadded numeric day01-31 jNon-Padded Numeric day1-31 DShort day-of-weekSun lLong day-of-weekSunday fx (default: true) If set to true, the picker will run an initial state animation and all user changes are animated. fx-mobile (default: true) Animations could be very slow on some older smartphones. To prevent this, set this option to false to disable animations on any mobile viewport. init-set (default: true) This option changes the input value automatically, by default. Set to false to prevent it. lang (default: English) Display Language to use for Month name and Day-of-week. ValueResult arArabic itItalian huHungarian grGreek esEspanol daDansk deDeutsch nlDutch frFrancais plPolski ptPortuguese siSlovenian ukUkrainian ruRussian trTurkish koKorean large-mode (default: false) This option enables to switch the size of the picker by clicking on the icon at the bottom or clicking on the day block. large-default (default: false) If "data-large-mode" is set to true, this option shows the large view by default. lock (default: false) This option sets the date limit based on the assigned variable. If you set to "from", you can't select a date earlier than the current date. Opposed to this behavior, if it's set to "to", you can not select a date after the current date. jump (default: 10) It groups years based on the value set(multiple). This option is enabled when you click on the year block, to accelerate the transition between years. maxYear (default: current year) The highest year that the control will allow. minYear (default: 1900) The lowest year that the control will allow. modal (default: false) If this option is set to true, the picker will be displayed centered, with a dark overlay in background. theme (default: null) Set the name of style that you have assigned on the stylesheet generated by the theme generator. translate-mode (default: false) If it's set to true, you can change the language by clicking on the icon at the bottom.
戻る